|
LibreOffice Module svtools (master) 1
|
#include <svtools/printoptions.hxx>#include <vcl/printer/Options.hxx>#include <officecfg/Office/Common.hxx>#include <sal/macros.h>#include <tools/long.hxx>Go to the source code of this file.
Namespaces | |
| namespace | svtools |
Macros | |
| #define | DPI_COUNT (SAL_N_ELEMENTS(aDPIArray)) |
Functions | |
| void | svtools::GetPrinterOptions (vcl::printer::Options &rOptions, bool bFile) |
| void | svtools::SetPrinterOptions (const vcl::printer::Options &rOptions, bool bFile) |
Variables | |
| const sal_uInt16 | aDPIArray [] = { 72, 96, 150, 200, 300, 600 } |
| #define DPI_COUNT (SAL_N_ELEMENTS(aDPIArray)) |
Definition at line 28 of file printoptions.cxx.
| const sal_uInt16 aDPIArray[] = { 72, 96, 150, 200, 300, 600 } |
Definition at line 26 of file printoptions.cxx.
Referenced by svtools::GetPrinterOptions(), and svtools::SetPrinterOptions().