|
LibreOffice Module sfx2 (master) 1
|
#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>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 |
| #define DPI_COUNT SAL_N_ELEMENTS(aDPIArray) |
Definition at line 33 of file printopt.cxx.
| IMPL_LINK | ( | SfxCommonPrintOptionsTabPage | , |
| ToggleOutputPrinterRBHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 245 of file printopt.cxx.
References bOutputForPrinter.
| IMPL_LINK | ( | SfxCommonPrintOptionsTabPage | , |
| ToggleOutputPrintFileRBHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 256 of file printopt.cxx.
References bOutputForPrinter.
| IMPL_LINK_NOARG | ( | SfxCommonPrintOptionsTabPage | , |
| ClickReduceBitmapsCBHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 218 of file printopt.cxx.
| IMPL_LINK_NOARG | ( | SfxCommonPrintOptionsTabPage | , |
| ClickReduceGradientsCBHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 207 of file printopt.cxx.
| IMPL_LINK_NOARG | ( | SfxCommonPrintOptionsTabPage | , |
| ClickReduceTransparencyCBHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 197 of file printopt.cxx.
| IMPL_LINK_NOARG | ( | SfxCommonPrintOptionsTabPage | , |
| ToggleReduceBitmapsResolutionRBHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 238 of file printopt.cxx.
| IMPL_LINK_NOARG | ( | SfxCommonPrintOptionsTabPage | , |
| ToggleReduceGradientsStripesRBHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 231 of file printopt.cxx.
|
static |
Definition at line 30 of file printopt.cxx.
Referenced by SfxCommonPrintOptionsTabPage::ImplSaveControls(), and SfxCommonPrintOptionsTabPage::ImplUpdateControls().
|
static |
Definition at line 31 of file printopt.cxx.
Referenced by IMPL_LINK(), and SfxCommonPrintOptionsTabPage::SfxCommonPrintOptionsTabPage().