Lines Matching refs:seqValues

142 	Sequence< Any >			seqValues( GetProperties( seqNames ) );  in SvtPrintWarningOptions_Impl()  local
144 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtPrintWarningOptions_Impl::SvtPrint… in SvtPrintWarningOptions_Impl()
147 sal_Int32 nPropertyCount = seqValues.getLength(); in SvtPrintWarningOptions_Impl()
152 …DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtPrintWarningOptions_Impl::SvtPrintW… 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()