diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-11-01 16:34:03 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-11-01 16:34:03 +0000 |
commit | 9e812e33bd8581904e028477786cbce96f26ea2f (patch) | |
tree | 6370ba9782ff7a52b7ab0183347065a7701f165d /sc/inc/fmtuno.hxx | |
parent | 0feb023e480e58991ba9f22084f8f28a680540fc (diff) |
allow XML style references in formulas
Diffstat (limited to 'sc/inc/fmtuno.hxx')
-rw-r--r-- | sc/inc/fmtuno.hxx | 15 |
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 |