Lines Matching refs:nProperty
200 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtLocalisationOptions_Impl() local
204 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtLocalisationOptions_Impl::SvtLocali… in SvtLocalisationOptions_Impl()
205 switch( nProperty ) 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()
250 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify() local
252 if( seqPropertyNames[nProperty] == PROPERTYNAME_AUTOMNEMONIC ) in Notify()
254 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtLocalisationOptions… in Notify()
255 seqValues[nProperty] >>= m_bAutoMnemonic; in Notify()
258 if( seqPropertyNames[nProperty] == PROPERTYNAME_DIALOGSCALE ) in Notify()
260 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_LONG), "SvtLocalisationOptions_Im… in Notify()
261 seqValues[nProperty] >>= m_nDialogScale; in Notify()
280 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local
282 switch( nProperty ) in Commit()
285 seqValues[nProperty] <<= m_bAutoMnemonic; in Commit()
290 seqValues[nProperty] <<= m_nDialogScale; in Commit()