summaryrefslogtreecommitdiff
path: root/sc/inc/cell.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-19 12:15:27 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-19 12:15:27 +0000
commit43fc559e596fcb9e7ab361afc67a7200f74e49eb (patch)
tree88a5d99c7d4068edd05b7c24e928443f36286b12 /sc/inc/cell.hxx
parent0f896fe3dca5cb589287e162c7e2007997e54153 (diff)
INTEGRATION: CWS dr51 (1.20.6); FILE MERGED
2006/12/01 13:50:56 dr 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2006/11/02 19:59:40 er 1.20.6.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r--sc/inc/cell.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index 890809cfbaed..a435ee44b44c 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cell.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2006-10-24 13:05:34 $
+ * last change: $Author: ihi $ $Date: 2006-12-19 13:15:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -280,6 +280,12 @@ private:
};
void InterpretTail( ScInterpretTailParameter );
+ /** Get English formula, if bCompileXML==TRUE in Plain Old Formula format,
+ which means missing parameters are substituded. */
+ void GetEnglishFormulaForPof( rtl::OUStringBuffer &rBuffer,
+ const ScAddress &rPos,
+ BOOL bCompileXML ) const;
+
public:
#ifdef USE_MEMPOOL