Home
last modified time | relevance | path

Searched refs:pElementNames (Results 1 – 7 of 7) sorted by relevance

/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx234 const ::rtl::OUString* pElementNames = aElementNames.getConstArray(); in determineRadioGroupId() local
235 … const ::rtl::OUString* pElementNamesEnd = pElementNames + aElementNames.getLength(); in determineRadioGroupId()
236 while ( pElementNames != pElementNamesEnd ) in determineRadioGroupId()
238 if ( *pElementNames == sRadioGroupName ) in determineRadioGroupId()
240 … sal_Int32 nLocalGroupIndex = pElementNames - aElementNames.getConstArray(); in determineRadioGroupId()
247 ++pElementNames; in determineRadioGroupId()
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_export.cxx152 const OUString* pElementNames = rLib.aElementNames.getConstArray(); in exportLibrary() local
160 pElementNames[i] ); in exportLibrary()
H A Dxmllib_import.cxx323 OUString* pElementNames = aElementNames.getArray(); in endElement() local
325 pElementNames[i] = mElements[i]; in endElement()
/trunk/main/linguistic/source/
H A Dgciterator.cxx1065 const OUString *pElementNames = aElementNames.getConstArray(); in GetConfiguredGCSvcs_Impl() local
1071 uno::Any aTmp( xNA->getByName( pElementNames[i] ) ); in GetConfiguredGCSvcs_Impl()
1078 … const LanguageType nLang = MsLangId::convertIsoStringToLanguage( pElementNames[i] ); in GetConfiguredGCSvcs_Impl()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1845 const ::rtl::OUString* pElementNames = aElementNames.getConstArray(); in LegacyPsswdBinaryLimitExceeded() local
1847 for ( ; pElementNames != pElementNamesEnd; ++pElementNames ) in LegacyPsswdBinaryLimitExceeded()
1849 SbModule* pMod = pBasicLib->FindModule( *pElementNames ); in LegacyPsswdBinaryLimitExceeded()
1851 aBigModules[ nBigModules++ ] = *pElementNames; in LegacyPsswdBinaryLimitExceeded()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1247 const rtl::OUString *pElementNames = aElementNames.getConstArray(); in GetActiveDictionariesByFormat() local
1253 if (GetDictionaryEntry( pElementNames[i], aDicEntry ) && in GetActiveDictionariesByFormat()
1261 if (aDisabledDics[k] == pElementNames[i]) in GetActiveDictionariesByFormat()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx1768 const OUString* pElementNames = rLib.aElementNames.getConstArray(); in implImportLibDescriptor() local
1772 pLib->maNameContainer.insertByName( pElementNames[i], aDummyElement ); in implImportLibDescriptor()

Completed in 80 milliseconds