summaryrefslogtreecommitdiff
path: root/embedserv
AgeCommit message (Expand)AuthorFilesLines
2016-03-04-Werror,-WshadowStephan Bergmann1-3/+3
2016-03-04Silence -Werror,-Wnon-virtual-dtor in external includesStephan Bergmann2-0/+2
2016-03-04-Werror,-WshadowStephan Bergmann1-1/+1
2016-03-04-Werror,-Wunused-macrosStephan Bergmann1-1/+0
2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann1-1/+3
2016-03-04-Werror,-WshadowStephan Bergmann1-2/+1
2016-02-09Remove excess newlinesChris Sherlock12-34/+0
2016-01-26Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)Stephan Bergmann1-1/+7
2016-01-26Silence more warnings, clang-cl's /W4 now also includes -WextraStephan Bergmann2-0/+2
2016-01-25more Windows build fixesNoel Grandin1-1/+1
2016-01-25more Windows build fixesNoel Grandin1-1/+1
2016-01-25more Windows build fixesNoel Grandin1-1/+1
2016-01-25more Windows build fixesNoel Grandin1-1/+1
2016-01-25more Windows build fixesNoel Grandin1-0/+1
2016-01-25more Windows build fixesNoel Grandin2-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin3-4/+4
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara5-9/+11
2015-12-08Resolve Linker Warning LNK4104Mike Kaganski2-5/+6
2015-12-02-Werror,-Wint-to-pointer-castStephan Bergmann2-6/+6
2015-12-02Silence clang-cl warnings in ATL headersStephan Bergmann2-0/+24
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-1/+0
2015-11-24-Werror,-Wunused-variableStephan Bergmann1-10/+0
2015-11-24Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann1-2/+2
2015-11-24-Werror,-Wbitwise-op-parenthesesStephan Bergmann1-1/+1
2015-11-24Expand single use of SendCommand macroStephan Bergmann1-6/+4
2015-11-24-Werror,-WreorderStephan Bergmann1-1/+1
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann1-1/+1
2015-11-24-Werror,-WreorderStephan Bergmann1-1/+1
2015-11-24-Werror,-Wint-to-pointer-castStephan Bergmann1-2/+2
2015-11-18Fix css.awt.XSystemDependentMenuPeer.getMenuHandleStephan Bergmann1-1/+1
2015-11-18The #else branch is unused nowStephan Bergmann1-4/+0
2015-11-18-Werror,-Wlogical-op-parenthesesStephan Bergmann1-2/+3
2015-11-18-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann1-2/+2
2015-11-18-Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann1-4/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-3/+1
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin2-15/+15
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-01com::sun::star->css in embedserv/Noel Grandin7-182/+137
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet1-1/+1
2015-08-05tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-6/+6
2015-07-09remove obsolete check for pre-MSVC2013 ATL library nameMichael Stahl1-1/+1
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-5/+7
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-7/+5
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin2-7/+3
2015-05-04css::uno::Reference can automatically up-cast nowStephan Bergmann1-1/+1
2015-05-03tdf#66232: Cannot open files by COM2Mike Kaganski1-4/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin11-38/+38
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann2-63/+22