Lines Matching refs:seqValues
145 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtCacheOptions_Impl() local
147 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtCacheOptions_Impl::SvtCacheOptions… in SvtCacheOptions_Impl()
150 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtCacheOptions_Impl()
155 if( seqValues[ nProperty ].hasValue() ) in SvtCacheOptions_Impl()
161 if( seqValues[ nProperty ].getValueTypeClass() == TypeClass_LONG ) in SvtCacheOptions_Impl()
162 seqValues[nProperty] >>= mnWriterOLE; in SvtCacheOptions_Impl()
168 if( seqValues[ nProperty ].getValueTypeClass() == TypeClass_LONG ) in SvtCacheOptions_Impl()
169 seqValues[nProperty] >>= mnDrawingOLE; in SvtCacheOptions_Impl()
175 if( seqValues[ nProperty ].getValueTypeClass() == TypeClass_LONG ) in SvtCacheOptions_Impl()
176 seqValues[nProperty] >>= mnGrfMgrTotalSize; in SvtCacheOptions_Impl()
182 if( seqValues[ nProperty ].getValueTypeClass() == TypeClass_LONG ) in SvtCacheOptions_Impl()
183 seqValues[nProperty] >>= mnGrfMgrObjectSize; in SvtCacheOptions_Impl()
189 if( seqValues[ nProperty ].getValueTypeClass() == TypeClass_LONG ) in SvtCacheOptions_Impl()
190 seqValues[nProperty] >>= mnGrfMgrObjectRelease; in SvtCacheOptions_Impl()