Lines Matching refs:seqValues

275     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()
394 Sequence< Any > seqValues = GetProperties( rPropertyNames ); in Load() local
399 …DBG_ASSERT( !(rPropertyNames.getLength()!=seqValues.getLength()), "SvtSecurityOptions_Impl::SvtSec… in Load()
402 sal_Int32 nPropertyCount = seqValues.getLength(); in Load()
407 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtSecurityOptions_Impl::SvtSecurityOp… in Load()
411 … if( !(seqValues[nProperty] >>= m_bPluginsEnabled) ) in Load()
418 … if( !(seqValues[nProperty] >>= m_nSymbolsSize) ) in Load()
425 … if( !(seqValues[nProperty] >>= m_nToolboxStyle) ) in Load()
432 … if( !(seqValues[nProperty] >>= m_bUseSystemFileDialog) ) in Load()
439 … if( !(seqValues[nProperty] >>= m_bUseSystemPrintDialog) ) in Load()
447 … if( seqValues[nProperty] >>= aSymbolsStyle ) 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()
587 seqValues[nProperty] <<= m_bUseSystemFileDialog; in Commit()
594 seqValues[nProperty] <<= GetSymbolsStyleName(); in Commit()
601 seqValues[nProperty] <<= m_bUseSystemPrintDialog; in Commit()
607 PutProperties( seqNames, seqValues ); in Commit()