#include <document.hxx>
Public Member Functions | |
SmPrinterAccess (SmDocShell &rDocShell) | |
~SmPrinterAccess () | |
Printer * | GetPrinter () |
OutputDevice * | GetRefDev () |
Private Attributes | |
Printer * | pPrinter |
OutputDevice * | pRefDev |
Definition at line 109 of file document.hxx.
SmPrinterAccess::SmPrinterAccess | ( | SmDocShell & | rDocShell | ) |
Definition at line 646 of file document.cxx.
References SmDocShell::GetPrt(), SmDocShell::GetRefDev(), pPrinter, and pRefDev.
SmPrinterAccess::~SmPrinterAccess | ( | ) |
Printer* SmPrinterAccess::GetPrinter | ( | ) | [inline] |
Definition at line 116 of file document.hxx.
References pPrinter.
Referenced by SmViewShell::Print().
OutputDevice* SmPrinterAccess::GetRefDev | ( | ) | [inline] |
Definition at line 117 of file document.hxx.
References pRefDev.
Referenced by SmDocShell::ArrangeFormula().
Printer* SmPrinterAccess::pPrinter [private] |
Definition at line 111 of file document.hxx.
Referenced by GetPrinter(), SmPrinterAccess(), and ~SmPrinterAccess().
OutputDevice* SmPrinterAccess::pRefDev [private] |
Definition at line 112 of file document.hxx.
Referenced by GetRefDev(), SmPrinterAccess(), and ~SmPrinterAccess().