office-gobmx/sal
sadam36 93a9744212 fdo#60724 - change 'charcter' to 'character'
Changed all occurrences of 'charcter' found by git grep. All of them
were used in comments only, so it should not break anything.

Change-Id: Ief2c00d929ae7972c55a4920fc0eaa8d6b18ab82
Reviewed-on: https://gerrit.libreoffice.org/2372
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-25 13:19:12 +00:00
..
android No NativeActivity, so native_app_glue and struct android_app are meaningless 2013-02-23 00:31:24 +02:00
cpprt
cppunittester
inc fdo#60724 - change 'charcter' to 'character' 2013-02-25 13:19:12 +00:00
osl Not using NativeActivity means no lo_main() stuff used either 2013-02-22 23:21:22 +02:00
prj
qa Fix typo accessable/accessible 2013-02-23 17:29:22 +01:00
rtl Bin pointless single-child directory level 2013-02-22 18:50:41 +02:00
systools/win32/uwinapi
test
textenc Fix typo "fuction" -> "function" 2013-02-23 16:47:15 +01:00
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
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 Not using NativeActivity means no lo_main() stuff used either 2013-02-22 23:21:22 +02:00
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk Not using NativeActivity means no lo_main() stuff used either 2013-02-22 23:21:22 +02:00
Package_generated.mk
Package_inc.mk No NativeActivity, so native_app_glue and struct android_app are meaningless 2013-02-23 00:31:24 +02:00
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).