Home
last modified time | relevance | path

Searched refs:aNames (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx305 return aNames; in GetLayoutPropertyNames()
321 return aNames; in GetInputPropertyNames()
338 return aNames; in GetRevisionPropertyNames()
352 return aNames; in GetContentPropertyNames()
366 return aNames; in GetSortListPropertyNames()
382 return aNames; in GetMiscPropertyNames()
396 Sequence<OUString> aNames; in ScAppCfg() local
400 aNames = GetLayoutPropertyNames(); in ScAppCfg()
435 aNames = GetInputPropertyNames(); in ScAppCfg()
496 aNames = GetContentPropertyNames(); in ScAppCfg()
[all …]
H A Dviewopti.cxx357 OUString* pNames = aNames.getArray(); in GetLayoutPropertyNames()
361 return aNames; in GetLayoutPropertyNames()
379 OUString* pNames = aNames.getArray(); in GetDisplayPropertyNames()
383 return aNames; in GetDisplayPropertyNames()
402 OUString* pNames = aNames.getArray(); in GetGridPropertyNames()
415 return aNames; in GetGridPropertyNames()
428 aLayoutItem.EnableNotification(aNames); in ScViewCfg()
481 aNames = GetDisplayPropertyNames(); in ScViewCfg()
483 aDisplayItem.EnableNotification(aNames); in ScViewCfg()
547 aNames = GetGridPropertyNames(); in ScViewCfg()
[all …]
H A Ddocoptio.cxx226 OUString* pNames = aNames.getArray(); in GetCalcPropertyNames()
230 return aNames; in GetCalcPropertyNames()
240 OUString* pNames = aNames.getArray(); in GetLayoutPropertyNames()
248 return aNames; in GetLayoutPropertyNames()
258 Sequence<OUString> aNames; in ScDocCfg() local
265 aNames = GetCalcPropertyNames(); in ScDocCfg()
266 aValues = aCalcItem.GetProperties(aNames); in ScDocCfg()
267 aCalcItem.EnableNotification(aNames); in ScDocCfg()
324 aNames = GetLayoutPropertyNames(); in ScDocCfg()
326 aLayoutItem.EnableNotification(aNames); in ScDocCfg()
[all …]
H A Dinputopt.cxx144 Sequence<OUString> aNames(SCINPUTOPT_COUNT); in GetPropertyNames() local
145 OUString* pNames = aNames.getArray(); in GetPropertyNames()
149 return aNames; in GetPropertyNames()
157 Sequence<OUString> aNames = GetPropertyNames(); in ScInputCfg() local
158 Sequence<Any> aValues = GetProperties(aNames); in ScInputCfg()
159 EnableNotification(aNames); in ScInputCfg()
162 if(aValues.getLength() == aNames.getLength()) in ScInputCfg()
211 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
212 Sequence<Any> aValues(aNames.getLength()); in Commit()
215 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
[all …]
H A Dprintopt.cxx139 Sequence<OUString> aNames(SCPRINTOPT_COUNT); in GetPropertyNames() local
140 OUString* pNames = aNames.getArray(); in GetPropertyNames()
144 return aNames; in GetPropertyNames()
150 Sequence<OUString> aNames = GetPropertyNames(); in ScPrintCfg() local
151 Sequence<Any> aValues = GetProperties(aNames); in ScPrintCfg()
155 if(aValues.getLength() == aNames.getLength()) in ScPrintCfg()
157 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScPrintCfg()
180 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
181 Sequence<Any> aValues(aNames.getLength()); in Commit()
184 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
[all …]
H A Dfiltopt.cxx60 Sequence<OUString> aNames(SCFILTOPT_COUNT); in GetPropertyNames() local
61 OUString* pNames = aNames.getArray(); in GetPropertyNames()
65 return aNames; in GetPropertyNames()
74 Sequence<OUString> aNames = GetPropertyNames(); in ScFilterOptions() local
75 Sequence<Any> aValues = GetProperties(aNames); in ScFilterOptions()
78 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScFilterOptions()
79 if(aValues.getLength() == aNames.getLength()) in ScFilterOptions()
81 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScFilterOptions()
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx117 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
118 OUString* pNames = aNames.getArray(); in GetPropertyNames()
123 return aNames; in GetPropertyNames()
187 PutProperties(aNames, aValues); in Commit()
274 return aNames; in GetPropertyNames()
338 PutProperties(aNames, aValues); in Commit()
417 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
423 return aNames; in GetPropertyNames()
467 PutProperties(aNames, aValues); in Commit()
523 return aNames; in GetPropertyNames()
[all …]
H A Dmodcfg.cxx257 static Sequence<OUString> aNames; in GetPropertyNames() local
258 if(!aNames.getLength()) in GetPropertyNames()
261 aNames.realloc(nCount); in GetPropertyNames()
277 return aNames; in GetPropertyNames()
356 PutProperties(aNames, aValues); in Commit()
520 if(!aNames.getLength()) in GetPropertyNames()
621 aNames.realloc(nCount); in GetPropertyNames()
1187 return aNames; in GetPropertyNames()
1292 if(!aNames.getLength()) in GetPropertyNames()
1295 aNames.realloc(nCount); in GetPropertyNames()
[all …]
H A Dbarcfg.cxx56 Sequence<OUString> aNames = GetPropertyNames(); in SwToolbarConfigItem() local
57 Sequence<Any> aValues = GetProperties(aNames); in SwToolbarConfigItem()
60 if(aValues.getLength() == aNames.getLength()) in SwToolbarConfigItem()
62 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwToolbarConfigItem()
126 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
127 OUString* pNames = aNames.getArray(); in GetPropertyNames()
130 return aNames; in GetPropertyNames()
137 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
139 Sequence<Any> aValues(aNames.getLength()); in Commit()
142 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
[all …]
H A Dfontcfg.cxx57 Sequence<OUString> aNames; in GetPropertyNames() local
58 if(!aNames.getLength()) in GetPropertyNames()
94 aNames.realloc(nCount); in GetPropertyNames()
95 OUString* pNames = aNames.getArray(); in GetPropertyNames()
101 return aNames; in GetPropertyNames()
125 Sequence<OUString> aNames = GetPropertyNames(); in SwStdFontConfig() local
126 Sequence<Any> aValues = GetProperties(aNames); in SwStdFontConfig()
129 if(aValues.getLength() == aNames.getLength()) in SwStdFontConfig()
155 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
156 Sequence<Any> aValues(aNames.getLength()); in Commit()
[all …]
H A Dprtopt.cxx68 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
69 OUString* pNames = aNames.getArray(); in GetPropertyNames()
74 return aNames; in GetPropertyNames()
90 Sequence<OUString> aNames = GetPropertyNames(); in SwPrintOptions() local
91 Sequence<Any> aValues = GetProperties(aNames); in SwPrintOptions()
94 if(aValues.getLength() == aNames.getLength()) in SwPrintOptions()
96 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwPrintOptions()
151 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
153 Sequence<Any> aValues(aNames.getLength()); in Commit()
158 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
[all …]
/trunk/main/unotools/source/config/
H A Dfltrcfg.cxx109 Sequence<OUString> aNames(2); in Commit() local
120 PutProperties(aNames, aValues); in Commit()
134 Sequence<OUString> aNames(2); in Load() local
173 Sequence<OUString> aNames(1); in Commit() local
174 aNames[0] = C2U("Executable"); in Commit()
178 PutProperties(aNames, aValues); in Commit()
185 Sequence<OUString> aNames(1); in Load() local
186 aNames[0] = C2U("Executable"); in Load()
299 if(!aNames.getLength()) in GetPropertyNames()
302 aNames.realloc(nCount); in GetPropertyNames()
[all …]
H A Dmisccfg.cxx153 static Sequence<OUString> aNames; in GetPropertyNames() local
154 if(!aNames.getLength()) in GetPropertyNames()
164 aNames.realloc(nCount); in GetPropertyNames()
165 OUString* pNames = aNames.getArray(); in GetPropertyNames()
169 return aNames; in GetPropertyNames()
176 const Sequence<OUString>& aNames = GetPropertyNames(); in Load() local
177 Sequence<Any> aValues = GetProperties(aNames); in Load()
178 EnableNotification(aNames); in Load()
181 if(aValues.getLength() == aNames.getLength()) in Load()
211 Sequence<Any> aValues(aNames.getLength()); in Commit()
[all …]
H A Dsourceviewconfig.cxx124 Sequence< OUString > aNames( nCount ); in GetPropertyNames() local
125 OUString* pNames = aNames.getArray(); in GetPropertyNames()
129 return aNames; in GetPropertyNames()
137 Sequence< OUString > aNames = GetPropertyNames(); in Load() local
138 Sequence< Any > aValues = GetProperties( aNames ); in Load()
139 EnableNotification( aNames ); in Load()
142 if ( aValues.getLength() == aNames.getLength() ) in Load()
171 Sequence< OUString > aNames = GetPropertyNames(); in Commit() local
172 Sequence< Any > aValues( aNames.getLength() ); in Commit()
174 for ( int nProp = 0; nProp < aNames.getLength(); nProp++ ) in Commit()
[all …]
H A Dsaveopt.cxx409 Sequence< OUString > aNames( nCount ); in GetPropertyNames() local
410 OUString* pNames = aNames.getArray(); in GetPropertyNames()
414 return aNames; in GetPropertyNames()
459 EnableNotification( aNames ); in SvtSaveOptions_Impl()
464 if ( aValues.getLength() == aNames.getLength() && aROStates.getLength() == aNames.getLength() ) in SvtSaveOptions_Impl()
776 aNames.realloc(nRealCount); in Commit()
778 PutProperties( aNames, aValues ); in Commit()
829 Sequence< OUString > aNames(1); in SvtLoadOptions_Impl() local
832 EnableNotification( aNames ); in SvtLoadOptions_Impl()
845 Sequence< OUString > aNames(1); in Commit() local
[all …]
H A Djavaoptions.cxx81 Sequence< OUString > aNames(1); in SvtExecAppletsItem_Impl() local
82 aNames.getArray()[0] = C2U("Enable"); in SvtExecAppletsItem_Impl()
83 Sequence< Any > aValues = GetProperties(aNames); in SvtExecAppletsItem_Impl()
84 Sequence< sal_Bool > aROStates = GetReadOnlyStates(aNames); in SvtExecAppletsItem_Impl()
98 Sequence< OUString > aNames(1); in Commit() local
99 aNames.getArray()[0] = C2U("Enable"); in Commit()
102 PutProperties(aNames, aValues); in Commit()
190 Sequence< OUString > aNames(nOrgCount); in Commit() local
204 aNames[nRealCount] = pImpl->aPropertyNames[nProp]; in Commit()
242 aNames.realloc(nRealCount); in Commit()
[all …]
/trunk/main/starmath/source/
H A Dcfgitem.cxx65 Sequence< OUString > aNames( 6 ); in lcl_GetFontPropertyNames() local
66 OUString *pNames = aNames.getArray(); in lcl_GetFontPropertyNames()
72 return aNames; in lcl_GetFontPropertyNames()
91 Sequence< OUString > aNames( 4 ); in lcl_GetSymbolPropertyNames() local
92 OUString *pNames = aNames.getArray(); in lcl_GetSymbolPropertyNames()
98 return aNames; in lcl_GetSymbolPropertyNames()
174 OUString *pNames = aNames.getArray(); in lcl_GetPropertyNames()
180 return aNames; in lcl_GetPropertyNames()
468 sal_Int32 nProps = aNames.getLength(); in ReadSymbol()
471 OUString *pName = aNames.getArray(); in ReadSymbol()
[all …]
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx120 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
121 OUString* pNames = aNames.getArray(); in GetPropertyNames()
124 return aNames; in GetPropertyNames()
134 EnableNotification(aNames); in Load()
249 Sequence<Any> aValues(aNames.getLength()); in Commit()
325 PutProperties(aNames, aValues); in Commit()
390 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
391 OUString* pNames = aNames.getArray(); in GetPropertyNames()
394 return aNames; in GetPropertyNames()
404 EnableNotification(aNames); in Load()
[all …]
/trunk/main/sw/source/core/swg/
H A Dswblocks.cxx120 aNames.DeleteAndDestroy( 0, aNames.Count() ); in ~SwImpBlocks()
148 return aNames.Count(); in GetCount()
158 SwBlockName* pName = aNames[ i ]; in GetIndex()
172 SwBlockName* pName = aNames[ i ]; in GetLongIndex()
183 if( n < aNames.Count() ) in GetShortName()
184 return aNames[ n ]->aShort; in GetShortName()
191 if( n < aNames.Count() ) in GetLongName()
192 return aNames[ n ]->aLong; in GetLongName()
198 if( n < aNames.Count() ) in GetPackageName()
199 return aNames[ n ]->aPackageName; in GetPackageName()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dnavicfg.cxx57 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
58 OUString* pNames = aNames.getArray(); in GetPropertyNames()
63 return aNames; in GetPropertyNames()
79 Sequence<OUString> aNames = GetPropertyNames(); in SwNavigationConfig() local
80 Sequence<Any> aValues = GetProperties(aNames); in SwNavigationConfig()
84 if(aValues.getLength() == aNames.getLength()) in SwNavigationConfig()
86 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwNavigationConfig()
114 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
115 Sequence<Any> aValues(aNames.getLength()); in Commit()
119 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
[all …]
/trunk/main/svtools/source/config/
H A Dhtmlcfg.cxx87 static Sequence<OUString> aNames; in GetPropertyNames() local
88 if(!aNames.getLength()) in GetPropertyNames()
110 aNames.realloc(nCount); in GetPropertyNames()
111 OUString* pNames = aNames.getArray(); in GetPropertyNames()
115 return aNames; in GetPropertyNames()
133 Sequence<Any> aValues = GetProperties(aNames); in Load()
136 if(aValues.getLength() == aNames.getLength()) in Load()
139 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
213 const Sequence<OUString>& aNames = GetPropertyNames(); in Commit() local
216 Sequence<Any> aValues(aNames.getLength()); in Commit()
[all …]
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx597 uno::Sequence< OUString > aNames(4); in LngSvcMgr() local
598 OUString *pNames = aNames.getArray(); in LngSvcMgr()
603 EnableNotification( aNames ); in LngSvcMgr()
641 uno::Sequence< OUString > aNames( 1 ); in Notify() local
642 OUString *pNames = aNames.getArray(); in Notify()
1125 OUString *pNames = aNames.getArray(); in SetCfgServiceLists()
1126 sal_Int32 nLen = aNames.getLength(); in SetCfgServiceLists()
1168 OUString *pNames = aNames.getArray(); in SetCfgServiceLists()
1169 sal_Int32 nLen = aNames.getLength(); in SetCfgServiceLists()
1216 sal_Int32 nLen = aNames.getLength(); in SetCfgServiceLists()
[all …]
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx416 Sequence< ::rtl::OUString > aNames( aProperties.getLength() ); in getPropertyValues() local
420 aNames.getArray(), in getPropertyValues()
428 aValues = OPropertyBag_PBase::getPropertyValues( aNames ); in getPropertyValues()
429 if ( aValues.getLength() != aNames.getLength() ) in getPropertyValues()
444 Sequence< PropertyValue > aPropertyValues( aNames.getLength() ); in getPropertyValues()
445 const ::rtl::OUString* pName = aNames.getConstArray(); in getPropertyValues()
446 const ::rtl::OUString* pNamesEnd = aNames.getConstArray() + aNames.getLength(); in getPropertyValues()
473 Sequence< ::rtl::OUString > aNames( aProperties.getLength() ); in impl_setPropertyValues_throw() local
477 aNames.getArray(), in impl_setPropertyValues_throw()
491 sal_Int32 nCount = aNames.getLength(); in impl_setPropertyValues_throw()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Denvimg.cxx193 Sequence<OUString> aNames = GetPropertyNames(); in SwEnvCfgItem() local
194 Sequence<Any> aValues = GetProperties(aNames); in SwEnvCfgItem()
195 EnableNotification(aNames); in SwEnvCfgItem()
198 if(aValues.getLength() == aNames.getLength()) in SwEnvCfgItem()
263 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
264 Sequence<Any> aValues(aNames.getLength()); in Commit()
268 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
287 PutProperties(aNames, aValues); in Commit()
314 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
315 OUString* pNames = aNames.getArray(); in GetPropertyNames()
[all …]
/trunk/main/oox/source/helper/
H A Dzipstorage.cxx120 Sequence< OUString > aNames; in implGetElementNames() local
123 aNames = mxStorage->getElementNames(); in implGetElementNames()
124 if( aNames.getLength() > 0 ) in implGetElementNames()
125 …orElementNames.insert( orElementNames.end(), aNames.getConstArray(), aNames.getConstArray() + aNam… in implGetElementNames()
177 ::com::sun::star::uno::Sequence< ::rtl::OUString > aNames = mxStorage->getElementNames( ); in implOpenInputStream()
178 for ( sal_Int32 i = 0; i < aNames.getLength(); i++ ) in implOpenInputStream()
180 if ( aNames[i].equalsIgnoreAsciiCase( rElementName ) ) in implOpenInputStream()
184 …xInStream.set( mxStorage->openStreamElement( aNames[i], ::com::sun::star::embed::ElementModes::REA… in implOpenInputStream()

Completed in 113 milliseconds

12345678910>>...13