Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/inc/
H A Dxlformula.hxx346 const XclFunctionInfo* GetFuncInfoFromOpCode( OpCode eOpCode ) const;
/AOO42X/main/sc/source/filter/excel/
H A Dxeformula.cxx1369 const XclFunctionInfo* pFuncInfo = maFuncProv.GetFuncInfoFromOpCode( eOpCode ); in ProcessFunction()
1380 pFuncInfo = maFuncProv.GetFuncInfoFromOpCode( ocMacro ); in ProcessFunction()
H A Dxlformula.cxx464 const XclFunctionInfo* XclFunctionProvider::GetFuncInfoFromOpCode( OpCode eOpCode ) const in GetFuncInfoFromOpCode() function in XclFunctionProvider