LibreOffice Module sfx2 (master) 1
Macros | Functions | Variables
printopt.cxx File Reference
#include <sal/macros.h>
#include <officecfg/Office/Common.hxx>
#include <svtools/printoptions.hxx>
#include <svtools/restartdialog.hxx>
#include <comphelper/processfactory.hxx>
#include <sfx2/printopt.hxx>
Include dependency graph for printopt.cxx:

Go to the source code of this file.

Macros

#define DPI_COUNT   SAL_N_ELEMENTS(aDPIArray)
 

Functions

 IMPL_LINK_NOARG (SfxCommonPrintOptionsTabPage, ClickReduceTransparencyCBHdl, weld::Toggleable &, void)
 
 IMPL_LINK_NOARG (SfxCommonPrintOptionsTabPage, ClickReduceGradientsCBHdl, weld::Toggleable &, void)
 
 IMPL_LINK_NOARG (SfxCommonPrintOptionsTabPage, ClickReduceBitmapsCBHdl, weld::Toggleable &, void)
 
 IMPL_LINK_NOARG (SfxCommonPrintOptionsTabPage, ToggleReduceGradientsStripesRBHdl, weld::Toggleable &, void)
 
 IMPL_LINK_NOARG (SfxCommonPrintOptionsTabPage, ToggleReduceBitmapsResolutionRBHdl, weld::Toggleable &, void)
 
 IMPL_LINK (SfxCommonPrintOptionsTabPage, ToggleOutputPrinterRBHdl, weld::Toggleable &, rButton, void)
 
 IMPL_LINK (SfxCommonPrintOptionsTabPage, ToggleOutputPrintFileRBHdl, weld::Toggleable &, rButton, void)
 

Variables

static sal_uInt16 aDPIArray [] = { 72, 96, 150, 200, 300, 600 }
 
static bool bOutputForPrinter = true
 

Macro Definition Documentation

◆ DPI_COUNT

#define DPI_COUNT   SAL_N_ELEMENTS(aDPIArray)

Definition at line 33 of file printopt.cxx.

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( SfxCommonPrintOptionsTabPage  ,
ToggleOutputPrinterRBHdl  ,
weld::Toggleable ,
rButton  ,
void   
)

Definition at line 245 of file printopt.cxx.

References bOutputForPrinter.

◆ IMPL_LINK() [2/2]

IMPL_LINK ( SfxCommonPrintOptionsTabPage  ,
ToggleOutputPrintFileRBHdl  ,
weld::Toggleable ,
rButton  ,
void   
)

Definition at line 256 of file printopt.cxx.

References bOutputForPrinter.

◆ IMPL_LINK_NOARG() [1/5]

IMPL_LINK_NOARG ( SfxCommonPrintOptionsTabPage  ,
ClickReduceBitmapsCBHdl  ,
weld::Toggleable ,
void   
)

Definition at line 218 of file printopt.cxx.

◆ IMPL_LINK_NOARG() [2/5]

IMPL_LINK_NOARG ( SfxCommonPrintOptionsTabPage  ,
ClickReduceGradientsCBHdl  ,
weld::Toggleable ,
void   
)

Definition at line 207 of file printopt.cxx.

◆ IMPL_LINK_NOARG() [3/5]

IMPL_LINK_NOARG ( SfxCommonPrintOptionsTabPage  ,
ClickReduceTransparencyCBHdl  ,
weld::Toggleable ,
void   
)

Definition at line 197 of file printopt.cxx.

◆ IMPL_LINK_NOARG() [4/5]

IMPL_LINK_NOARG ( SfxCommonPrintOptionsTabPage  ,
ToggleReduceBitmapsResolutionRBHdl  ,
weld::Toggleable ,
void   
)

Definition at line 238 of file printopt.cxx.

◆ IMPL_LINK_NOARG() [5/5]

IMPL_LINK_NOARG ( SfxCommonPrintOptionsTabPage  ,
ToggleReduceGradientsStripesRBHdl  ,
weld::Toggleable ,
void   
)

Definition at line 231 of file printopt.cxx.

Variable Documentation

◆ aDPIArray

sal_uInt16 aDPIArray[] = { 72, 96, 150, 200, 300, 600 }
static

◆ bOutputForPrinter

bool bOutputForPrinter = true
static