summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/callbacks.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-01-24 08:34:10 +0000
committerFrank Schönheit <fs@openoffice.org>2001-01-24 08:34:10 +0000
commita1e8fe97fdcf5c3793ead94eae9b99d8516581e1 (patch)
tree8d9b16a14002c24796be0ddc71cb90413bbd3a41 /xmloff/source/forms/callbacks.hxx
parentad9d32d97962b0219749e7ed14e2db696d7b68d8 (diff)
+IFormsImportContext::enter-/leaveEventContext
Diffstat (limited to 'xmloff/source/forms/callbacks.hxx')
-rw-r--r--xmloff/source/forms/callbacks.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx
index 1480a1b4566c..b8707574e2d8 100644
--- a/xmloff/source/forms/callbacks.hxx
+++ b/xmloff/source/forms/callbacks.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: callbacks.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-01-02 15:58:21 $
+ * last change: $Author: fs $ $Date: 2001-01-24 09:34:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -146,6 +146,9 @@ namespace xmloff
getServiceFactory() = 0;
virtual SvXMLImport& getGlobalContext() = 0;
virtual const SvXMLStyleContext* getStyleElement(const ::rtl::OUString& _rStyleName) const = 0;
+
+ virtual void enterEventContext() = 0;
+ virtual void leaveEventContext() = 0;
};
//=====================================================================
@@ -180,6 +183,9 @@ namespace xmloff
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/01/02 15:58:21 fs
+ * event ex- & import
+ *
* Revision 1.4 2000/12/18 15:14:35 fs
* some changes ... now exporting/importing styles
*