Home
last modified time | relevance | path

Searched refs:BIFF_FUNC_EXTERNCALL (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dformulabase.hxx207 const sal_uInt16 BIFF_FUNC_EXTERNCALL = 255; /// BIFF function id of the EXTERN.CALL… variable
/trunk/main/oox/source/xls/
H A Dformulabase.cxx1254 else if( orFuncInfo.mnBiffFuncId == BIFF_FUNC_EXTERNCALL ) in initFuncOpCode()
H A Dformulaparser.cxx201 if( rFuncInfo.mnBiffFuncId == BIFF_FUNC_EXTERNCALL ) in processParameters()