summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-01-28 18:19:19 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-01-28 18:28:39 +0100
commit8666cdd95e2b0f8148f45860358ca3f85ad7b9a3 (patch)
tree3dce2317a5ea7f48950496e841d85cf76f394da1 /sal/util
parentdba8280c5667cddfd71562dc603c46c34339e685 (diff)
cleanups for number() string function
- add sal_uInt64 valueOf helper to handle its full value range - group deprecated valueOf() together - forward to the number() taking the largest type instead of repeating the same code every time - various doc improvements: - add missing @since - do not refer to non-existent number() overloads in docs - "use number" - "huh, of course I use a number?" - "code your own" - my own function? why? - + or += operators are not, strictly speaking, replacements for valueOf() Change-Id: Ib138a06c4ac4365cfffc534e6ab115d55180a70d
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/sal.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 9d3f88b44bd1..1bebb0aa0334 100644
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -658,6 +658,8 @@ LIBO_UDK_4.1 { # symbols available in >= LibO 4.1
rtl_uString_ensureCapacity;
rtl_string_alloc;
rtl_uString_alloc;
+ rtl_str_valueOfUInt64;
+ rtl_ustr_valueOfUInt64;
} LIBO_UDK_4.0;
PRIVATE_1.0 {