Lines Matching refs:bState

99 	void		SetPaperSize( sal_Bool bState ) { m_bPaperSize = bState; SetModified(); }  in SetPaperSize()  argument
100 void SetPaperOrientation( sal_Bool bState ) { m_bPaperOrientation = bState; SetModified(); } in SetPaperOrientation() argument
101 void SetNotFound( sal_Bool bState ) { m_bNotFound = bState; SetModified(); } in SetNotFound() argument
102 void SetTransparency( sal_Bool bState ) { m_bTransparency = bState; SetModified(); } in SetTransparency() argument
103 … SetModifyDocumentOnPrintingAllowed( sal_Bool bState ) { m_bModifyDocumentOnPrintingAllowed = b… in SetModifyDocumentOnPrintingAllowed() argument
346 void SvtPrintWarningOptions::SetPaperSize( sal_Bool bState ) in SetPaperSize() argument
349 m_pDataContainer->SetPaperSize( bState ); in SetPaperSize()
355 void SvtPrintWarningOptions::SetPaperOrientation( sal_Bool bState ) in SetPaperOrientation() argument
358 m_pDataContainer->SetPaperOrientation( bState ); in SetPaperOrientation()
364 void SvtPrintWarningOptions::SetNotFound( sal_Bool bState ) in SetNotFound() argument
367 m_pDataContainer->SetNotFound( bState ); in SetNotFound()
373 void SvtPrintWarningOptions::SetTransparency( sal_Bool bState ) in SetTransparency() argument
376 m_pDataContainer->SetTransparency( bState ); in SetTransparency()
388 void SvtPrintWarningOptions::SetModifyDocumentOnPrintingAllowed( sal_Bool bState ) in SetModifyDocumentOnPrintingAllowed() argument
391 m_pDataContainer->SetModifyDocumentOnPrintingAllowed( bState ) ; in SetModifyDocumentOnPrintingAllowed()