summaryrefslogtreecommitdiff
path: root/extensions/source/ole
AgeCommit message (Expand)Author
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-04Silence -Werror,-Wnon-virtual-dtor in external includesStephan Bergmann
2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann
2016-02-28Ole: Fix WaEDavid Ostrovsky
2016-02-09Remove excess newlinesChris Sherlock
2016-01-26-Werror,-Wignored-qualifiers (clang-cl)Stephan Bergmann
2016-01-26Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)Stephan Bergmann
2016-01-26Silence more warnings, clang-cl's /W4 now also includes -WextraStephan Bergmann
2016-01-26-Werror,-Wunused-parameter (clang-cl)Stephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-24Silence clang-cl warnings in system ATL includesStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann
2015-11-24-Werror,-Wwritable-stringsStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-24-Werror,-Winconsistent-missing-overrideStephan Bergmann
2015-11-24-Werror,-Wunused-local-typedefStephan Bergmann
2015-11-24-Werror,-Wint-to-pointer-castStephan Bergmann
2015-11-24-Werror,-Wenum-compareStephan Bergmann
2015-11-24-Werror,-Wwritable-stringsStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-24-Werror,-Wenum-compareStephan Bergmann
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann
2015-11-24-Werror,-Wmicrosoft-exception-specStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-24-Wmicrosoft-default-arg-redefinitionStephan Bergmann
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-24bogus cppcheck duplicateExpressionTernary warningCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-15cppcheck: noExplicitConstructorCaolán McNamara
2015-08-28Bin a few leftover (?) stderr printoutsTor Lillqvist
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-23Bin pointless #ifndef #define danceTor Lillqvist
2015-07-03Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-29Fix Windows 64-bit buildStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Typo: wheter->whetherJulien Nabet
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann
2015-02-21Typo: queriing->queryingJulien Nabet
2015-02-21Typo: reqired->requiredJulien Nabet
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara