Home
last modified time | relevance | path

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

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