summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/callbacks.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-10-25 12:11:31 +0000
committerFrank Schönheit <fs@openoffice.org>2002-10-25 12:11:31 +0000
commitf12d9444a1652ec05ddc55960b37dc5b95aa517a (patch)
tree7909ed516425b2044f6328f662f2713a3396f88d /xmloff/source/forms/callbacks.hxx
parentd9b7725db42750d064cde8859e427a5d62685cf9 (diff)
#104402# new methods on the import context callback for importing column styles
Diffstat (limited to 'xmloff/source/forms/callbacks.hxx')
-rw-r--r--xmloff/source/forms/callbacks.hxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx
index aa6e12e18647..0b91e60f7a97 100644
--- a/xmloff/source/forms/callbacks.hxx
+++ b/xmloff/source/forms/callbacks.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: callbacks.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fs $ $Date: 2002-10-25 07:35:35 $
+ * last change: $Author: fs $ $Date: 2002-10-25 13:11:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,6 +149,15 @@ namespace xmloff
getServiceFactory() = 0;
virtual SvXMLImport& getGlobalContext() = 0;
+ virtual const SvXMLStyleContext* getStyleElement(const ::rtl::OUString& _rStyleName) const = 0;
+
+ /** applies the given number style to the given object
+ */
+ virtual void applyControlNumberStyle(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
+ const ::rtl::OUString& _rControlNumerStyleName
+ ) = 0;
+
virtual void enterEventContext() = 0;
virtual void leaveEventContext() = 0;
};
@@ -185,6 +194,9 @@ namespace xmloff
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.8 2002/10/25 07:35:35 fs
+ * #104402# +IFormsExportContext::getObjectStyleName
+ *
* Revision 1.7 2001/02/01 09:46:47 fs
* no own style handling anymore - the shape exporter is responsible for our styles now
*