LibreOffice Module svtools (master) 1
Namespaces | Macros | Functions | Variables
printoptions.cxx File Reference
#include <svtools/printoptions.hxx>
#include <vcl/printer/Options.hxx>
#include <officecfg/Office/Common.hxx>
#include <sal/macros.h>
#include <tools/long.hxx>
Include dependency graph for printoptions.cxx:

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 }
 

Macro Definition Documentation

◆ DPI_COUNT

#define DPI_COUNT   (SAL_N_ELEMENTS(aDPIArray))

Definition at line 28 of file printoptions.cxx.

Variable Documentation

◆ aDPIArray

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().