summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:15:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:15:01 +0000
commit7b0b5cdfeed656b279bc32cd929630d5fc25878b (patch)
tree5b89fb8497d7329d26c43f109bb014c54ffb0e8c /sw/source/filter/xml/xmlimp.hxx
parentd791366863cf9659a01b171ce0e727bfe2f28cdf (diff)
initial import
Diffstat (limited to 'sw/source/filter/xml/xmlimp.hxx')
-rw-r--r--sw/source/filter/xml/xmlimp.hxx283
1 files changed, 283 insertions, 0 deletions
diff --git a/sw/source/filter/xml/xmlimp.hxx b/sw/source/filter/xml/xmlimp.hxx
new file mode 100644
index 000000000000..5bb684245bf7
--- /dev/null
+++ b/sw/source/filter/xml/xmlimp.hxx
@@ -0,0 +1,283 @@
+/*************************************************************************
+ *
+ * $RCSfile: xmlimp.hxx,v $
+ *
+ * $Revision: 1.1.1.1 $
+ *
+ * last change: $Author: hr $ $Date: 2000-09-18 17:15:00 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
+
+#ifndef _XMLIMP_HXX
+#define _XMLIMP_HXX
+
+#ifndef _RSCSFX_HXX
+#include <rsc/rscsfx.hxx>
+#endif
+
+#ifndef _XMLOFF_XMLICTXT_HXX
+#include <xmloff/xmlictxt.hxx>
+#endif
+
+#ifndef _XMLOFF_XMLITMAP_HXX
+#include <xmloff/xmlitmap.hxx>
+#endif
+
+#ifndef _XMLOFF_XMLIMP_HXX
+#include <xmloff/xmlimp.hxx>
+#endif
+
+class SwDoc;
+class SwPaM;
+class SvXMLUnitConverter;
+class SvI18NMap;
+class SvXMLTokenMap;
+class SvXMLImportItemMapper;
+class SvXMLStyleContext;
+class SwXMLListBlockContext;
+class SwXMLListItemContext;
+class SfxItemSet;
+class SwNodeIndex;
+class SwNumRule;
+class SwNumRulesSort_Impl;
+class XMLTextImportHelper;
+
+class SwXMLImport: public SvXMLImport
+{
+ SwDoc *pDoc;
+ SwPaM *pPaM; // SwPosition ??
+ SwNodeIndex *pSttNdIdx;
+
+ SvXMLUnitConverter *pTwipUnitConv;
+#ifdef XML_CORE_API
+ SvXMLImportItemMapper *pParaItemMapper;// paragraph item import
+#endif
+ SvXMLImportItemMapper *pTableItemMapper;// paragraph item import
+#ifdef XML_CORE_API
+ SvI18NMap *pI18NMap; // name mapping for I18N
+ SwNumRulesSort_Impl *pUnusedNumRules;
+#endif
+ SvXMLTokenMap *pDocElemTokenMap;
+#ifdef XML_CORE_API
+ SvXMLTokenMap *pBodyElemTokenMap;
+ SvXMLTokenMap *pTextPElemTokenMap;
+ SvXMLTokenMap *pTextPAttrTokenMap;
+ SvXMLTokenMap *pStyleStylesElemTokenMap;
+ SvXMLTokenMap *pTextListBlockAttrTokenMap;
+ SvXMLTokenMap *pTextListBlockElemTokenMap;
+#endif
+ SvXMLTokenMap *pTableElemTokenMap;
+
+ SvXMLItemMapEntriesRef xTableItemMap;
+ SvXMLItemMapEntriesRef xTableColItemMap;
+ SvXMLItemMapEntriesRef xTableRowItemMap;
+ SvXMLItemMapEntriesRef xTableCellItemMap;
+
+ SvXMLImportContextRef xStyles;
+ SvXMLImportContextRef xAutoStyles;
+#ifdef XML_CORE_API
+ SvXMLImportContextRef xListBlock;
+ SvXMLImportContextRef xListItem;
+#endif
+
+ sal_uInt16 nStyleFamilyMask;// Mask of styles to load
+ sal_Bool bLoadDoc : 1; // Load doc or styles only
+ sal_Bool bInsert : 1; // Insert mode. If styles are
+ // loaded only sal_False means that
+ // existing styles will be
+ // overwritten.
+ sal_Bool bAutoStylesValid : 1;
+
+
+ void _InitItemImport();
+ void _FinitItemImport();
+#ifdef XML_CORE_API
+ void RemoveUnusedNumRules();
+#endif
+
+ void InsertStyles();
+
+protected:
+
+ // This method is called after the namespace map has been updated, but
+ // before a context for the current element has been pushed.
+ virtual SvXMLImportContext *CreateContext( sal_uInt16 nPrefix,
+ const ::rtl::OUString& rLocalName,
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
+
+ virtual XMLTextImportHelper* CreateTextImport();
+
+public:
+
+ SwXMLImport( SwDoc& rDoc, const SwPaM& rPaM, sal_Bool bLoadDoc,
+ sal_Bool bInsertMode, sal_uInt16 nStyleFamMask,
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::frame::XModel > & rModel );
+
+ ~SwXMLImport();
+
+ // namespace office
+ SvXMLImportContext *CreateMetaContext( const ::rtl::OUString& rLocalName );
+ SvXMLImportContext *CreateStylesContext(
+ const ::rtl::OUString& rLocalName,
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
+ sal_Bool bAuto );
+ SvXMLImportContext *CreateBodyContext( const ::rtl::OUString& rLocalName );
+
+
+#ifdef XML_CORE_API
+ SwPaM& GetPaM() { return *pPaM; }
+#endif
+ SwDoc& GetDoc() { return *pDoc; }
+ const SwDoc& GetDoc() const { return *pDoc; }
+
+ sal_uInt16 GetStyleFamilyMask() const { return nStyleFamilyMask; }
+ sal_Bool IsInsertMode() const { return bInsert; }
+ sal_Bool IsStylesOnlyMode() const { return !bLoadDoc; }
+
+#ifdef XML_CORE_API
+ SvI18NMap& GetI18NMap() { return *pI18NMap; }
+#endif
+
+ inline const SvXMLUnitConverter& GetTwipUnitConverter() const;
+#ifdef XML_CORE_API
+ inline const SvXMLImportItemMapper& GetParaItemMapper() const;
+#endif
+ inline const SvXMLImportItemMapper& GetTableItemMapper() const;
+#ifdef XML_CORE_API
+ SvXMLImportContext *CreateParaItemImportContext( sal_uInt16 nPrefix,
+ const ::rtl::OUString& rLocalName,
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
+ SfxItemSet& rItemSet );
+#endif
+ SvXMLImportContext *CreateTableItemImportContext( sal_uInt16 nPrefix,
+ const ::rtl::OUString& rLocalName,
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
+ sal_uInt16 nSubFamily, SfxItemSet& rItemSet );
+
+ const SvXMLTokenMap& GetDocElemTokenMap();
+#ifdef XML_CORE_API
+ const SvXMLTokenMap& GetBodyElemTokenMap();
+ const SvXMLTokenMap& GetTextPElemTokenMap();
+ const SvXMLTokenMap& GetTextPAttrTokenMap();
+ const SvXMLTokenMap& GetStyleStylesElemTokenMap();
+ const SvXMLTokenMap& GetTextListBlockAttrTokenMap();
+ const SvXMLTokenMap& GetTextListBlockElemTokenMap();
+#endif
+ const SvXMLTokenMap& GetTableElemTokenMap();
+
+#ifdef XML_CORE_API
+ inline sal_Bool FindAutomaticStyle( SfxStyleFamily eFamily,
+ const ::rtl::OUString& rName,
+ const SfxItemSet **ppItemSet=0,
+ ::rtl::OUString *pParent=0 ) const;
+ sal_Bool FindAutomaticStyle( SfxStyleFamily eFamily,
+ sal_uInt16 nSubStyle,
+ const ::rtl::OUString& rName,
+ const SfxItemSet **ppItemSet=0,
+ ::rtl::OUString *pParent=0 ) const;
+#else
+ sal_Bool FindAutomaticStyle( sal_uInt16 nFamily,
+ const ::rtl::OUString& rName,
+ const SfxItemSet **ppItemSet=0,
+ ::rtl::OUString *pParent=0 ) const;
+#endif
+
+#ifdef XML_CORE_API
+ SwXMLListBlockContext *GetListBlock();
+ sal_Bool IsInList() const { return xListBlock.Is(); }
+ void SetListBlock( SwXMLListBlockContext *pListBlock );
+
+ SwXMLListItemContext *GetListItem();
+ sal_Bool HasListItem() const { return xListItem.Is(); }
+ void SetListItem( SwXMLListItemContext *pListItem );
+
+ void AddUnused( const SwNumRule& rNumRule );
+ void SetUsed( const SwNumRule& rNumRule );
+#endif
+};
+
+inline const SvXMLUnitConverter& SwXMLImport::GetTwipUnitConverter() const
+{
+ return *pTwipUnitConv;
+}
+
+#ifdef XML_CORE_API
+inline const SvXMLImportItemMapper& SwXMLImport::GetParaItemMapper() const
+{
+ return *pParaItemMapper;
+}
+#endif
+
+inline const SvXMLImportItemMapper& SwXMLImport::GetTableItemMapper() const
+{
+ return *pTableItemMapper;
+}
+
+#ifdef XML_CORE_API
+inline sal_Bool SwXMLImport::FindAutomaticStyle( SfxStyleFamily eFamily,
+ const ::rtl::OUString& rName,
+ const SfxItemSet **ppItemSet,
+ ::rtl::OUString *pParent ) const
+{
+ return FindAutomaticStyle( eFamily, 0U, rName, ppItemSet, pParent );
+}
+#endif
+
+
+#endif // _XMLIMP_HXX