LibreOffice Module sw (master) 1
|
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <vcl/print.hxx>
#include <sfx2/objsh.hxx>
#include <o3tl/sorted_vector.hxx>
#include <map>
#include <vector>
#include <utility>
#include <memory>
Go to the source code of this file.
Classes | |
class | SwPrintData |
class | SwPrintUIOptions |
class | SwRenderData |
A class that stores temporary data that is needed for rendering the document. More... | |
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
Enumerations | |
enum class | SwPostItMode { NONE = 0 , Only = 1 , EndDoc = 2 , EndPage = 3 , InMargins = 4 } |
this must match the definitions in css::text::NotePrintMode More... | |
Functions | |
void | sw::InitPrintOptionsFromApplication (SwPrintData &o_rData, bool const bWeb) |
|
strong |
this must match the definitions in css::text::NotePrintMode
Enumerator | |
---|---|
NONE | |
Only | |
EndDoc | |
EndPage | |
InMargins |
Definition at line 42 of file printdata.hxx.