summaryrefslogtreecommitdiff
path: root/sc/inc/fmtuno.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-11-01 16:34:03 +0000
committerNiklas Nebel <nn@openoffice.org>2000-11-01 16:34:03 +0000
commit9e812e33bd8581904e028477786cbce96f26ea2f (patch)
tree6370ba9782ff7a52b7ab0183347065a7701f165d /sc/inc/fmtuno.hxx
parent0feb023e480e58991ba9f22084f8f28a680540fc (diff)
allow XML style references in formulas
Diffstat (limited to 'sc/inc/fmtuno.hxx')
-rw-r--r--sc/inc/fmtuno.hxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/sc/inc/fmtuno.hxx b/sc/inc/fmtuno.hxx
index a86e95f1156b..735b4dc58761 100644
--- a/sc/inc/fmtuno.hxx
+++ b/sc/inc/fmtuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtuno.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-09-21 09:34:00 $
+ * last change: $Author: nn $ $Date: 2000-11-01 17:34:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,11 +135,12 @@ private:
public:
ScTableConditionalFormat();
- ScTableConditionalFormat(ScDocument* pDoc, ULONG nKey, BOOL bEnglish);
+ ScTableConditionalFormat(ScDocument* pDoc, ULONG nKey,
+ BOOL bEnglish, BOOL bCompileXML);
virtual ~ScTableConditionalFormat();
void FillFormat( ScConditionalFormat& rFormat,
- ScDocument* pDoc, BOOL bEnglish ) const;
+ ScDocument* pDoc, BOOL bEnglish, BOOL bCompileXML ) const;
void DataChanged();
// XSheetConditionalEntries
@@ -278,10 +279,12 @@ private:
public:
ScTableValidationObj();
- ScTableValidationObj(ScDocument* pDoc, ULONG nKey, BOOL bEnglish);
+ ScTableValidationObj(ScDocument* pDoc, ULONG nKey,
+ BOOL bEnglish, BOOL bCompileXML);
virtual ~ScTableValidationObj();
- ScValidationData* CreateValidationData( ScDocument* pDoc, BOOL bEnglish ) const;
+ ScValidationData* CreateValidationData( ScDocument* pDoc,
+ BOOL bEnglish, BOOL bCompileXML ) const;
void DataChanged();
// XSheetCondition