Searched refs:seqPropertyNames (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/unotools/source/config/ |
H A D | fontoptions.cxx | 105 virtual void Notify( const Sequence< OUString >& seqPropertyNames ); 251 void SvtFontOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify() argument 254 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() 257 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtFontOptions_Impl::Notify()… in Notify() 259 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify() 262 if( seqPropertyNames[nProperty] == PROPERTYNAME_REPLACEMENTTABLE ) in Notify() 268 if( seqPropertyNames[nProperty] == PROPERTYNAME_FONTHISTORY ) in Notify() 274 if( seqPropertyNames[nProperty] == PROPERTYNAME_FONTWYSIWYG ) in Notify() 380 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in impl_GetPropertyNames() local 382 return seqPropertyNames; in impl_GetPropertyNames()
|
H A D | startoptions.cxx | 106 virtual void Notify( const Sequence< OUString >& seqPropertyNames ); 244 void SvtStartOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify() argument 247 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() 250 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtStartOptions_Impl::Notify(… in Notify() 252 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify() 255 if( seqPropertyNames[nProperty] == PROPERTYNAME_SHOWINTRO ) in Notify() 261 if( seqPropertyNames[nProperty] == PROPERTYNAME_CONNECTIONURL ) in Notify() 345 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in impl_GetPropertyNames() local 347 return seqPropertyNames; in impl_GetPropertyNames()
|
H A D | localisationoptions.cxx | 105 virtual void Notify( const Sequence< OUString >& seqPropertyNames ); 241 void SvtLocalisationOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify() argument 244 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() 247 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtLocalisationOptions_Impl::… in Notify() 249 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify() 252 if( seqPropertyNames[nProperty] == PROPERTYNAME_AUTOMNEMONIC ) in Notify() 258 if( seqPropertyNames[nProperty] == PROPERTYNAME_DIALOGSCALE ) in Notify() 345 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in GetPropertyNames() local 347 return seqPropertyNames; in GetPropertyNames()
|
H A D | workingsetoptions.cxx | 101 virtual void Notify( const Sequence< OUString >& seqPropertyNames ); 227 void SvtWorkingSetOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify() argument 230 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() 233 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtWorkingSetOptions_Impl::No… in Notify() 235 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify() 238 if( seqPropertyNames[nProperty] == PROPERTYNAME_WINDOWLIST ) in Notify() 300 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in GetPropertyNames() local 302 return seqPropertyNames; in GetPropertyNames()
|
H A D | syslocaleoptions.cxx | 152 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in GetPropertyNames() local 153 return seqPropertyNames; in GetPropertyNames() 427 void SvtSysLocaleOptions_Impl::Notify( const Sequence< rtl::OUString >& seqPropertyNames ) in Notify() argument 430 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() 431 Sequence< sal_Bool > seqROStates = GetReadOnlyStates( seqPropertyNames ); in Notify() 432 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify() 435 if( seqPropertyNames[nProp] == PROPERTYNAME_LOCALE ) in Notify() 445 if( seqPropertyNames[nProp] == PROPERTYNAME_UILOCALE ) in Notify() 453 else if( seqPropertyNames[nProp] == PROPERTYNAME_CURRENCY ) in Notify() 460 else if( seqPropertyNames[nProp] == PROPERTYNAME_DECIMALSEPARATOR ) in Notify()
|
H A D | securityoptions.cxx | 170 virtual void Notify( const Sequence< OUString >& seqPropertyNames ); 599 void SvtSecurityOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify() argument 602 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() 603 Sequence< sal_Bool > seqRO = GetReadOnlyStates( seqPropertyNames ); in Notify() 606 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtSecurityOptions_Impl::Noti… in Notify() 608 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify() 610 …SetProperty( GetHandle( seqPropertyNames[ nProperty ] ), seqValues[ nProperty ], seqRO[ nProperty … in Notify() 1047 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in GetPropertyNames() local 1049 return seqPropertyNames; in GetPropertyNames()
|
H A D | extendedsecurityoptions.cxx | 129 virtual void Notify( const Sequence< OUString >& seqPropertyNames ); 418 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in GetPropertyNames() local 420 return seqPropertyNames; in GetPropertyNames()
|
H A D | printwarningoptions.cxx | 259 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in impl_GetPropertyNames() local 261 return seqPropertyNames; in impl_GetPropertyNames()
|
H A D | cacheoptions.cxx | 348 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in impl_GetPropertyNames() local 350 return seqPropertyNames; in impl_GetPropertyNames()
|
/aoo42x/main/svtools/source/config/ |
H A D | menuoptions.cxx | 128 virtual void Notify( const Sequence< OUString >& seqPropertyNames ); 305 void SvtMenuOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify() argument 308 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() 311 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtMenuOptions_Impl::Notify()… in Notify() 325 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify() 328 if( seqPropertyNames[nProperty] == PROPERTYNAME_DONTHIDEDISABLEDENTRIES ) in Notify() 333 else if( seqPropertyNames[nProperty] == PROPERTYNAME_FOLLOWMOUSE ) in Notify() 338 else if( seqPropertyNames[nProperty] == PROPERTYNAME_SHOWICONSINMENUES ) in Notify() 343 else if( seqPropertyNames[nProperty] == PROPERTYNAME_SYSTEMICONSINMENUES ) in Notify() 414 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in impl_GetPropertyNames() local [all …]
|
H A D | miscopt.cxx | 139 virtual void Notify( const Sequence< OUString >& seqPropertyNames ); 627 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in GetPropertyNames() local 629 return seqPropertyNames; in GetPropertyNames()
|
H A D | optionsdrawinglayer.cxx | 1228 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in impl_GetPropertyNames() local 1230 return seqPropertyNames; in impl_GetPropertyNames()
|
/aoo42x/main/svl/source/passwordcontainer/ |
H A D | syscreds.hxx | 44 seqPropertyNames );
|
Completed in 63 milliseconds