LibreOffice Module vcl (master)
1
|
#include <config_options.h>
#include <rtl/ustring.hxx>
#include <i18nutil/paper.hxx>
#include <vcl/errcode.hxx>
#include <vcl/dllapi.h>
#include <vcl/outdev.hxx>
#include <vcl/prntypes.hxx>
#include <vcl/PrinterSupport.hxx>
#include <vcl/jobset.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/view/PrintableState.hpp>
#include <memory>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | Printer |
class | vcl::PrinterController |
struct | vcl::PrinterController::MultiPageSetup |
struct | vcl::PrinterController::PageSize |
class | vcl::PrinterOptionsHelper |
struct | vcl::PrinterOptionsHelper::UIControlOptions |
Namespaces | |
vcl | |
weld | |
Enumerations | |
enum | PrinterTransparencyMode { PrinterTransparencyMode::Auto = 0, PrinterTransparencyMode::NONE = 1 } |
enum | PrinterGradientMode { PrinterGradientMode::Stripes = 0, PrinterGradientMode::Color = 1 } |
enum | PrinterBitmapMode { PrinterBitmapMode::Optimal = 0, PrinterBitmapMode::Normal = 1, PrinterBitmapMode::Resolution = 2 } |
enum | vcl::NupOrderType { vcl::NupOrderType::LRTB, vcl::NupOrderType::TBLR, vcl::NupOrderType::TBRL, vcl::NupOrderType::RLTB } |
Functions | |
class | UNLESS_MERGELIBS (VCL_DLLPUBLIC) PrinterOptions |
|
strong |
|
strong |
|
strong |
class UNLESS_MERGELIBS | ( | VCL_DLLPUBLIC | ) |