summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-27 21:57:25 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-31 10:42:14 -0500
commitfccf9404762b5c73af1dfa6523d6b8c2b3e91dd8 (patch)
treebcf7906a7b1a37c88a4a125cb4e90ced1dd7931e /sc/inc
parentc1ed8bb33219a3c2f6b35e37f56febc022698121 (diff)
More backporting of experimental data stream feature.
This change eliminates its "caller" thread in favor of using a timer. Change-Id: I30b85be938c4aec152c52b67cf69ff3afa53399d
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/stringutil.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx
index 08e5c1ed0314..d27500763033 100644
--- a/sc/inc/stringutil.hxx
+++ b/sc/inc/stringutil.hxx
@@ -126,6 +126,9 @@ public:
static bool parseSimpleNumber(
const OUString& rStr, sal_Unicode dsep, sal_Unicode gsep, double& rVal);
+ static bool parseSimpleNumber(
+ const char* p, size_t n, char dsep, char gsep, double& rVal);
+
static sal_Int32 SC_DLLPUBLIC GetQuotedTokenCount(const OUString &rIn, const OUString& rQuotedPairs, sal_Unicode cTok = ';' );
static OUString SC_DLLPUBLIC GetQuotedToken(const OUString &rIn, sal_Int32 nToken, const OUString& rQuotedPairs,
sal_Unicode cTok, sal_Int32& rIndex );