Home
last modified time | relevance | path

Searched refs:aLocations (Results 1 – 8 of 8) sorted by relevance

/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx181 uno::Sequence< rtl::OUString > aLocations( aDictIt->aLocations ); in getLocales() local
182 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()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1127 uno::Sequence< rtl::OUString > aLocations; in GetDictionaryEntry() local
1130 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()
/trunk/main/sc/source/ui/view/
H A Dpfuncache.cxx132 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()
/trunk/main/lingucomponent/source/lingutil/
H A Dlingutil.cxx195 aDicEntry.aLocations.realloc(1); in GetOldStyleDics()
198 aDicEntry.aLocations[0] = sPath; in GetOldStyleDics()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx235 aDictIt->aLocations.getLength() > 0) in getLocales()
253 rtl::OUString aLocation = aDictIt->aLocations[0]; in getLocales()
/trunk/main/sc/source/ui/inc/
H A Dpfuncache.hxx100 std::vector<ScPrintPageLocation> aLocations; member in ScPrintFuncCache
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx210 aDictIt->aLocations.getLength() > 0) in getLocales()
228 rtl::OUString aLocation = aDictIt->aLocations[0]; in getLocales()
/trunk/main/unotools/inc/unotools/
H A Dlingucfg.hxx143 com::sun::star::uno::Sequence< rtl::OUString > aLocations; member

Completed in 69 milliseconds