Lines Matching refs:nProperty
192 for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtWorkingSetOptions_Impl() local
196 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtWorkingSetOptions_Impl::SvtWorkingS… in SvtWorkingSetOptions_Impl()
197 switch( nProperty ) in SvtWorkingSetOptions_Impl()
200 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_SEQUENCE), "SvtWorkingSetOptions_… in SvtWorkingSetOptions_Impl()
201 seqValues[nProperty] >>= m_seqWindowList; in SvtWorkingSetOptions_Impl()
236 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify() local
238 if( seqPropertyNames[nProperty] == PROPERTYNAME_WINDOWLIST ) in Notify()
240 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_SEQUENCE), "SvtWorkingSetOptions_… in Notify()
241 seqValues[nProperty] >>= m_seqWindowList; in Notify()
258 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local
260 switch( nProperty ) in Commit()
263 seqValues[nProperty] <<= m_seqWindowList; in Commit()