summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexte.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-11-27 12:44:40 +0000
committerMichael Brauer <mib@openoffice.org>2000-11-27 12:44:40 +0000
commit96cbd76ec4c76b34eca53becfaeab3fad6140570 (patch)
treeb57917700f58df70c4350da8c9e23964a7f056cb /sw/source/filter/xml/xmltexte.hxx
parent8c1047f0b1fd3f77297b2fd1a250420b42197fce (diff)
#80795#: Use packages within XML filter
Diffstat (limited to 'sw/source/filter/xml/xmltexte.hxx')
-rw-r--r--sw/source/filter/xml/xmltexte.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltexte.hxx b/sw/source/filter/xml/xmltexte.hxx
index cf12d0dddacc..570b8cad53c3 100644
--- a/sw/source/filter/xml/xmltexte.hxx
+++ b/sw/source/filter/xml/xmltexte.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltexte.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mib $ $Date: 2000-11-21 14:38:35 $
+ * last change: $Author: mib $ $Date: 2000-11-27 13:44:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,6 +76,10 @@ class SwXMLTextParagraphExport : public XMLTextParagraphExport
{
const ::rtl::OUString sTextTable;
+ const SwNoTxtNode *GetNoTxtNode(
+ const ::com::sun::star::uno::Reference <
+ ::com::sun::star::beans::XPropertySet >& rPropSet );
+
protected:
virtual void exportStyleContent(
const ::com::sun::star::uno::Reference<
@@ -93,6 +97,13 @@ public:
SwXMLExport& rExp,
SvXMLAutoStylePoolP& rAutoStylePool );
~SwXMLTextParagraphExport();
+
+ virtual ::rtl::OUString exportTextEmbeddedGraphic(
+ const ::com::sun::star::uno::Reference <
+ ::com::sun::star::beans::XPropertySet >& rPropSet );
+ virtual ::rtl::OUString exportTextEmbeddedObject(
+ const ::com::sun::star::uno::Reference <
+ ::com::sun::star::beans::XPropertySet >& rPropSet );
};