Lines Matching refs:nProperty

203 	sal_Int32 nProperty			=	0						;  in SvtStartOptions_Impl()  local
204 for( nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtStartOptions_Impl()
208 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtStartOptions_Impl::SvtStartOptions_… in SvtStartOptions_Impl()
209 switch( nProperty ) in SvtStartOptions_Impl()
212 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtStartOptions_Impl::… in SvtStartOptions_Impl()
213 seqValues[nProperty] >>= m_bShowIntro; in SvtStartOptions_Impl()
218 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_STRING), "SvtStartOptions_Impl::S… in SvtStartOptions_Impl()
219 seqValues[nProperty] >>= m_sConnectionURL; in SvtStartOptions_Impl()
253 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify() local
255 if( seqPropertyNames[nProperty] == PROPERTYNAME_SHOWINTRO ) in Notify()
257 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtStartOptions_Impl::… in Notify()
258 seqValues[nProperty] >>= m_bShowIntro; in Notify()
261 if( seqPropertyNames[nProperty] == PROPERTYNAME_CONNECTIONURL ) in Notify()
263 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_STRING), "SvtStartOptions_Impl::N… in Notify()
264 seqValues[nProperty] >>= m_sConnectionURL; in Notify()
281 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit() local
283 switch( nProperty ) in Commit()
286 seqValues[nProperty] <<= m_bShowIntro; in Commit()
290 seqValues[nProperty] <<= m_sConnectionURL; in Commit()