/trunk/main/svtools/source/config/ |
H A D | optionsdrawinglayer.cxx | 386 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtOptionsDrawinglayer_Impl() 398 seqValues[nProperty] >>= m_bOverlayBuffer; in SvtOptionsDrawinglayer_Impl() 405 seqValues[nProperty] >>= m_bPaintBuffer; in SvtOptionsDrawinglayer_Impl() 413 seqValues[nProperty] >>= nValue; in SvtOptionsDrawinglayer_Impl() 422 seqValues[nProperty] >>= nValue; in SvtOptionsDrawinglayer_Impl() 430 seqValues[nProperty] >>= m_nStripeLength; in SvtOptionsDrawinglayer_Impl() 438 seqValues[nProperty] >>= m_bOverlayBuffer_Calc; in SvtOptionsDrawinglayer_Impl() 460 seqValues[nProperty] >>= m_bPaintBuffer_Calc; in SvtOptionsDrawinglayer_Impl() 482 seqValues[nProperty] >>= m_nMaximumPaperWidth; in SvtOptionsDrawinglayer_Impl() 525 seqValues[nProperty] >>= m_bAntiAliasing; in SvtOptionsDrawinglayer_Impl() [all …]
|
H A D | menuoptions.cxx | 237 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtMenuOptions_Impl() local 248 sal_Int32 nPropertyCount = seqValues.getLength() ; in SvtMenuOptions_Impl() 259 seqValues[nProperty] >>= m_bDontHideDisabledEntries; in SvtMenuOptions_Impl() 265 seqValues[nProperty] >>= m_bFollowMouse; in SvtMenuOptions_Impl() 308 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local 331 seqValues[nProperty] >>= m_bDontHideDisabledEntries; in Notify() 336 seqValues[nProperty] >>= m_bFollowMouse; in Notify() 369 Sequence< Any > seqValues ( nCount ); in Commit() local 380 seqValues[nProperty] <<= m_bFollowMouse; in Commit() 386 seqValues[nProperty] <<= bValue; in Commit() [all …]
|
H A D | miscopt.cxx | 284 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtMiscOptions_Impl() 304 if( !(seqValues[nProperty] >>= m_nSymbolsSize) ) in SvtMiscOptions_Impl() 314 if( !(seqValues[nProperty] >>= m_nToolboxStyle) ) in SvtMiscOptions_Impl() 345 if( seqValues[nProperty] >>= aSymbolsStyle ) in SvtMiscOptions_Impl() 394 Sequence< Any > seqValues = GetProperties( rPropertyNames ); in Load() local 402 sal_Int32 nPropertyCount = seqValues.getLength(); in Load() 558 Sequence< Any > seqValues ( nCount ); in Commit() local 566 seqValues[nProperty] <<= m_bPluginsEnabled; in Commit() 573 seqValues[nProperty] <<= m_nSymbolsSize; in Commit() 580 seqValues[nProperty] <<= m_nToolboxStyle; in Commit() [all …]
|
/trunk/main/unotools/source/config/ |
H A D | fontoptions.cxx | 197 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtFontOptions_Impl() local 205 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtFontOptions_Impl() 215 seqValues[nProperty] >>= m_bReplacementTable; in SvtFontOptions_Impl() 220 seqValues[nProperty] >>= m_bFontHistory; in SvtFontOptions_Impl() 225 seqValues[nProperty] >>= m_bFontWYSIWYG; in SvtFontOptions_Impl() 254 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local 265 seqValues[nProperty] >>= m_bReplacementTable; in Notify() 271 seqValues[nProperty] >>= m_bFontHistory; in Notify() 277 seqValues[nProperty] >>= m_bFontWYSIWYG; in Notify() 293 Sequence< Any > seqValues ( nCount ); in Commit() local [all …]
|
H A D | startoptions.cxx | 194 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtStartOptions_Impl() local 202 sal_Int32 nPropertyCount = seqValues.getLength() ; in SvtStartOptions_Impl() 213 seqValues[nProperty] >>= m_bShowIntro; in SvtStartOptions_Impl() 219 seqValues[nProperty] >>= m_sConnectionURL; in SvtStartOptions_Impl() 247 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local 258 seqValues[nProperty] >>= m_bShowIntro; in Notify() 264 seqValues[nProperty] >>= m_sConnectionURL; in Notify() 280 Sequence< Any > seqValues ( nCount ); in Commit() local 286 seqValues[nProperty] <<= m_bShowIntro; in Commit() 290 seqValues[nProperty] <<= m_sConnectionURL; in Commit() [all …]
|
H A D | localisationoptions.cxx | 191 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtLocalisationOptions_Impl() local 199 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtLocalisationOptions_Impl() 209 seqValues[nProperty] >>= m_bAutoMnemonic; in SvtLocalisationOptions_Impl() 215 seqValues[nProperty] >>= m_nDialogScale; in SvtLocalisationOptions_Impl() 244 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local 255 seqValues[nProperty] >>= m_bAutoMnemonic; in Notify() 261 seqValues[nProperty] >>= m_nDialogScale; in Notify() 279 Sequence< Any > seqValues ( nCount ); in Commit() local 285 seqValues[nProperty] <<= m_bAutoMnemonic; in Commit() 290 seqValues[nProperty] <<= m_nDialogScale; in Commit() [all …]
|
H A D | workingsetoptions.cxx | 183 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtWorkingSetOptions_Impl() local 188 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtWorkingSetOptions_Impl::SvtWorking… in SvtWorkingSetOptions_Impl() 191 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtWorkingSetOptions_Impl() 196 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtWorkingSetOptions_Impl::SvtWorkingS… in SvtWorkingSetOptions_Impl() 201 seqValues[nProperty] >>= m_seqWindowList; in SvtWorkingSetOptions_Impl() 230 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local 233 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtWorkingSetOptions_Impl::No… in Notify() 241 seqValues[nProperty] >>= m_seqWindowList; in Notify() 257 Sequence< Any > seqValues ( nCount ); in Commit() local 263 seqValues[nProperty] <<= m_seqWindowList; in Commit() [all …]
|
H A D | printwarningoptions.cxx | 142 Sequence< Any > seqValues( GetProperties( seqNames ) ); in SvtPrintWarningOptions_Impl() local 147 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtPrintWarningOptions_Impl() 158 DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "Invalid type" ); in SvtPrintWarningOptions_Impl() 159 seqValues[nProperty] >>= m_bPaperSize; in SvtPrintWarningOptions_Impl() 165 DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "Invalid type" ); in SvtPrintWarningOptions_Impl() 166 seqValues[nProperty] >>= m_bPaperOrientation; in SvtPrintWarningOptions_Impl() 172 DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "Invalid type" ); in SvtPrintWarningOptions_Impl() 173 seqValues[nProperty] >>= m_bNotFound; in SvtPrintWarningOptions_Impl() 179 DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "Invalid type" ); in SvtPrintWarningOptions_Impl() 180 seqValues[nProperty] >>= m_bTransparency; in SvtPrintWarningOptions_Impl() [all …]
|
H A D | cacheoptions.cxx | 145 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtCacheOptions_Impl() local 150 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtCacheOptions_Impl() 155 if( seqValues[ nProperty ].hasValue() ) in SvtCacheOptions_Impl() 161 if( seqValues[ nProperty ].getValueTypeClass() == TypeClass_LONG ) in SvtCacheOptions_Impl() 162 seqValues[nProperty] >>= mnWriterOLE; in SvtCacheOptions_Impl() 168 if( seqValues[ nProperty ].getValueTypeClass() == TypeClass_LONG ) in SvtCacheOptions_Impl() 169 seqValues[nProperty] >>= mnDrawingOLE; in SvtCacheOptions_Impl() 175 if( seqValues[ nProperty ].getValueTypeClass() == TypeClass_LONG ) in SvtCacheOptions_Impl() 176 seqValues[nProperty] >>= mnGrfMgrTotalSize; in SvtCacheOptions_Impl() 183 seqValues[nProperty] >>= mnGrfMgrObjectSize; in SvtCacheOptions_Impl() [all …]
|
H A D | internaloptions.cxx | 287 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtInternalOptions_Impl() local 292 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtInternalOptions_Impl::SvtInternalO… in SvtInternalOptions_Impl() 295 …DBG_ASSERT(!(seqValues[FIXPROPERTYHANDLE_SLOTCFG].getValueTypeClass()!=TypeClass_BOOLEAN) , "SvtI… in SvtInternalOptions_Impl() 296 …DBG_ASSERT(!(seqValues[FIXPROPERTYHANDLE_SENDCRASHMAIL].getValueTypeClass()!=TypeClass_BOOLEAN) , … in SvtInternalOptions_Impl() 297 seqValues[FIXPROPERTYHANDLE_SLOTCFG ] >>= m_bSlotCFG ; in SvtInternalOptions_Impl() 298 seqValues[FIXPROPERTYHANDLE_SENDCRASHMAIL ] >>= m_bSendCrashMail ; in SvtInternalOptions_Impl() 299 seqValues[FIXPROPERTYHANDLE_USEMAILUI ] >>= m_bUseMailUI ; in SvtInternalOptions_Impl() 300 seqValues[FIXPROPERTYHANDLE_CURRENTTEMPURL ] >>= m_aCurrentTempURL ; in SvtInternalOptions_Impl()
|
H A D | extendedsecurityoptions.cxx | 236 Sequence< Any > seqValues = GetProperties( seqNames ); in SvtExtendedSecurityOptions_Impl() local 239 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtExtendedSecurityOptions_Impl() 244 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtExtendedSecurityOptions_Impl::SvtEx… in SvtExtendedSecurityOptions_Impl() 249 …DBG_ASSERT( ( seqValues[nProperty].getValueTypeClass() == TypeClass_LONG ), "SvtExtendedSecurityOp… in SvtExtendedSecurityOptions_Impl() 252 if ( seqValues[nProperty] >>= nMode ) in SvtExtendedSecurityOptions_Impl() 298 Sequence< Any > seqValues ( nCount ); in Commit() local 304 seqValues[nProperty] <<= (sal_Int32)m_eOpenHyperlinkMode; in Commit() 311 PutProperties( seqNames, seqValues ); in Commit()
|
H A D | syslocaleoptions.cxx | 430 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local 437 … DBG_ASSERT( seqValues[nProp].getValueTypeClass() == TypeClass_STRING, "Locale property type" ); in Notify() 438 seqValues[nProp] >>= m_aLocaleString; in Notify() 447 … DBG_ASSERT( seqValues[nProp].getValueTypeClass() == TypeClass_STRING, "Locale property type" ); in Notify() 448 seqValues[nProp] >>= m_aUILocaleString; in Notify() 455 … DBG_ASSERT( seqValues[nProp].getValueTypeClass() == TypeClass_STRING, "Currency property type" ); in Notify() 456 seqValues[nProp] >>= m_aCurrencyString; in Notify() 462 seqValues[nProp] >>= m_bDecimalSeparator; in Notify()
|
H A D | securityoptions.cxx | 318 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtSecurityOptions_Impl() local 324 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtSecurityOptions_Impl::SvtSecurityO… in SvtSecurityOptions_Impl() 327 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtSecurityOptions_Impl() 329 SetProperty( nProperty, seqValues[ nProperty ], seqRO[ nProperty ] ); in SvtSecurityOptions_Impl() 602 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local 606 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtSecurityOptions_Impl::Noti… in Notify() 610 …SetProperty( GetHandle( seqPropertyNames[ nProperty ] ), seqValues[ nProperty ], seqRO[ nProperty … in Notify()
|
H A D | eventcfg.cxx | 185 Sequence< beans::PropertyValue > seqValues( 1 ); in Commit() local 197 seqValues[ 0 ].Name = sNode; in Commit() 198 seqValues[ 0 ].Value <<= it->second; in Commit() 200 SetSetProperties(SETNODE_BINDINGS,seqValues); in Commit()
|