office-gobmx/sal
Noel Grandin fe480d8136 remove unused typedefs
found with some minor modifications to find/find-unused-defines.sh

Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd
Reviewed-on: https://gerrit.libreoffice.org/14194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-28 06:19:49 +00:00
..
android remove unused typedefs 2015-01-28 06:19:49 +00:00
cpprt
cppunittester Fix common typos. No automatic tools. Handmade… 2014-11-12 11:04:11 +00:00
inc Make osl_getExecutableFile work even without a prior osl_setCommandArgs 2014-11-27 11:48:34 +01:00
osl sal,sd: Windows SDK 8.1 deprecates inet_addr() 2015-01-26 10:54:15 +00:00
qa Some more loplugin:cstylecast: sal 2015-01-20 09:06:50 +01:00
rtl Missing const 2015-01-20 09:24:37 +01:00
systools/win32/uwinapi
test Fix common typos. No automatic tools. Handmade… 2014-11-12 11:04:11 +00:00
textenc Visible function type RTTI for Clang -fsanitize=function 2015-01-26 15:17:28 +01:00
util
workben fdo#39440 sal: reduce scope of local variables 2014-12-19 13:51:34 +00:00
CppunitTest_Module_DLL.mk
CppunitTest_sal_bytesequence.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 disable environment equality test under valgrind 2014-10-09 13:40:54 +01:00
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_digest.mk
CppunitTest_sal_rtl_doublelock.mk
CppunitTest_sal_rtl_locale.mk
CppunitTest_sal_rtl_math.mk
CppunitTest_sal_rtl_ostringbuffer.mk
CppunitTest_sal_rtl_oustring.mk
CppunitTest_sal_rtl_oustringbuffer.mk
CppunitTest_sal_rtl_process.mk
CppunitTest_sal_rtl_strings.mk
CppunitTest_sal_rtl_textenc.mk
CppunitTest_sal_rtl_uri.mk
CppunitTest_sal_rtl_uuid.mk
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk Fold URE: Linux ure/lib/* -> program/ 2014-11-28 11:57:28 +01:00
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.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).