summaryrefslogtreecommitdiff
path: root/schema/odf1.0
AgeCommit message (Expand)Author
2017-07-19revert fix typosThorsten Behrens
2017-03-19Fix typosAndrea Gelmini
2017-03-02Fix typosAndrea Gelmini
2016-08-28add ODF schema files to core repoThorsten Behrens
<ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> 2017-10-27loplugin:includeform: bean (Windows)Stephan Bergmann Change-Id: Id35caf31499a437cba9ed3329920c560705be0cf 2017-10-23loplugin:includeform: beanStephan Bergmann Change-Id: I3487839569e34552d8b6409b04ef842346c43f5c 2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski 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-18Use even more WIN32_LEAN_AND_MEANMike Kaganski Change-Id: I538fe5b41156366e0e87b3a93e58a3947afd18f5 Reviewed-on: https://gerrit.libreoffice.org/42398 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2016-10-16clang-cl loplugin: beanStephan Bergmann Change-Id: Iedaf2fc0c1e2cab446687c6c73cceb3c6b77e6e1 Reviewed-on: https://gerrit.libreoffice.org/29880 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2016-10-14Revert "Don't use the (win32) jawt_md.h as we don't have that when ↵Stephan Bergmann cross-compiling" This reverts commit db57823374ee65b80cd53c5fd4234ad3bf6e287d, as it causes loplugin:externandnotdefined under clang-cl, and cross-compiling Windows on Linux seems a rather dead project for now. Change-Id: Ia7fd742385fa0d609007f70e5116a99729224f77 Reviewed-on: https://gerrit.libreoffice.org/29835 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2015-05-08jboolean-related clean-upStephan Bergmann Change-Id: Iecd03d0343b9b7c3a8b23b5a1e9654148b94d44c 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e 2015-01-02Remove unnecessary bean/inc/comp_LocalOfficeWindow.hStephan Bergmann Change-Id: Ia3f5d11aace705f36016aabda7f325ba46aa8640 2014-12-02Deprecated com.sun.star.beans is goneStephan Bergmann Change-Id: Ifce16ea732dd79730bff7bfa6269bd8b1d8e8aa6