Lines Matching refs:nProperty

148 	sal_Int32 nProperty	= 0;  in SvtPrintWarningOptions_Impl()  local
150 for( nProperty=0; nProperty<nPropertyCount; ++nProperty ) in SvtPrintWarningOptions_Impl()
152 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtPrintWarningOptions_Impl::SvtPrintW… in SvtPrintWarningOptions_Impl()
154 switch( nProperty ) in SvtPrintWarningOptions_Impl()
158 DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "Invalid type" ); in SvtPrintWarningOptions_Impl()
159 seqValues[nProperty] >>= m_bPaperSize; in SvtPrintWarningOptions_Impl()
165 DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "Invalid type" ); in SvtPrintWarningOptions_Impl()
166 seqValues[nProperty] >>= m_bPaperOrientation; in SvtPrintWarningOptions_Impl()
172 DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "Invalid type" ); in SvtPrintWarningOptions_Impl()
173 seqValues[nProperty] >>= m_bNotFound; in SvtPrintWarningOptions_Impl()
179 DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "Invalid type" ); in SvtPrintWarningOptions_Impl()
180 seqValues[nProperty] >>= m_bTransparency; in SvtPrintWarningOptions_Impl()
185 DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "Invalid type" ); in SvtPrintWarningOptions_Impl()
186 seqValues[nProperty] >>= m_bModifyDocumentOnPrintingAllowed; in SvtPrintWarningOptions_Impl()
211 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in Commit() local
213 switch( nProperty ) in Commit()
216 aSeqValues[nProperty] <<= m_bPaperSize; in Commit()
220 aSeqValues[nProperty] <<= m_bPaperOrientation; in Commit()
224 aSeqValues[nProperty] <<= m_bNotFound; in Commit()
228 aSeqValues[nProperty] <<= m_bTransparency; in Commit()
231 aSeqValues[nProperty] <<= m_bModifyDocumentOnPrintingAllowed; in Commit()