| /AOO41X/main/sc/source/core/tool/ |
| H A D | appoptio.cxx | 296 Sequence<OUString> aNames(SCLAYOUTOPT_COUNT); in GetLayoutPropertyNames() local 297 OUString* pNames = aNames.getArray(); in GetLayoutPropertyNames() 305 return aNames; in GetLayoutPropertyNames() 316 Sequence<OUString> aNames(SCINPUTOPT_COUNT); in GetInputPropertyNames() local 317 OUString* pNames = aNames.getArray(); in GetInputPropertyNames() 321 return aNames; in GetInputPropertyNames() 333 Sequence<OUString> aNames(SCREVISOPT_COUNT); in GetRevisionPropertyNames() local 334 OUString* pNames = aNames.getArray(); in GetRevisionPropertyNames() 338 return aNames; in GetRevisionPropertyNames() 347 Sequence<OUString> aNames(SCCONTENTOPT_COUNT); in GetContentPropertyNames() local [all …]
|
| H A D | viewopti.cxx | 356 Sequence<OUString> aNames(SCLAYOUTOPT_COUNT); in GetLayoutPropertyNames() local 357 OUString* pNames = aNames.getArray(); in GetLayoutPropertyNames() 361 return aNames; in GetLayoutPropertyNames() 378 Sequence<OUString> aNames(SCDISPLAYOPT_COUNT); in GetDisplayPropertyNames() local 379 OUString* pNames = aNames.getArray(); in GetDisplayPropertyNames() 383 return aNames; in GetDisplayPropertyNames() 401 Sequence<OUString> aNames(SCGRIDOPT_COUNT); in GetGridPropertyNames() local 402 OUString* pNames = aNames.getArray(); in GetGridPropertyNames() 415 return aNames; in GetGridPropertyNames() 426 Sequence<OUString> aNames = GetLayoutPropertyNames(); in ScViewCfg() local [all …]
|
| H A D | docoptio.cxx | 225 Sequence<OUString> aNames(SCCALCOPT_COUNT); in GetCalcPropertyNames() local 226 OUString* pNames = aNames.getArray(); in GetCalcPropertyNames() 230 return aNames; in GetCalcPropertyNames() 239 Sequence<OUString> aNames(SCDOCLAYOUTOPT_COUNT); in GetLayoutPropertyNames() local 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() [all …]
|
| H A D | inputopt.cxx | 144 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() 161 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScInputCfg() 162 if(aValues.getLength() == aNames.getLength()) in ScInputCfg() 164 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScInputCfg() 211 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local [all …]
|
| H A D | printopt.cxx | 139 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() 154 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); 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() [all …]
|
| H A D | filtopt.cxx | 60 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()
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | usrpref.cxx | 117 Sequence<OUString> aNames(nCount); in GetPropertyNames() local 118 OUString* pNames = aNames.getArray(); in GetPropertyNames() 123 return aNames; in GetPropertyNames() 154 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local 156 Sequence<Any> aValues(aNames.getLength()); in Commit() 159 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() 187 PutProperties(aNames, aValues); in Commit() 194 Sequence<OUString> aNames = GetPropertyNames(); in Load() local 195 Sequence<Any> aValues = GetProperties(aNames); in Load() 197 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load() [all …]
|
| H A D | modcfg.cxx | 257 static Sequence<OUString> aNames; in GetPropertyNames() local 258 if(!aNames.getLength()) in GetPropertyNames() 261 aNames.realloc(nCount); in GetPropertyNames() 273 OUString* pNames = aNames.getArray(); in GetPropertyNames() 277 return aNames; in GetPropertyNames() 336 const Sequence<OUString>& aNames = GetPropertyNames(); in Commit() local 337 Sequence<Any> aValues(aNames.getLength()); in Commit() 340 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() 356 PutProperties(aNames, aValues); in Commit() 389 const Sequence<OUString>& aNames = GetPropertyNames(); in Load() local [all …]
|
| H A D | barcfg.cxx | 56 Sequence<OUString> aNames = GetPropertyNames(); in SwToolbarConfigItem() local 57 Sequence<Any> aValues = GetProperties(aNames); in SwToolbarConfigItem() 59 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); 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() [all …]
|
| H A D | prtopt.cxx | 68 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() 93 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); 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() [all …]
|
| H A D | fontcfg.cxx | 57 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() 128 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in SwStdFontConfig() 129 if(aValues.getLength() == aNames.getLength()) in SwStdFontConfig() 131 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwStdFontConfig() [all …]
|
| /AOO41X/main/unotools/source/config/ |
| H A D | fltrcfg.cxx | 109 Sequence<OUString> aNames(2); in Commit() local 110 OUString* pNames = aNames.getArray(); in Commit() 113 Sequence<Any> aValues(aNames.getLength()); in Commit() 120 PutProperties(aNames, aValues); in Commit() 134 Sequence<OUString> aNames(2); in Load() local 135 OUString* pNames = aNames.getArray(); in Load() 139 Sequence<Any> aValues = GetProperties(aNames); in Load() 173 Sequence<OUString> aNames(1); in Commit() local 174 aNames[0] = C2U("Executable"); in Commit() 178 PutProperties(aNames, aValues); in Commit() [all …]
|
| H A D | misccfg.cxx | 153 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() 180 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load() 181 if(aValues.getLength() == aNames.getLength()) in Load() [all …]
|
| H A D | sourceviewconfig.cxx | 124 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() 141 DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" ); in Load() 142 if ( aValues.getLength() == aNames.getLength() ) in Load() 144 for ( int nProp = 0; nProp < aNames.getLength(); nProp++ ) in Load() 171 Sequence< OUString > aNames = GetPropertyNames(); in Commit() local [all …]
|
| H A D | saveopt.cxx | 409 Sequence< OUString > aNames( nCount ); in GetPropertyNames() local 410 OUString* pNames = aNames.getArray(); in GetPropertyNames() 414 return aNames; in GetPropertyNames() 456 Sequence< OUString > aNames = GetPropertyNames(); in SvtSaveOptions_Impl() local 457 Sequence< Any > aValues = GetProperties( aNames ); in SvtSaveOptions_Impl() 458 Sequence< sal_Bool > aROStates = GetReadOnlyStates( aNames ); in SvtSaveOptions_Impl() 459 EnableNotification( aNames ); in SvtSaveOptions_Impl() 462 DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" ); in SvtSaveOptions_Impl() 463 DBG_ASSERT( aROStates.getLength() == aNames.getLength(), "GetReadOnlyStates failed" ); in SvtSaveOptions_Impl() 464 if ( aValues.getLength() == aNames.getLength() && aROStates.getLength() == aNames.getLength() ) in SvtSaveOptions_Impl() [all …]
|
| H A D | javaoptions.cxx | 81 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() 214 aNames[nRealCount] = pImpl->aPropertyNames[nProp]; in Commit() [all …]
|
| /AOO41X/main/editeng/source/misc/ |
| H A D | acorrcfg.cxx | 120 Sequence<OUString> aNames(nCount); in GetPropertyNames() local 121 OUString* pNames = aNames.getArray(); in GetPropertyNames() 124 return aNames; in GetPropertyNames() 131 Sequence<OUString> aNames = GetPropertyNames(); in Load() local 132 Sequence<Any> aValues = GetProperties(aNames); in Load() 134 EnableNotification(aNames); in Load() 136 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load() 137 if(aValues.getLength() == aNames.getLength()) in Load() 141 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() 247 Sequence<OUString> aNames( GetPropertyNames() ); in Commit() local [all …]
|
| /AOO41X/main/starmath/source/ |
| H A D | cfgitem.cxx | 65 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() 173 Sequence< OUString > aNames( nCount ); in lcl_GetPropertyNames() local 174 OUString *pNames = aNames.getArray(); in lcl_GetPropertyNames() 180 return aNames; in lcl_GetPropertyNames() 467 Sequence< OUString > aNames = lcl_GetSymbolPropertyNames(); in ReadSymbol() local [all …]
|
| /AOO41X/main/sw/source/core/swg/ |
| H A D | swblocks.cxx | 120 aNames.DeleteAndDestroy( 0, aNames.Count() ); in ~SwImpBlocks() 148 return aNames.Count(); in GetCount() 156 for( sal_uInt16 i = 0; i < aNames.Count(); i++ ) in GetIndex() 158 SwBlockName* pName = aNames[ i ]; in GetIndex() 170 for( sal_uInt16 i = 0; i < aNames.Count(); i++ ) in GetLongIndex() 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() [all …]
|
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | navicfg.cxx | 57 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() 83 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); 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() [all …]
|
| /AOO41X/main/svtools/source/config/ |
| H A D | htmlcfg.cxx | 87 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() 131 void SvxHtmlOptions::Load( const Sequence< OUString >& aNames ) in Load() argument 133 Sequence<Any> aValues = GetProperties(aNames); in Load() 135 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load() 136 if(aValues.getLength() == aNames.getLength()) in Load() 139 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() [all …]
|
| /AOO41X/main/oox/source/helper/ |
| H A D | zipstorage.cxx | 120 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()
|
| /AOO41X/main/sw/source/ui/envelp/ |
| H A D | envimg.cxx | 193 Sequence<OUString> aNames = GetPropertyNames(); in SwEnvCfgItem() local 194 Sequence<Any> aValues = GetProperties(aNames); in SwEnvCfgItem() 195 EnableNotification(aNames); in SwEnvCfgItem() 197 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in SwEnvCfgItem() 198 if(aValues.getLength() == aNames.getLength()) in SwEnvCfgItem() 200 for(int nProp = 0; nProp < aNames.getLength(); nProp++) 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() [all …]
|
| /AOO41X/main/comphelper/source/property/ |
| H A D | opropertybag.cxx | 416 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 …]
|
| /AOO41X/main/linguistic/source/ |
| H A D | lngsvcmgr.cxx | 218 uno::Sequence< OUString > aNames( 1 ); in SetAvailableCfgServiceLists() local 219 OUString *pNames = aNames.getArray(); in SetAvailableCfgServiceLists() 226 uno::Sequence< uno::Any > aValues = /*aCfg.*/GetProperties( aNames ); in SetAvailableCfgServiceLists() 597 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() 670 aValues = /*aCfg.*/GetProperties( aNames ); in Notify() 695 aValues = /*aCfg.*/GetProperties( aNames ); in Notify() [all …]
|