summaryrefslogtreecommitdiff
path: root/sc/inc/cellform.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-26 19:13:21 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-27 00:07:15 -0400
commitf051163d699c802dc51be0b9af9a9879bcee5307 (patch)
tree3c10b6dff0b6e7a477d79d61756f37a6aa03d4cb /sc/inc/cellform.hxx
parente45f3aa3580cb4ba05a778f192c60e42db8a3500 (diff)
More of the same...
Change-Id: I829d221d6bf164cd6087d41c65e26240108aa021
Diffstat (limited to 'sc/inc/cellform.hxx')
-rw-r--r--sc/inc/cellform.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/inc/cellform.hxx b/sc/inc/cellform.hxx
index e6314fc32e98..e2935a0bbe11 100644
--- a/sc/inc/cellform.hxx
+++ b/sc/inc/cellform.hxx
@@ -28,6 +28,7 @@ class SvNumberFormatter;
class Color;
class ScDocument;
class ScAddress;
+class ScRefCellValue;
enum ScForceTextFmt {
ftDontForce, // numbers as numbers
@@ -47,6 +48,12 @@ public:
ScForceTextFmt eForceTextFmt = ftDontForce,
bool bUseStarFormat = false );
+ static void GetString(
+ ScRefCellValue& rCell, sal_uLong nFormat, rtl::OUString& rString,
+ Color** ppColor, SvNumberFormatter& rFormatter, bool bNullVals = true,
+ bool bFormula = false, ScForceTextFmt eForceTextFmt = ftDontForce,
+ bool bUseStarFormat = false );
+
static OUString GetString(
const ScDocument& rDoc, const ScAddress& rPos, sal_uLong nFormat,
Color** ppColor, SvNumberFormatter& rFormatter, bool bNullVals = true,