LibreOffice Module sfx2 (master) 1
|
#include "printhelper.hxx"
#include <com/sun/star/view/XPrintJob.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/view/PaperFormat.hpp>
#include <com/sun/star/view/PaperOrientation.hpp>
#include <com/sun/star/ucb/NameClash.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/view/DuplexMode.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <svl/itemset.hxx>
#include <svl/lstner.hxx>
#include <unotools/tempfile.hxx>
#include <osl/file.hxx>
#include <osl/thread.hxx>
#include <tools/urlobj.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <ucbhelper/content.hxx>
#include <comphelper/interfacecontainer4.hxx>
#include <cppuhelper/implbase.hxx>
#include <utility>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/event.hxx>
Go to the source code of this file.
Classes | |
struct | IMPL_PrintListener_DataContainer |
Macros | |
#define | SFX_PRINTABLESTATE_CANCELJOB css::view::PrintableState(-2) |
Functions | |
static awt::Size | impl_Size_Object2Struct (const Size &aSize) |
static Size | impl_Size_Struct2Object (const awt::Size &aSize) |
#define SFX_PRINTABLESTATE_CANCELJOB css::view::PrintableState(-2) |
Definition at line 53 of file printhelper.cxx.
Definition at line 75 of file printhelper.cxx.
References Size::Height(), and Size::Width().
Referenced by SfxPrintHelper::getPrinter().
Definition at line 83 of file printhelper.cxx.
References Size::setHeight(), and Size::setWidth().
Referenced by SfxPrintHelper::impl_setPrinter().