Home
last modified time | relevance | path

Searched refs:SfxCommonPrintOptionsTabPage (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sfx2/source/dialog/
H A Dprintopt.cxx54 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()
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A Dprintopt.hxx49 class SFX2_DLLPUBLIC SfxCommonPrintOptionsTabPage : public SfxTabPage class
114 SfxCommonPrintOptionsTabPage( Window* pParent, const SfxItemSet& rSet );
115 ~SfxCommonPrintOptionsTabPage();
/AOO41X/main/cui/source/options/
H A Dtreeopt.cxx343 …case RID_SFXPAGE_PRINTOPTIONS: fnCreate = &SfxCommonPrintOptionsTabPage::Create; brea… in CreateGeneralTabPage()