summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:08:38 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:08:38 +0000
commitd0037f47530637463cb5abe440038ca31a6d3202 (patch)
tree6a5357d18648f98839c91066969e1bf31ad5d58c /sc
parent8c00b7d1d25ae0c4f5cdfa9d1793581498e10b13 (diff)
INTEGRATION: CWS odff (1.25.158); FILE MERGED
2008/02/27 18:35:00 er 1.25.158.3: RESYNC: (1.25-1.26); FILE MERGED 2008/02/19 08:43:00 erack 1.25.158.2: conditional true-formula doesn't need to be preparsed 2008/02/15 14:23:06 er 1.25.158.1: #i81063# grammar here, grammar there, grammar everywhere
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/xmlstyli.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlstyli.hxx b/sc/source/filter/xml/xmlstyli.hxx
index 7aaf67f7cbea..192effaeadcc 100644
--- a/sc/source/filter/xml/xmlstyli.hxx
+++ b/sc/source/filter/xml/xmlstyli.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlstyli.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: rt $ $Date: 2008-01-29 15:38:01 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:08:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -136,11 +136,13 @@ class XMLTableStyleContext : public XMLPropStyleContext
void SetStyle(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps,
const rtl::OUString& sApplyStyle) const;
void SetFormula1(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps,
- const rtl::OUString& sFormula) const;
+ const rtl::OUString& sFormula, bool bPreParse = true) const;
void SetFormula2(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps,
const rtl::OUString& sFormula) const;
void SetFormulas(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps,
const rtl::OUString& sFormulas) const;
+ void SetGrammar(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps,
+ const ScGrammar::Grammar eGrammar) const;
void GetConditionalFormat(
::com::sun::star::uno::Any& aAny, const rtl::OUString& sCondition,