summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docfunc.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-10-22 12:32:03 +0000
committerNiklas Nebel <nn@openoffice.org>2002-10-22 12:32:03 +0000
commit2b5b64d9890c2359c0de6f13aa96532084a7614a (patch)
treeb33dab2767c5c21ccb675ee05a7287f6b7fd9cbb /sc/source/ui/inc/docfunc.hxx
parent0fc4c1dc2d2a1f3759aa14a514ca303e2941de48 (diff)
#104403# implementation of XCellRangeFormula
Diffstat (limited to 'sc/source/ui/inc/docfunc.hxx')
-rw-r--r--sc/source/ui/inc/docfunc.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx
index 4ccceeff6..90c659a72 100644
--- a/sc/source/ui/inc/docfunc.hxx
+++ b/sc/source/ui/inc/docfunc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docfunc.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sab $ $Date: 2002-10-21 11:28:15 $
+ * last change: $Author: nn $ $Date: 2002-10-22 13:29:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,6 +123,9 @@ public:
BOOL SetCellText( const ScAddress& rPos, const String& rText,
BOOL bInterpret, BOOL bEnglish, BOOL bApi );
+ // creates a new cell for use with PutCell
+ ScBaseCell* InterpretEnglishString( const ScAddress& rPos, const String& rText );
+
BOOL SetNoteText( const ScAddress& rPos, const String& rText, BOOL bApi );
BOOL ApplyAttributes( const ScMarkData& rMark, const ScPatternAttr& rPattern,