Home
last modified time | relevance | path

Searched refs:BIFF_FUNC_WEEKNUM (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dformulabase.hxx211 const sal_uInt16 BIFF_FUNC_WEEKNUM = 465; /// Function identifier of the WEEKNUM … variable
/trunk/main/oox/source/xls/
H A Dformulaparser.cxx405 case BIFF_FUNC_WEEKNUM: in appendRequiredParameters()