summaryrefslogtreecommitdiff
path: root/svl/inc/svl/zforlist.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-05 21:31:06 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-05 22:12:31 +0100
commit3f78f26aa8db1d3ae56d9e509e0a8e5b4518821b (patch)
tree7576b0bf7738fbb0cc0de191993907a1b571107e /svl/inc/svl/zforlist.hxx
parentc5bf9b10b9060b750d3651e9c0022ad0261612f8 (diff)
String to OUString in cell.[ch]xx and follow up
Diffstat (limited to 'svl/inc/svl/zforlist.hxx')
-rw-r--r--svl/inc/svl/zforlist.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx
index 69645e110c41..30d192941dd8 100644
--- a/svl/inc/svl/zforlist.hxx
+++ b/svl/inc/svl/zforlist.hxx
@@ -481,12 +481,23 @@ public:
void GetOutputString( const double& fOutNumber, sal_uInt32 nFIndex,
String& sOutString, Color** ppColor );
+ /// Format a number according to a format index, return string and color
+ void GetOutputString( const double& fOutNumber, sal_uInt32 nFIndex,
+ rtl::OUString& sOutString, Color** ppColor );
+
/** Format a string according to a format index, return string and color.
Formats only if the format code is of type text or the 4th subcode
of a format code is specified, otherwise sOutString will be == "" */
void GetOutputString( String& sString, sal_uInt32 nFIndex,
String& sOutString, Color** ppColor );
+
+ /** Format a string according to a format index, return string and color.
+ Formats only if the format code is of type text or the 4th subcode
+ of a format code is specified, otherwise sOutString will be == "" */
+ void GetOutputString( rtl::OUString& sString, sal_uInt32 nFIndex,
+ rtl::OUString& sOutString, Color** ppColor );
+
/** Format a number according to the standard default format matching
the given format index */
void GetInputLineString( const double& fOutNumber,