|
LibreOffice Module vcl (master) 1
|
#include <rtl/ustring.hxx>#include <vcl/dllapi.h>#include <vcl/print.hxx>#include "salprn.hxx"#include <vector>#include <unordered_map>Go to the source code of this file.
Classes | |
| struct | ImplPrnQueueData |
| class | ImplPrnQueueList |
Namespaces | |
| namespace | vcl |
Functions | |
| void | ImplDeletePrnQueueList () |
| void | ImplUpdateJobSetupPaper (JobSetup &rJobSetup) |
| void ImplDeletePrnQueueList | ( | ) |
Definition at line 381 of file print.cxx.
References ImplGetSVData(), ImplSVData::maGDIData, and ImplSVGDIData::mpPrinterQueueList.
Referenced by DeInitVCL(), ImplHandleSalSettings(), and Printer::updatePrinters().
| void ImplUpdateJobSetupPaper | ( | JobSetup & | rJobSetup | ) |
Definition at line 74 of file print.cxx.
References PaperInfo::getHeight(), ImplJobSetup::GetPaperFormat(), ImplJobSetup::GetPaperHeight(), ImplJobSetup::GetPaperWidth(), PaperInfo::getWidth(), JobSetup::ImplGetConstData(), JobSetup::ImplGetData(), PAPER_USER, ImplJobSetup::SetPaperFormat(), ImplJobSetup::SetPaperHeight(), and ImplJobSetup::SetPaperWidth().
Referenced by Printer::ImplInit(), Printer::SetDuplexMode(), Printer::SetJobSetup(), Printer::SetOrientation(), Printer::SetPaper(), Printer::SetPaperBin(), Printer::SetPaperSizeUser(), and Printer::Setup().