summaryrefslogtreecommitdiffstats
path: root/embedserv
Commit message (Expand)AuthorAgeFilesLines
* clang-cl loplugin: embedservStephan Bergmann2016-10-1627-814/+798
* 64-bit Windows fix: InsertMenu takes a UINT_PTRStephan Bergmann2016-10-141-1/+1
* -Werror,-Wnonportable-include-path (clang-cl)Stephan Bergmann2016-08-253-2/+3
* tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl2016-06-011-1/+1
* SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2016-05-252-1/+7
* use Any constructor instead of temporariesNoel Grandin2016-05-041-20/+9
* Fix typosAndrea Gelmini2016-04-211-1/+1
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* -Werror,-WshadowStephan Bergmann2016-03-041-3/+3
* Silence -Werror,-Wnon-virtual-dtor in external includesStephan Bergmann2016-03-042-0/+2
* -Werror,-WshadowStephan Bergmann2016-03-041-1/+1
* -Werror,-Wunused-macrosStephan Bergmann2016-03-041-1/+0
* Silence -Werror,-Wnon-virtual-dtorStephan Bergmann2016-03-041-1/+3
* -Werror,-WshadowStephan Bergmann2016-03-041-2/+1
* Remove excess newlinesChris Sherlock2016-02-0912-34/+0
* Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)Stephan Bergmann2016-01-261-1/+7
* Silence more warnings, clang-cl's /W4 now also includes -WextraStephan Bergmann2016-01-262-0/+2
* more Windows build fixesNoel Grandin2016-01-251-1/+1
* more Windows build fixesNoel Grandin2016-01-251-1/+1
* more Windows build fixesNoel Grandin2016-01-251-1/+1
* more Windows build fixesNoel Grandin2016-01-251-1/+1
* more Windows build fixesNoel Grandin2016-01-251-0/+1
* more Windows build fixesNoel Grandin2016-01-252-2/+2
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-253-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-075-9/+11
* Resolve Linker Warning LNK4104Mike Kaganski2015-12-082-5/+6
* -Werror,-Wint-to-pointer-castStephan Bergmann2015-12-022-6/+6
* Silence clang-cl warnings in ATL headersStephan Bergmann2015-12-022-0/+24
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-1/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-241-10/+0
* Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann2015-11-241-2/+2
* -Werror,-Wbitwise-op-parenthesesStephan Bergmann2015-11-241-1/+1
* Expand single use of SendCommand macroStephan Bergmann2015-11-241-6/+4
* -Werror,-WreorderStephan Bergmann2015-11-241-1/+1
* -Werror,-Wlogical-op-parenthesesStephan Bergmann2015-11-241-1/+1
* -Werror,-WreorderStephan Bergmann2015-11-241-1/+1
* -Werror,-Wint-to-pointer-castStephan Bergmann2015-11-241-2/+2
* Fix css.awt.XSystemDependentMenuPeer.getMenuHandleStephan Bergmann2015-11-181-1/+1
* The #else branch is unused nowStephan Bergmann2015-11-181-4/+0
* -Werror,-Wlogical-op-parenthesesStephan Bergmann2015-11-181-2/+3
* -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann2015-11-181-2/+2
* -Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann2015-11-181-4/+0
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-3/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-312-15/+15
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* com::sun::star->css in embedserv/Noel Grandin2015-10-017-182/+137
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-131-1/+1
* cppcheck: fix some redundantCondition warningsJulien Nabet2015-09-051-1/+1
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-053-6/+6