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 | |
vcl | |
Functions | |
void | ImplDeletePrnQueueList () |
void | ImplUpdateJobSetupPaper (JobSetup &rJobSetup) |
void ImplDeletePrnQueueList | ( | ) |
Definition at line 486 of file print.cxx.
References ImplGetSVData(), ImplSVData::maGDIData, and ImplSVGDIData::mpPrinterQueueList.
Referenced by DeInitVCL(), ImplHandleSalSettings(), and Printer::updatePrinters().
Definition at line 69 of file print.cxx.
References ImplJobSetup::GetPaperFormat(), ImplJobSetup::GetPaperHeight(), ImplJobSetup::GetPaperWidth(), JobSetup::ImplGetConstData(), JobSetup::ImplGetData(), PAPER_USER, rData, ImplJobSetup::SetPaperFormat(), and ImplJobSetup::SetPaperWidth().
Referenced by Printer::ImplInit(), Printer::SetDuplexMode(), Printer::SetJobSetup(), Printer::SetOrientation(), Printer::SetPaper(), Printer::SetPaperBin(), Printer::SetPaperSizeUser(), and Printer::Setup().