Lines Matching refs:first

1824         while ( aFind.first != aFind.second )  in isDefaultFunction()
1826 if ( !_xFunctionsSupplier.is() || _xFunctionsSupplier == aFind.first->second.second ) in isDefaultFunction()
1828 …const beans::Optional< ::rtl::OUString> aInitalFormula = aFind.first->second.first->getInitialForm… in isDefaultFunction()
1832 …bDefaultFunction = impl_isDefaultFunction_nothrow(aFind.first->second.first,_rDataField,sDefaultFu… in isDefaultFunction()
1835 m_xFunction = aFind.first->second.first; in isDefaultFunction()
1839 … uno::Reference< report::XGroup> xGroup(aFind.first->second.second,uno::UNO_QUERY); in isDefaultFunction()
1853 ++(aFind.first); in isDefaultFunction()
1971 while ( aFind.first != aFind.second ) in createDefaultFunction()
1973 if ( xFunctionsSupplier == aFind.first->second.second ) in createDefaultFunction()
1975 m_xFunction = aFind.first->second.first; in createDefaultFunction()
1980 ++(aFind.first); in createDefaultFunction()
1982 if ( aFind.first == aFind.second ) in createDefaultFunction()
2006 while ( aFind.first != aFind.second ) in removeFunction()
2008 if ( aFind.first->second.first == m_xFunction ) in removeFunction()
2010 … uno::Reference< report::XFunctions> xFunctions = aFind.first->second.second->getFunctions(); in removeFunction()
2012 m_aFunctionNames.erase(aFind.first); in removeFunction()
2016 ++(aFind.first); in removeFunction()
2093 while ( aFind.first != aFind.second ) in impl_isCounterFunction_throw()
2095 …const beans::Optional< ::rtl::OUString> aInitalFormula = aFind.first->second.first->getInitialForm… in impl_isCounterFunction_throw()
2098 const String sFormula( aFind.first->second.first->getFormula() ); in impl_isCounterFunction_throw()
2108 … const uno::Reference< report::XGroup > xGroup(aFind.first->second.second,uno::UNO_QUERY); in impl_isCounterFunction_throw()
2116 …_Out_sScope = uno::Reference< report::XReportDefinition >(aFind.first->second.second,uno::UNO_QUER… in impl_isCounterFunction_throw()
2120 ++(aFind.first); in impl_isCounterFunction_throw()
2122 return aFind.first != aFind.second; in impl_isCounterFunction_throw()