Lines Matching refs:SfxCommonPrintOptionsTabPage

54 SfxCommonPrintOptionsTabPage::SfxCommonPrintOptionsTabPage( Window* pParent, const SfxItemSet& rSet…  in SfxCommonPrintOptionsTabPage()  function in SfxCommonPrintOptionsTabPage
96 …aPrinterOutputRB.SetToggleHdl( LINK( this, SfxCommonPrintOptionsTabPage, ToggleOutputPrinterRBHdl … in SfxCommonPrintOptionsTabPage()
97 …aPrintFileOutputRB.SetToggleHdl( LINK( this, SfxCommonPrintOptionsTabPage, ToggleOutputPrintFileRB… in SfxCommonPrintOptionsTabPage()
99 …aReduceTransparencyCB.SetClickHdl( LINK( this, SfxCommonPrintOptionsTabPage, ClickReduceTransparen… in SfxCommonPrintOptionsTabPage()
100 …aReduceGradientsCB.SetClickHdl( LINK( this, SfxCommonPrintOptionsTabPage, ClickReduceGradientsCBHd… in SfxCommonPrintOptionsTabPage()
101 …aReduceBitmapsCB.SetClickHdl( LINK( this, SfxCommonPrintOptionsTabPage, ClickReduceBitmapsCBHdl ) … in SfxCommonPrintOptionsTabPage()
103 …aReduceGradientsStripesRB.SetToggleHdl( LINK( this, SfxCommonPrintOptionsTabPage, ToggleReduceGrad… in SfxCommonPrintOptionsTabPage()
104 …aReduceBitmapsResolutionRB.SetToggleHdl( LINK( this, SfxCommonPrintOptionsTabPage, ToggleReduceBit… in SfxCommonPrintOptionsTabPage()
127 SfxCommonPrintOptionsTabPage::~SfxCommonPrintOptionsTabPage() in ~SfxCommonPrintOptionsTabPage()
133 SfxTabPage* SfxCommonPrintOptionsTabPage::Create( Window* pParent, const SfxItemSet& rAttrSet ) in Create()
135 return( new SfxCommonPrintOptionsTabPage( pParent, rAttrSet ) ); in Create()
140 Window* SfxCommonPrintOptionsTabPage::GetParentLabeledBy( const Window* pWindow ) const in GetParentLabeledBy()
150 Window* SfxCommonPrintOptionsTabPage::GetParentLabelFor( const Window* pWindow ) const in GetParentLabelFor()
162 sal_Bool SfxCommonPrintOptionsTabPage::FillItemSet( SfxItemSet& /*rSet*/ ) in FillItemSet()
188 void SfxCommonPrintOptionsTabPage::Reset( const SfxItemSet& /*rSet*/ ) in Reset()
215 int SfxCommonPrintOptionsTabPage::DeactivatePage( SfxItemSet* pItemSet ) in DeactivatePage()
225 void SfxCommonPrintOptionsTabPage::ImplUpdateControls( const PrinterOptions* pCurrentOptions ) in ImplUpdateControls()
280 void SfxCommonPrintOptionsTabPage::ImplSetAccessibleNames() in ImplSetAccessibleNames()
380 void SfxCommonPrintOptionsTabPage::ImplSaveControls( PrinterOptions* pCurrentOptions ) in ImplSaveControls()
398 IMPL_LINK( SfxCommonPrintOptionsTabPage, ClickReduceTransparencyCBHdl, CheckBox*, pBox ) in IMPL_LINK() argument
413 IMPL_LINK( SfxCommonPrintOptionsTabPage, ClickReduceGradientsCBHdl, CheckBox*, pBox ) in IMPL_LINK() argument
429 IMPL_LINK( SfxCommonPrintOptionsTabPage, ClickReduceBitmapsCBHdl, CheckBox*, pBox ) in IMPL_LINK() argument
447 IMPL_LINK( SfxCommonPrintOptionsTabPage, ToggleReduceGradientsStripesRBHdl, RadioButton*, pButton ) in IMPL_LINK() argument
459 IMPL_LINK( SfxCommonPrintOptionsTabPage, ToggleReduceBitmapsResolutionRBHdl, RadioButton*, pButton ) in IMPL_LINK() argument
471 IMPL_LINK( SfxCommonPrintOptionsTabPage, ToggleOutputPrinterRBHdl, RadioButton*, pButton ) in IMPL_LINK() argument
490 IMPL_LINK( SfxCommonPrintOptionsTabPage, ToggleOutputPrintFileRBHdl, RadioButton*, pButton ) in IMPL_LINK() argument