Kaydet (Commit) c35fc87c authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS impress87 (1.3.82); FILE MERGED

2006/02/22 14:35:41 cl 1.3.82.1: #i59403# also convert child elements for event element
üst 7ee071a0
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: EventOOoTContext.hxx,v $ * $RCSfile: EventOOoTContext.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 15:43:15 $ * last change: $Author: rt $ $Date: 2006-03-10 16:16:52 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -36,13 +36,13 @@ ...@@ -36,13 +36,13 @@
#ifndef _XMLOFF_EVENTOOOTCONTEXT_HXX #ifndef _XMLOFF_EVENTOOOTCONTEXT_HXX
#define _XMLOFF_EVENTOOOTCONTEXT_HXX #define _XMLOFF_EVENTOOOTCONTEXT_HXX
#ifndef _XMLOFF_PERSATTRLISTTCONTEXT_HXX #ifndef _XMLOFF_DEEPTCONTEXT_HXX
#include "PersAttrListTContext.hxx" #include "DeepTContext.hxx"
#endif #endif
class XMLTransformerOOoEventMap_Impl; class XMLTransformerOOoEventMap_Impl;
class XMLEventOOoTransformerContext : public XMLPersAttrListTContext class XMLEventOOoTransformerContext : public XMLPersElemContentTContext
{ {
sal_Bool m_bPersistent; sal_Bool m_bPersistent;
...@@ -62,6 +62,10 @@ public: ...@@ -62,6 +62,10 @@ public:
virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ); virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
virtual void EndElement(); virtual void EndElement();
virtual XMLTransformerContext *CreateChildContext( sal_uInt16 nPrefix,
const ::rtl::OUString& rLocalName,
const ::rtl::OUString& rQName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
virtual sal_Bool IsPersistent() const; virtual sal_Bool IsPersistent() const;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment