office-gobmx/sal
Noel Grandin 2b31e751db Create OUString and OString number(*) methods.
API CHANGE: Adds new methods (several overloads)
   OString::number()
   OUString::number()
and marks all of the existing fromValue() methods as deprecated.

The purpose of this change is to clean up call sites
by hiding the necessary casts.

The casts are necessary because of overload resolution rules which are
somewhat vague about which methods to choose when using integer types.

See mailing list discussion here:
  http://nabble.documentfoundation.org/replacing-OUString-valueOf-static-cast-lt-sal-Int32-gt-td4027989.html
  Subject: "replacing OUString::valueOf(static_cast<sal_Int32>) ??"

Change-Id: Id3d150a6525eb0334e41e2ec6640bb06cd790b43
Reviewed-on: https://gerrit.libreoffice.org/1625
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-18 17:19:30 +01:00
..
android
cpprt
cppunittester
inc Create OUString and OString number(*) methods. 2013-01-18 17:19:30 +01:00
osl fdo#58415: Don't ignore osl_getFileURLFromSystemPath failure 2013-01-16 17:27:00 +01:00
prj
qa Create OUString and OString number(*) methods. 2013-01-18 17:19:30 +01:00
rtl/source Simplify code 2013-01-14 17:21:02 +01:00
systools/win32/uwinapi
test
textenc
util
workben
CppunitTest_Module_DLL.mk
CppunitTest_sal_bytesequence.mk
CppunitTest_sal_checkapi.mk
CppunitTest_sal_osl_condition.mk
CppunitTest_sal_osl_file.mk
CppunitTest_sal_osl_getsystempathfromfileurl.mk
CppunitTest_sal_osl_module.mk
CppunitTest_sal_osl_mutex.mk
CppunitTest_sal_osl_old_test_file.mk
CppunitTest_sal_osl_pipe.mk
CppunitTest_sal_osl_process.mk
CppunitTest_sal_osl_profile.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_osl_setthreadname.mk
CppunitTest_sal_osl_thread.mk
CppunitTest_sal_rtl_alloc.mk
CppunitTest_sal_rtl_bootstrap.mk
CppunitTest_sal_rtl_cipher.mk
CppunitTest_sal_rtl_crc32.mk
CppunitTest_sal_rtl_doublelock.mk
CppunitTest_sal_rtl_locale.mk
CppunitTest_sal_rtl_math.mk
CppunitTest_sal_rtl_ostringbuffer.mk
CppunitTest_sal_rtl_oustringbuffer.mk
CppunitTest_sal_rtl_strings.mk Create OUString and OString number(*) methods. 2013-01-18 17:19:30 +01:00
CppunitTest_sal_rtl_textenc.mk
CppunitTest_sal_rtl_uri.mk
CppunitTest_sal_rtl_uuid.mk
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
CustomTarget_generated.mk
CustomTarget_sal_allheaders.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk
Package_generated.mk
Package_inc.mk
README
StaticLibrary_salcpprt.mk

System abstraction layer; rtl, osl and sal

rtl:
Platform independent strings

osl:
platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).