Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxlformula.cxx451 … DBG_ASSERT( !maXclFuncMap.empty(), "XclFunctionProvider::GetFuncInfoFromXclFunc - wrong filter" ); in GetFuncInfoFromXclFunc()
452 XclFuncMap::const_iterator aIt = maXclFuncMap.find( nXclFunc ); in GetFuncInfoFromXclFunc()
453 return (aIt == maXclFuncMap.end()) ? 0 : aIt->second; in GetFuncInfoFromXclFunc()
459 …DBG_ASSERT( !maXclFuncMap.empty(), "XclFunctionProvider::GetFuncInfoFromXclMacroName - wrong filte… in GetFuncInfoFromXclMacroName()
479 maXclFuncMap[ pIt->mnXclFunc ] = pIt; in FillXclFuncMap()
/aoo42x/main/sc/source/filter/inc/
H A Dxlformula.hxx357 XclFuncMap maXclFuncMap; /// Maps Excel function indexes to function data. member in XclFunctionProvider

Completed in 25 milliseconds