Searched refs:aFunctions (Results 1 – 5 of 5) sorted by relevance
213 const ORptFilter::TGroupFunctionMap& aFunctions = m_rImport.getFunctions(); in EndElement() local214 ORptFilter::TGroupFunctionMap::const_iterator aIter = aFunctions.begin(); in EndElement()215 const ORptFilter::TGroupFunctionMap::const_iterator aEnd = aFunctions.end(); in EndElement()
120 … const ORptFilter::TGroupFunctionMap& aFunctions = _rImport.getFunctions(); in DBG_NAME() local121 … ORptFilter::TGroupFunctionMap::const_iterator aFind = aFunctions.find(sValue); in DBG_NAME()122 if ( aFind != aFunctions.end() ) in DBG_NAME()
95 MemberList aFunctions; member in ary::idl::Interface109 { aFunctions.push_back(i_nId); } in Add_Function()
50 aFunctions(), in Interface()124 o_result = new SCI_Vector<Ce_id>(interface_cast(i_ce).aFunctions); in Get_Functions()
1149 static const ScGetPivotDataFunctionEntry aFunctions[] = in lcl_ParseFunction() local1193 const sal_Int32 nFuncCount = sizeof(aFunctions) / sizeof(aFunctions[0]); in lcl_ParseFunction()1196 if ( aFuncStr.EqualsIgnoreCaseAscii( aFunctions[nFunc].pName ) ) in lcl_ParseFunction()1198 rFunc = aFunctions[nFunc].eFunc; in lcl_ParseFunction()
Completed in 33 milliseconds