Lines Matching refs:seqValues

191 	Sequence< Any >			seqValues	= GetProperties		( seqNames	);  in SvtLocalisationOptions_Impl()  local
196 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtLocalisationOptions_Impl::SvtLocal… in SvtLocalisationOptions_Impl()
199 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtLocalisationOptions_Impl()
204 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtLocalisationOptions_Impl::SvtLocali… 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()
244 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify() local
247 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtLocalisationOptions_Impl::… in Notify()
254 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtLocalisationOptions… in Notify()
255 seqValues[nProperty] >>= m_bAutoMnemonic; in Notify()
260 …DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_LONG), "SvtLocalisationOptions_Im… in Notify()
261 seqValues[nProperty] >>= m_nDialogScale; in Notify()
279 Sequence< Any > seqValues ( nCount ); in Commit() local
285 seqValues[nProperty] <<= m_bAutoMnemonic; in Commit()
290 seqValues[nProperty] <<= m_nDialogScale; in Commit()
296 PutProperties( seqNames, seqValues ); in Commit()