Lines Matching refs:seqValues

194 	Sequence< Any >			seqValues	= GetProperties( seqNames )	;  in SvtStartOptions_Impl()  local
199 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtStartOptions_Impl::SvtStartOptions… in SvtStartOptions_Impl()
202 sal_Int32 nPropertyCount = seqValues.getLength() ; in SvtStartOptions_Impl()
208 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtStartOptions_Impl::SvtStartOptions_… 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()
247 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local
250 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtStartOptions_Impl::Notify(… in Notify()
257 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtStartOptions_Impl::… in Notify()
258 seqValues[nProperty] >>= m_bShowIntro; in Notify()
263 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_STRING), "SvtStartOptions_Impl::N… in Notify()
264 seqValues[nProperty] >>= m_sConnectionURL; in Notify()
280 Sequence< Any > seqValues ( nCount ); in Commit() local
286 seqValues[nProperty] <<= m_bShowIntro; in Commit()
290 seqValues[nProperty] <<= m_sConnectionURL; in Commit()
296 PutProperties( seqNames, seqValues ); in Commit()