Searched refs:aLocations (Results 1 – 8 of 8) sorted by relevance
181 uno::Sequence< rtl::OUString > aLocations( aDictIt->aLocations ); in getLocales() local182 if ( xAccess.is() && aLocations.getLength() ) in getLocales()185 sal_Int32 nLength = aLocations.getLength(); in getLocales()188 bAllFileExists |= xAccess->exists( aLocations[i] ); in getLocales()230 aDictIt->aLocations.getLength() > 0) in getLocales()247 rtl::OUString aLocation = aDictIt->aLocations[0]; in getLocales()
1127 uno::Sequence< rtl::OUString > aLocations; in GetDictionaryEntry() local1130 bSuccess = (xNA->getByName( aG_Locations ) >>= aLocations) && in GetDictionaryEntry()1133 DBG_ASSERT( aLocations.getLength(), "Dictionary locations not set" ); in GetDictionaryEntry()1142 for (sal_Int32 i = 0; i < aLocations.getLength(); ++i) in GetDictionaryEntry()1144 rtl::OUString &rLocation = aLocations[i]; in GetDictionaryEntry()1152 rDicEntry.aLocations = aLocations; in GetDictionaryEntry()1178 …DBG_ASSERT( rDicEntry.aLocations.getLength(), "Applying empty dictionary locations. Really correct… in SetOrCreateDictionaryEntry()1183 xNR->replaceByName( aG_Locations, uno::makeAny( rDicEntry.aLocations ) ); in SetOrCreateDictionaryEntry()1269 DBG_ASSERT( aDicEntry.aLocations.getLength(), in GetActiveDictionariesByFormat()
132 aLocations.push_back( ScPrintPageLocation( nRenderer, aCellRange, aPixRect ) ); in InitLocations()146 for ( std::vector<ScPrintPageLocation>::const_iterator aIter(aLocations.begin()); in FindLocation()147 aIter != aLocations.end(); aIter++ ) in FindLocation()
195 aDicEntry.aLocations.realloc(1); in GetOldStyleDics()198 aDicEntry.aLocations[0] = sPath; in GetOldStyleDics()
235 aDictIt->aLocations.getLength() > 0) in getLocales()253 rtl::OUString aLocation = aDictIt->aLocations[0]; in getLocales()
100 std::vector<ScPrintPageLocation> aLocations; member in ScPrintFuncCache
210 aDictIt->aLocations.getLength() > 0) in getLocales()228 rtl::OUString aLocation = aDictIt->aLocations[0]; in getLocales()
143 com::sun::star::uno::Sequence< rtl::OUString > aLocations; member
Completed in 60 milliseconds