merge the formfield patch from ooo-build
[ooovba.git] / sw / source / filter / xml / xmltexte.hxx
blob9829f6af5c348beabc037fd6ac4fda50d03a79f4
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: xmltexte.hxx,v $
10 * $Revision: 1.17 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _XMLTEXTE_HXX
32 #define _XMLTEXTE_HXX
34 #include <xmloff/txtparae.hxx>
35 #include <tools/globname.hxx>
37 class SwXMLExport;
38 class SvXMLAutoStylePoolP;
39 class SwNoTxtNode;
41 namespace com { namespace sun { namespace star { namespace style {
42 class XStyle; } } } }
44 class SwXMLTextParagraphExport : public XMLTextParagraphExport
46 const ::rtl::OUString sTextTable;
47 const ::rtl::OUString sEmbeddedObjectProtocol;
48 const ::rtl::OUString sGraphicObjectProtocol;
50 const SvGlobalName aAppletClassId;
51 const SvGlobalName aPluginClassId;
52 const SvGlobalName aIFrameClassId;
53 const SvGlobalName aOutplaceClassId;
55 SwNoTxtNode *GetNoTxtNode(
56 const ::com::sun::star::uno::Reference <
57 ::com::sun::star::beans::XPropertySet >& rPropSet ) const;
59 protected:
60 virtual void exportStyleContent(
61 const ::com::sun::star::uno::Reference<
62 ::com::sun::star::style::XStyle > & rStyle );
64 virtual void _collectTextEmbeddedAutoStyles(
65 const ::com::sun::star::uno::Reference <
66 ::com::sun::star::beans::XPropertySet > & rPropSet );
67 virtual void _exportTextEmbedded(
68 const ::com::sun::star::uno::Reference <
69 ::com::sun::star::beans::XPropertySet > & rPropSet,
70 const ::com::sun::star::uno::Reference <
71 ::com::sun::star::beans::XPropertySetInfo > & rPropSetInfo );
73 virtual void exportTable(
74 const ::com::sun::star::uno::Reference <
75 ::com::sun::star::text::XTextContent > & rTextContent,
76 sal_Bool bAutoStyles, sal_Bool bProgress );
78 public:
79 SwXMLTextParagraphExport(
80 SwXMLExport& rExp,
81 SvXMLAutoStylePoolP& rAutoStylePool );
82 ~SwXMLTextParagraphExport();
84 virtual void setTextEmbeddedGraphicURL(
85 const ::com::sun::star::uno::Reference <
86 ::com::sun::star::beans::XPropertySet >& rPropSet,
87 ::rtl::OUString& rStreamName ) const;
91 #endif // _XMLTEXTE_HXX