362a21d3a1
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> |
||
---|---|---|
.. | ||
com/sun/star/comp/beans | ||
native | ||
qa/complex/bean | ||
test | ||
BUCK | ||
Jar_officebean.mk | ||
JunitTest_bean_complex.mk | ||
Library_officebean.mk | ||
Makefile | ||
Module_bean.mk | ||
pom.officebean.xml | ||
README |
To use LibreOffice from Java applications. LibreOffice's API is completely exposed so that all office components can be fully controlled.