Home
last modified time | relevance | path

Searched refs:aNodeNames (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx221 sal_Int32 aNodeCount = aNodeNames.getLength(); in getInfo()
228 aPropNames[aNodeInd] += aNodeNames[aNodeInd]; in getInfo()
234 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in getInfo()
289 Sequence< ::rtl::OUString > aNodeNames( 1 ); in useStorage() local
290 aNodeNames[0] = ::rtl::OUString::createFromAscii( "UseStorage" ); in useStorage()
292 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aNodeNames ); in useStorage()
294 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in useStorage()
316 Sequence< ::rtl::OUString > aNodeNames( 2 ); in getEncodedMP() local
317 aNodeNames[0] = ::rtl::OUString::createFromAscii( "HasMaster" ); in getEncodedMP()
318 aNodeNames[1] = ::rtl::OUString::createFromAscii( "Master" ); in getEncodedMP()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Dlabelcfg.cxx46 aNodeNames = GetNodeNames(OUString()); in SwLabelConfig()
184 const OUString* pNode = aNodeNames.getConstArray(); in HasLabel()
186 for(sal_Int32 nNode = 0; nNode < aNodeNames.getLength() && !bFound; nNode++) in HasLabel()
233 const OUString* pNode = aNodeNames.getConstArray(); in SaveLabel()
235 for(sal_Int32 nNode = 0; nNode < aNodeNames.getLength() && !bFound; nNode++) in SaveLabel()
249 aNodeNames = GetNodeNames(OUString()); in SaveLabel()
/trunk/main/svtools/source/config/
H A Dfontsubstconfig.cxx80 Sequence<OUString> aNodeNames = GetNodeNames(sPropPrefix, CONFIG_NAME_LOCAL_PATH); in SvtFontSubstConfig() local
81 const OUString* pNodeNames = aNodeNames.getConstArray(); in SvtFontSubstConfig()
82 Sequence<OUString> aPropNames(aNodeNames.getLength() * 4); in SvtFontSubstConfig()
87 for(nNode = 0; nNode < aNodeNames.getLength(); nNode++) in SvtFontSubstConfig()
100 for(nNode = 0; nNode < aNodeNames.getLength(); nNode++) in SvtFontSubstConfig()
H A Dhelpopt.cxx343 Sequence< ::rtl::OUString > aNodeNames; in implSaveURLCounters() local
347 implGetURLCounters(aNodeNames, aURLs, aCounters); in implSaveURLCounters()
350 const ::rtl::OUString* pNodeNames = aNodeNames.getConstArray(); in implSaveURLCounters()
465 Sequence< ::rtl::OUString > aNodeNames; in implLoadURLCounters() local
469 implGetURLCounters(aNodeNames, aURLs, aCounters); in implLoadURLCounters()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx141 Sequence< OUString > aNodeNames( rCfg.GetNodeNames(rLastFoundList) ); in lcl_GetLastFoundSvcs() local
142 sal_Bool bFound = lcl_FindEntry( aCfgLocaleStr, aNodeNames); in lcl_GetLastFoundSvcs()
270 …Sequence< OUString > aNodeNames( aCfg.GetNodeNames( aActiveList ) ); // list of configured local… in UpdateAll() local
271 sal_Int32 nNodeNames = aNodeNames.getLength(); in UpdateAll()
272 const OUString *pNodeName = aNodeNames.getConstArray(); in UpdateAll()
519 Sequence < OUString > aNodeNames( aCfg.GetNodeNames( aNode ) ); in GetCfgLocales() local
520 const OUString *pNodeNames = aNodeNames.getConstArray(); in GetCfgLocales()
521 sal_Int32 nLen = aNodeNames.getLength(); in GetCfgLocales()
/trunk/main/sc/source/core/tool/
H A Dunitconv.cxx111 Sequence<OUString> aNodeNames = aConfigItem.GetNodeNames( aEmptyString ); in ScUnitConverter() local
113 long nNodeCount = aNodeNames.getLength(); in ScUnitConverter()
116 const OUString* pNodeArray = aNodeNames.getConstArray(); in ScUnitConverter()
/trunk/main/svl/source/config/
H A Dsrchcfg.cxx123 Sequence<OUString> aNodeNames = GetNodeNames(OUString()); in Load() local
124 const OUString* pNodeNames = aNodeNames.getConstArray(); in Load()
125 for(sal_Int32 nNode = 0; nNode < aNodeNames.getLength(); nNode++) in Load()
/trunk/main/sw/source/ui/inc/
H A Dlabelcfg.hxx34 com::sun::star::uno::Sequence<rtl::OUString> aNodeNames; member in SwLabelConfig
47 GetManufacturers() const {return aNodeNames;} in GetManufacturers()
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx145 Sequence< OUString > aNodeNames = GetNodeNames(C2U(cDataSourceHistory)); in BibConfig() local
146 const OUString* pNodeNames = aNodeNames.getConstArray(); in BibConfig()
147 for(sal_Int32 nNode = 0; nNode < aNodeNames.getLength(); nNode++) in BibConfig()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx156 Sequence< ::rtl::OUString > aNodeNames( aConfig.getNodeNames() ); in lcl_getPermittedJavaMethods_nothrow() local
157 for ( const ::rtl::OUString* pNodeNames = aNodeNames.getConstArray(); in lcl_getPermittedJavaMethods_nothrow()
158 pNodeNames != aNodeNames.getConstArray() + aNodeNames.getLength(); in lcl_getPermittedJavaMethods_nothrow()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1654 Sequence<rtl::OUString> aNodeNames = lcl_createSourceNames(sNewNode); in Commit() local
1655 Sequence<PropertyValue> aValues(aNodeNames.getLength()); in Commit()
1657 const rtl::OUString* pNodeNames = aNodeNames.getConstArray(); in Commit()
1659 for(sal_Int32 i = 0; i < aNodeNames.getLength(); i++) in Commit()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx209 uno::Sequence < OUString > aNodeNames( /*aCfg.*/GetNodeNames( aNode ) ); in SetAvailableCfgServiceLists() local
212 sal_Int32 nLen = aNodeNames.getLength(); in SetAvailableCfgServiceLists()
213 const OUString *pNodeNames = aNodeNames.getConstArray(); in SetAvailableCfgServiceLists()

Completed in 75 milliseconds