summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexte.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-01-03 10:42:26 +0000
committerMichael Brauer <mib@openoffice.org>2001-01-03 10:42:26 +0000
commit5065c89f2320a5dbd38b4314c1fc9ce54adbef15 (patch)
tree1a5828911851de3dd596ecc920dbd0b541f8b3f3 /sw/source/filter/xml/xmltexte.hxx
parent102857505afcc527eb8f8f81ebd615c7e0d52506 (diff)
support for OLE objects in XML files
Diffstat (limited to 'sw/source/filter/xml/xmltexte.hxx')
-rw-r--r--sw/source/filter/xml/xmltexte.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/source/filter/xml/xmltexte.hxx b/sw/source/filter/xml/xmltexte.hxx
index 582ab1785f58..c602d7d8766f 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mib $ $Date: 2000-12-02 10:57:15 $
+ * last change: $Author: mib $ $Date: 2001-01-03 11:40:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,7 @@
class SwXMLExport;
class SvXMLAutoStylePoolP;
+class SwNoTxtNode;
namespace com { namespace sun { namespace star { namespace style {
class XStyle; } } } }
@@ -76,9 +77,9 @@ class SwXMLTextParagraphExport : public XMLTextParagraphExport
{
const ::rtl::OUString sTextTable;
- const SwNoTxtNode *GetNoTxtNode(
+ SwNoTxtNode *GetNoTxtNode(
const ::com::sun::star::uno::Reference <
- ::com::sun::star::beans::XPropertySet >& rPropSet );
+ ::com::sun::star::beans::XPropertySet >& rPropSet ) const;
protected:
virtual void exportStyleContent(
@@ -98,12 +99,11 @@ public:
SvXMLAutoStylePoolP& rAutoStylePool );
~SwXMLTextParagraphExport();
-// virtual ::rtl::OUString exportTextEmbeddedGraphic(
-// const ::com::sun::star::uno::Reference <
-// ::com::sun::star::beans::XPropertySet >& rPropSet );
- virtual ::rtl::OUString exportTextEmbeddedObject(
+ virtual void getTextEmbeddedObjectProperties(
const ::com::sun::star::uno::Reference <
- ::com::sun::star::beans::XPropertySet >& rPropSet );
+ ::com::sun::star::beans::XPropertySet >& rPropSet,
+ ::rtl::OUString& rStreamName,
+ ::rtl::OUString& rClassId ) const;
};