diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:23:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:23:51 +0000 |
commit | 258e794d454bd6493fd7c4030c024915b52eb039 (patch) | |
tree | fd871ddf2ddc9fbd528052500fdb8b14241beaf3 /xmloff | |
parent | 3566e6f0be972541eb47b5046c2da7013748c005 (diff) |
INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED
2004/08/18 12:53:14 mib 1.2.38.1: #i32840#: some form events had different names
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/OOo2Oasis.hxx | 7 | ||||
-rw-r--r-- | xmloff/source/transform/Oasis2OOo.hxx | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/xmloff/source/transform/OOo2Oasis.hxx b/xmloff/source/transform/OOo2Oasis.hxx index 7c019647afac..8376232a0b02 100644 --- a/xmloff/source/transform/OOo2Oasis.hxx +++ b/xmloff/source/transform/OOo2Oasis.hxx @@ -2,9 +2,9 @@ * * $RCSfile: OOo2Oasis.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-07-13 08:54:44 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:23:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -150,7 +150,8 @@ public: virtual void SAL_CALL startDocument(void) throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException ); - virtual ::rtl::OUString GetEventName( const ::rtl::OUString& rName ); + virtual ::rtl::OUString GetEventName( const ::rtl::OUString& rName, + sal_Bool bForm = sal_False ); }; #endif // _XMLOFF_TRANSFORMER_BASE_HXX diff --git a/xmloff/source/transform/Oasis2OOo.hxx b/xmloff/source/transform/Oasis2OOo.hxx index 90a8de2c1f60..6837cafd314d 100644 --- a/xmloff/source/transform/Oasis2OOo.hxx +++ b/xmloff/source/transform/Oasis2OOo.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Oasis2OOo.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-07-13 08:55:18 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:23:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,6 +75,7 @@ class Oasis2OOoTransformer : public XMLTransformerBase { XMLTransformerActions *m_aActions[MAX_OASIS_ACTIONS]; XMLTransformerOASISEventMap_Impl *m_pEventMap; + XMLTransformerOASISEventMap_Impl *m_pFormEventMap; protected: @@ -101,7 +102,8 @@ public: // XUnoTunnel virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException); - virtual ::rtl::OUString GetEventName( const ::rtl::OUString& rName ); + virtual ::rtl::OUString GetEventName( const ::rtl::OUString& rName, + sal_Bool bForm ); }; #endif // _XMLOFF_OASIS2OOO_HXX |