office-gobmx/bean
Mike Kaganski 362a21d3a1 Use explicit function names for fooA/fooW WinAPI; prefer fooW
We should only use generic foo function name when it takes params
that are also dependent on UNICODE define, like
LoadCursor( nullptr, IDC_ARROW )
where IDC_ARROW is defined in MSVC headers synchronised with
LoadCursor definition.

We should always use Unicode API for any file paths operations,
because otherwise we will get "?" for any character in path that
is not in current non-unicode codepage, which will result in failed
file operations.

Change-Id: I3a7f453ca0f893002d8a9764318919709fd8b633
Reviewed-on: https://gerrit.libreoffice.org/42935
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-09-30 11:23:41 +02:00
..
com/sun/star/comp/beans Typo about "document" 2017-08-20 12:51:00 +02:00
native Use explicit function names for fooA/fooW WinAPI; prefer fooW 2017-09-30 11:23:41 +02:00
qa/complex/bean java:avoid empty if statements 2015-11-05 13:43:02 +02:00
test java:regulatize the order of 'final' and public/private 2015-06-11 09:34:00 +00:00
BUCK Add build toolchain to upload LibreOffice API to Maven Central 2015-12-03 23:32:11 +00:00
Jar_officebean.mk
JunitTest_bean_complex.mk
Library_officebean.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Makefile
Module_bean.mk Fix typos 2016-01-05 07:32:28 +00:00
pom.officebean.xml Expose metadata to deploy LibreOffice artifacts on Maven Central 2015-12-01 08:45:25 +00:00
README

To use LibreOffice from Java applications.

LibreOffice's API is completely exposed so that all office components can be fully controlled.