diff options
author | Michael Brauer <mib@openoffice.org> | 2001-03-23 06:46:57 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-03-23 06:46:57 +0000 |
commit | 30ac90c7d1055ef112689489f3105a2983c66319 (patch) | |
tree | a99883a976f2c8bf9e2e9be50962a828351975a2 /starmath/source/mathml.hxx | |
parent | c2ac0c7bee7db03a2cc99ad369072c21b8ad8251 (diff) |
load/save view settings
Diffstat (limited to 'starmath/source/mathml.hxx')
-rw-r--r-- | starmath/source/mathml.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/starmath/source/mathml.hxx b/starmath/source/mathml.hxx index cb1ecab5a344..3b893dcfabd3 100644 --- a/starmath/source/mathml.hxx +++ b/starmath/source/mathml.hxx @@ -2,9 +2,9 @@ * * $RCSfile: mathml.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2001-03-08 16:53:42 $ + * last change: $Author: mib $ $Date: 2001-03-23 07:46:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,9 @@ #ifndef _SDXMLEXP_HXX #include <xmloff/xmlexp.hxx> #endif +#ifndef _XMLOFF_DOCUMENTSETTINGSCONTEXT_HXX +#include <xmloff/DocumentSettingsContext.hxx> +#endif #ifndef NODE_HXX @@ -291,6 +294,9 @@ public: SmNode *GetTree() { return aNodeStack.Pop();} sal_Bool GetSuccess() { return bSuccess; } String &GetText() { return aText;} + + virtual void SetViewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps); + private: SvXMLTokenMap *pMathElemTokenMap; SvXMLTokenMap *pPresLayoutElemTokenMap; @@ -404,6 +410,8 @@ public: void _ExportContent(); sal_uInt32 exportDoc(const sal_Char *pClass); + virtual void GetViewSettings(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps); + sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rId ) throw(::com::sun::star::uno::RuntimeException); static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId() |