Home
last modified time | relevance | path

Searched refs:seqValues (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svtools/source/config/
H A Doptionsdrawinglayer.cxx381 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtOptionsDrawinglayer_Impl() local
383 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtOptionsDrawinglayer_Impl::SvtOptio… in SvtOptionsDrawinglayer_Impl()
386 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtOptionsDrawinglayer_Impl()
391 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtOptionsDrawinglayer_Impl::SvtOption… in SvtOptionsDrawinglayer_Impl()
397 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtOptionsDrawinglayer… in SvtOptionsDrawinglayer_Impl()
398 seqValues[nProperty] >>= m_bOverlayBuffer; in SvtOptionsDrawinglayer_Impl()
404 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtOptionsDrawinglayer… in SvtOptionsDrawinglayer_Impl()
405 seqValues[nProperty] >>= m_bPaintBuffer; in SvtOptionsDrawinglayer_Impl()
411 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_LONG), "SvtOptionsDrawinglayer_Im… in SvtOptionsDrawinglayer_Impl()
413 seqValues[nProperty] >>= nValue; in SvtOptionsDrawinglayer_Impl()
[all …]
H A Dmenuoptions.cxx237 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtMenuOptions_Impl() local
242 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtMenuOptions_Impl::SvtMenuOptions_I… in SvtMenuOptions_Impl()
248 sal_Int32 nPropertyCount = seqValues.getLength() ; in SvtMenuOptions_Impl()
254 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtMenuOptions_Impl::SvtMenuOptions_Im… in SvtMenuOptions_Impl()
258 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtMenuOptions_Impl::S… in SvtMenuOptions_Impl()
259seqValues[nProperty] >>= m_bDontHideDisabledEntries; in SvtMenuOptions_Impl()
264 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtMenuOptions_Impl::S… in SvtMenuOptions_Impl()
265seqValues[nProperty] >>= m_bFollowMouse; in SvtMenuOptions_Impl()
269 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtMenuOptions_Impl::S… in SvtMenuOptions_Impl()
270 seqValues[nProperty] >>= bMenuIcons; in SvtMenuOptions_Impl()
[all …]
H A Dmiscopt.cxx275 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtMiscOptions_Impl() local
281 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtMiscOptions_Impl::SvtMiscOptions_I… in SvtMiscOptions_Impl()
284 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtMiscOptions_Impl()
289 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtSecurityOptions_Impl::SvtSecurityOp… in SvtMiscOptions_Impl()
294 if( !(seqValues[nProperty] >>= m_bPluginsEnabled) ) in SvtMiscOptions_Impl()
304 if( !(seqValues[nProperty] >>= m_nSymbolsSize) ) in SvtMiscOptions_Impl()
314 if( !(seqValues[nProperty] >>= m_nToolboxStyle) ) in SvtMiscOptions_Impl()
324 if( !(seqValues[nProperty] >>= m_bUseSystemFileDialog) ) in SvtMiscOptions_Impl()
334 if( !(seqValues[nProperty] >>= m_bUseSystemPrintDialog) ) in SvtMiscOptions_Impl()
345 if( seqValues[nProperty] >>= aSymbolsStyle ) in SvtMiscOptions_Impl()
[all …]
/trunk/main/unotools/source/config/
H A Dfontoptions.cxx197 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtFontOptions_Impl() local
202 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtFontOptions_Impl::SvtFontOptions_I… in SvtFontOptions_Impl()
205 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtFontOptions_Impl()
210 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtFontOptions_Impl::SvtFontOptions_Im… in SvtFontOptions_Impl()
214 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtFontOptions_Impl::S… in SvtFontOptions_Impl()
215seqValues[nProperty] >>= m_bReplacementTable; in SvtFontOptions_Impl()
219 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtFontOptions_Impl::S… in SvtFontOptions_Impl()
220 seqValues[nProperty] >>= m_bFontHistory; in SvtFontOptions_Impl()
224 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtFontOptions_Impl::S… in SvtFontOptions_Impl()
225 seqValues[nProperty] >>= m_bFontWYSIWYG; in SvtFontOptions_Impl()
[all …]
H A Dstartoptions.cxx192 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtStartOptions_Impl() local
197 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtStartOptions_Impl::SvtStartOptions… in SvtStartOptions_Impl()
200 sal_Int32 nPropertyCount = seqValues.getLength() ; in SvtStartOptions_Impl()
206 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtStartOptions_Impl::SvtStartOptions_… in SvtStartOptions_Impl()
210 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtStartOptions_Impl::… in SvtStartOptions_Impl()
211 seqValues[nProperty] >>= m_bShowIntro; in SvtStartOptions_Impl()
216 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_STRING), "SvtStartOptions_Impl::S… in SvtStartOptions_Impl()
217 seqValues[nProperty] >>= m_sConnectionURL; in SvtStartOptions_Impl()
245 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local
248 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtStartOptions_Impl::Notify(… in Notify()
[all …]
H A Dlocalisationoptions.cxx191 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtLocalisationOptions_Impl() local
196 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtLocalisationOptions_Impl::SvtLocal… in SvtLocalisationOptions_Impl()
199 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtLocalisationOptions_Impl()
204 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtLocalisationOptions_Impl::SvtLocali… in SvtLocalisationOptions_Impl()
208 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtLocalisationOptions… in SvtLocalisationOptions_Impl()
209 seqValues[nProperty] >>= m_bAutoMnemonic; in SvtLocalisationOptions_Impl()
214 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_LONG), "SvtLocalisationOptions_Im… in SvtLocalisationOptions_Impl()
215 seqValues[nProperty] >>= m_nDialogScale; in SvtLocalisationOptions_Impl()
244 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local
247 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtLocalisationOptions_Impl::… in Notify()
[all …]
H A Dworkingsetoptions.cxx183 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()
200 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_SEQUENCE), "SvtWorkingSetOptions_… 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()
240 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_SEQUENCE), "SvtWorkingSetOptions_… in Notify()
241 seqValues[nProperty] >>= m_seqWindowList; in Notify()
[all …]
H A Dprintwarningoptions.cxx142 Sequence< Any > seqValues( GetProperties( seqNames ) ); in SvtPrintWarningOptions_Impl() local
144 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtPrintWarningOptions_Impl::SvtPrint… in SvtPrintWarningOptions_Impl()
147 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtPrintWarningOptions_Impl()
152 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtPrintWarningOptions_Impl::SvtPrintW… 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()
[all …]
H A Dcacheoptions.cxx145 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtCacheOptions_Impl() local
147 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtCacheOptions_Impl::SvtCacheOptions… in SvtCacheOptions_Impl()
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()
[all …]
H A Dinternaloptions.cxx287 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) , … 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 Dextendedsecurityoptions.cxx236 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
304seqValues[nProperty] <<= (sal_Int32)m_eOpenHyperlinkMode; in Commit()
311 PutProperties( seqNames, seqValues ); in Commit()
H A Dsyslocaleoptions.cxx430 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 Dsecurityoptions.cxx318 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 Deventcfg.cxx185 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()