Searched refs:pElementNames (Results 1 – 7 of 7) sorted by relevance
234 const ::rtl::OUString* pElementNames = aElementNames.getConstArray(); in determineRadioGroupId() local235 … 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()
152 const OUString* pElementNames = rLib.aElementNames.getConstArray(); in exportLibrary() local160 pElementNames[i] ); in exportLibrary()
323 OUString* pElementNames = aElementNames.getArray(); in endElement() local325 pElementNames[i] = mElements[i]; in endElement()
1065 const OUString *pElementNames = aElementNames.getConstArray(); in GetConfiguredGCSvcs_Impl() local1071 uno::Any aTmp( xNA->getByName( pElementNames[i] ) ); in GetConfiguredGCSvcs_Impl()1078 … const LanguageType nLang = MsLangId::convertIsoStringToLanguage( pElementNames[i] ); in GetConfiguredGCSvcs_Impl()
1845 const ::rtl::OUString* pElementNames = aElementNames.getConstArray(); in LegacyPsswdBinaryLimitExceeded() local1847 for ( ; pElementNames != pElementNamesEnd; ++pElementNames ) in LegacyPsswdBinaryLimitExceeded()1849 SbModule* pMod = pBasicLib->FindModule( *pElementNames ); in LegacyPsswdBinaryLimitExceeded()1851 aBigModules[ nBigModules++ ] = *pElementNames; in LegacyPsswdBinaryLimitExceeded()
1247 const rtl::OUString *pElementNames = aElementNames.getConstArray(); in GetActiveDictionariesByFormat() local1253 if (GetDictionaryEntry( pElementNames[i], aDicEntry ) && in GetActiveDictionariesByFormat()1261 if (aDisabledDics[k] == pElementNames[i]) in GetActiveDictionariesByFormat()
1768 const OUString* pElementNames = rLib.aElementNames.getConstArray(); in implImportLibDescriptor() local1772 pLib->maNameContainer.insertByName( pElementNames[i], aDummyElement ); in implImportLibDescriptor()
Completed in 83 milliseconds