Age | Commit message (Expand) | Author | Files | Lines |
2016-10-16 | clang-cl loplugin: embedserv | Stephan Bergmann | 27 | -814/+798 |
2016-10-14 | 64-bit Windows fix: InsertMenu takes a UINT_PTR | Stephan Bergmann | 1 | -1/+1 |
2016-08-25 | -Werror,-Wnonportable-include-path (clang-cl) | Stephan Bergmann | 3 | -2/+3 |
2016-06-01 | tdf#99643 OLE automation bridge: fix 64-bit pointer conversions | Michael Stahl | 1 | -1/+1 |
2016-05-25 | SAL_FALLTRHOUGH in Windows-only code | Stephan Bergmann | 2 | -1/+7 |
2016-05-04 | use Any constructor instead of temporaries | Noel Grandin | 1 | -20/+9 |
2016-04-21 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2016-04-12 | cleanup: remove unused com/sun/star/uno includes | Jochen Nitschke | 1 | -1/+0 |
2016-03-04 | -Werror,-Wshadow | Stephan Bergmann | 1 | -3/+3 |
2016-03-04 | Silence -Werror,-Wnon-virtual-dtor in external includes | Stephan Bergmann | 2 | -0/+2 |
2016-03-04 | -Werror,-Wshadow | Stephan Bergmann | 1 | -1/+1 |
2016-03-04 | -Werror,-Wunused-macros | Stephan Bergmann | 1 | -1/+0 |
2016-03-04 | Silence -Werror,-Wnon-virtual-dtor | Stephan Bergmann | 1 | -1/+3 |
2016-03-04 | -Werror,-Wshadow | Stephan Bergmann | 1 | -2/+1 |
2016-02-09 | Remove excess newlines | Chris Sherlock | 12 | -34/+0 |
2016-01-26 | Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl) | Stephan Bergmann | 1 | -1/+7 |
2016-01-26 | Silence more warnings, clang-cl's /W4 now also includes -Wextra | Stephan Bergmann | 2 | -0/+2 |
2016-01-25 | more Windows build fixes | Noel Grandin | 1 | -1/+1 |
2016-01-25 | more Windows build fixes | Noel Grandin | 1 | -1/+1 |
2016-01-25 | more Windows build fixes | Noel Grandin | 1 | -1/+1 |
2016-01-25 | more Windows build fixes | Noel Grandin | 1 | -1/+1 |
2016-01-25 | more Windows build fixes | Noel Grandin | 1 | -0/+1 |
2016-01-25 | more Windows build fixes | Noel Grandin | 2 | -2/+2 |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin | 3 | -4/+4 |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara | 5 | -9/+11 |
2015-12-08 | Resolve Linker Warning LNK4104 | Mike Kaganski | 2 | -5/+6 |
2015-12-02 | -Werror,-Wint-to-pointer-cast | Stephan Bergmann | 2 | -6/+6 |
2015-12-02 | Silence clang-cl warnings in ATL headers | Stephan Bergmann | 2 | -0/+24 |
2015-11-28 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -1/+0 |
2015-11-24 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -10/+0 |
2015-11-24 | Use Get/SetWindowLongPtr, for 64-bit build | Stephan Bergmann | 1 | -2/+2 |
2015-11-24 | -Werror,-Wbitwise-op-parentheses | Stephan Bergmann | 1 | -1/+1 |
2015-11-24 | Expand single use of SendCommand macro | Stephan Bergmann | 1 | -6/+4 |
2015-11-24 | -Werror,-Wreorder | Stephan Bergmann | 1 | -1/+1 |
2015-11-24 | -Werror,-Wlogical-op-parentheses | Stephan Bergmann | 1 | -1/+1 |
2015-11-24 | -Werror,-Wreorder | Stephan Bergmann | 1 | -1/+1 |
2015-11-24 | -Werror,-Wint-to-pointer-cast | Stephan Bergmann | 1 | -2/+2 |
2015-11-18 | Fix css.awt.XSystemDependentMenuPeer.getMenuHandle | Stephan Bergmann | 1 | -1/+1 |
2015-11-18 | The #else branch is unused now | Stephan Bergmann | 1 | -4/+0 |
2015-11-18 | -Werror,-Wlogical-op-parentheses | Stephan Bergmann | 1 | -2/+3 |
2015-11-18 | -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI) | Stephan Bergmann | 1 | -2/+2 |
2015-11-18 | -Wmissing-braces is globally disabled in com_GCC_defs.mk anyway | Stephan Bergmann | 1 | -4/+0 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 1 | -2/+1 |
2015-11-01 | no need to use OUString constructor in call to createInstance | Noel Grandin | 1 | -3/+1 |
2015-10-31 | use uno::Reference::set method instead of assignment | Noel Grandin | 2 | -15/+15 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 1 | -3/+3 |
2015-10-01 | com::sun::star->css in embedserv/ | Noel Grandin | 7 | -182/+137 |
2015-09-13 | cppcheck: noExplicitConstructor | Caolán McNamara | 1 | -1/+1 |
2015-09-05 | cppcheck: fix some redundantCondition warnings | Julien Nabet | 1 | -1/+1 |
2015-08-05 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | 3 | -6/+6 |