Lines Matching refs:nProperty

285 	for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty )  in SvtMiscOptions_Impl()  local
289 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtSecurityOptions_Impl::SvtSecurityOp… in SvtMiscOptions_Impl()
290 switch( nProperty ) in SvtMiscOptions_Impl()
294 if( !(seqValues[nProperty] >>= m_bPluginsEnabled) ) in SvtMiscOptions_Impl()
298 m_bIsPluginsEnabledRO = seqRO[nProperty]; in SvtMiscOptions_Impl()
304 if( !(seqValues[nProperty] >>= m_nSymbolsSize) ) in SvtMiscOptions_Impl()
308 m_bIsSymbolsSizeRO = seqRO[nProperty]; in SvtMiscOptions_Impl()
314 if( !(seqValues[nProperty] >>= m_nToolboxStyle) ) in SvtMiscOptions_Impl()
318 m_bIsToolboxStyleRO = seqRO[nProperty]; in SvtMiscOptions_Impl()
324 if( !(seqValues[nProperty] >>= m_bUseSystemFileDialog) ) in SvtMiscOptions_Impl()
328 m_bIsUseSystemFileDialogRO = seqRO[nProperty]; in SvtMiscOptions_Impl()
334 if( !(seqValues[nProperty] >>= m_bUseSystemPrintDialog) ) in SvtMiscOptions_Impl()
338 m_bIsUseSystemPrintDialogRO = seqRO[nProperty]; in SvtMiscOptions_Impl()
345 if( seqValues[nProperty] >>= aSymbolsStyle ) in SvtMiscOptions_Impl()
351 m_bIsSymbolsStyleRO = seqRO[nProperty]; in SvtMiscOptions_Impl()
403 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in Load() local
407 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtSecurityOptions_Impl::SvtSecurityOp… in Load()
408 switch( lcl_MapPropertyName(rPropertyNames[nProperty], aInternalPropertyNames) ) 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()
559 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local
561 switch( nProperty ) in Commit()
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()