Lines Matching refs:nProperty
151 sal_Int32 nProperty = 0; in SvtCacheOptions_Impl() local
153 for( nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtCacheOptions_Impl()
155 if( seqValues[ nProperty ].hasValue() ) in SvtCacheOptions_Impl()
157 switch( nProperty ) 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()
215 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in Commit() local
217 switch( nProperty ) in Commit()
220 aSeqValues[nProperty] <<= mnWriterOLE; in Commit()
224 aSeqValues[nProperty] <<= mnDrawingOLE; in Commit()
228 aSeqValues[nProperty] <<= mnGrfMgrTotalSize; in Commit()
232 aSeqValues[nProperty] <<= mnGrfMgrObjectSize; in Commit()
236 aSeqValues[nProperty] <<= mnGrfMgrObjectRelease; in Commit()