LibreOffice Module vcl (master) 1
Enumerations | Functions
vcl::printer Namespace Reference

Enumerations

enum class  TransparencyMode {
  Auto = 0 ,
  NONE = 1
}
 
enum class  GradientMode {
  Stripes = 0 ,
  Color = 1
}
 
enum class  BitmapMode {
  Optimal = 0 ,
  Normal = 1 ,
  Resolution = 2
}
 

Functions

class UNLESS_MERGELIBS (VCL_DLLPUBLIC) Options
 

Enumeration Type Documentation

◆ BitmapMode

enum class vcl::printer::BitmapMode
strong
Enumerator
Optimal 
Normal 
Resolution 

Definition at line 44 of file Options.hxx.

◆ GradientMode

enum class vcl::printer::GradientMode
strong
Enumerator
Stripes 
Color 

Definition at line 38 of file Options.hxx.

◆ TransparencyMode

enum class vcl::printer::TransparencyMode
strong
Enumerator
Auto 
NONE 

Definition at line 32 of file Options.hxx.

Function Documentation

◆ UNLESS_MERGELIBS()

class vcl::printer::UNLESS_MERGELIBS ( VCL_DLLPUBLIC  )

Read printer options from configuration

parameter decides whether the set for print "to printer" or "to file" should be read.

Definition at line 1 of file Options.hxx.