summaryrefslogtreecommitdiff
path: root/starmath/inc/unomodel.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2009-04-27 05:45:59 +0000
committerThomas Lange <tl@openoffice.org>2009-04-27 05:45:59 +0000
commit453d21e5a31aa0afaf7ecfb4aea9ac02dfc3449c (patch)
treef7b704c00c3781aa0d6fd7629e6889a858edb1ab /starmath/inc/unomodel.hxx
parent60d5a8c08854fd722858975a4c1636a01904f216 (diff)
#i101241# new print dialog UI
Diffstat (limited to 'starmath/inc/unomodel.hxx')
-rw-r--r--starmath/inc/unomodel.hxx25
1 files changed, 23 insertions, 2 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx
index 2e0ed24dd1fb..40d9b5a09049 100644
--- a/starmath/inc/unomodel.hxx
+++ b/starmath/inc/unomodel.hxx
@@ -35,13 +35,31 @@
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/view/XRenderable.hpp>
+
#include <sfx2/sfxbasemodel.hxx>
#include <comphelper/propertysethelper.hxx>
+#include <vcl/print.hxx>
class SmFormat;
-class SmPrintUIOptions;
-//-----------------------------------------------------------------------------
+////////////////////////////////////////////////////////////
+
+#define PRTUIOPT_TITLE_ROW "TitleRow"
+#define PRTUIOPT_FORMULA_TEXT "FormulaText"
+#define PRTUIOPT_BORDER "Border"
+#define PRTUIOPT_PRINT_FORMAT "PrintFormat"
+#define PRTUIOPT_PRINT_SCALE "PrintScale"
+#define PRTUIOPT_NO_RIGHT_SPACE "NoRightSpaces"
+
+class SmPrintUIOptions : public vcl::PrinterOptionsHelper
+{
+public:
+ SmPrintUIOptions();
+};
+
+
+////////////////////////////////////////////////////////////
+
class SmModel : public SfxBaseModel,
public comphelper::PropertySetHelper,
public com::sun::star::lang::XServiceInfo,
@@ -90,4 +108,7 @@ public:
static ::rtl::OUString getImplementationName_Static();
};
+////////////////////////////////////////////////////////////
+
#endif
+