summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-14 08:49:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-14 08:49:46 +0000
commitb7b5578fbd6504fe0ffde1273abf3bcc10d0527d (patch)
tree9350fa1209fc5e17f3225d1c8c046a999cc1cb94 /sc
parent5f9d8124f10760c5c254b22243a8bf885e0b7d87 (diff)
INTEGRATION: CWS koheiformula01 (1.109.12); FILE MERGED
2008/04/23 15:07:15 kohei 1.109.12.2: RESYNC: (1.109-1.111); FILE MERGED 2008/03/19 17:37:07 kohei 1.109.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/document.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index a8ed631cfb9c..8bf2570bf2f8 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: document.hxx,v $
- * $Revision: 1.111 $
+ * $Revision: 1.112 $
*
* This file is part of OpenOffice.org.
*
@@ -397,7 +397,7 @@ private:
BOOL bInUnoBroadcast;
BOOL bInUnoListenerCall;
- ScAddress::Convention eAddrConv;
+ ScGrammar::Grammar eGrammar;
mutable BOOL bStyleSheetUsageInvalid;
@@ -591,7 +591,8 @@ SC_DLLPUBLIC ScDBCollection* GetDBCollection() const;
BOOL IsActiveScenario( SCTAB nTab ) const;
void SetActiveScenario( SCTAB nTab, BOOL bActive ); // nur fuer Undo etc.
SC_DLLPUBLIC ScAddress::Convention GetAddressConvention() const;
- void SetAddressConvention( ScAddress::Convention eConv );
+ SC_DLLPUBLIC ScGrammar::Grammar GetGrammar() const;
+ void SetGrammar( ScGrammar::Grammar eGram );
BYTE GetLinkMode( SCTAB nTab ) const;
BOOL IsLinked( SCTAB nTab ) const;
const String& GetLinkDoc( SCTAB nTab ) const;