summaryrefslogtreecommitdiffstats
path: root/extensions/source/ole
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* Silence -Werror,-Wnon-virtual-dtor in external includesStephan Bergmann2016-03-043-0/+3
* Silence -Werror,-Wnon-virtual-dtorStephan Bergmann2016-03-042-0/+10
* Ole: Fix WaEDavid Ostrovsky2016-02-283-18/+19
* Remove excess newlinesChris Sherlock2016-02-0910-18/+0
* -Werror,-Wignored-qualifiers (clang-cl)Stephan Bergmann2016-01-262-2/+2
* 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-263-0/+3
* -Werror,-Wunused-parameter (clang-cl)Stephan Bergmann2016-01-261-1/+1
* Fix typosAndrea Gelmini2016-01-102-3/+3
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-073-7/+7
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-2/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-1/+0
* Silence clang-cl warnings in system ATL includesStephan Bergmann2015-11-243-0/+46
* -Werror,-WreorderStephan Bergmann2015-11-241-3/+3
* -Werror,-Wlogical-op-parenthesesStephan Bergmann2015-11-241-4/+4
* -Werror,-Wwritable-stringsStephan Bergmann2015-11-241-2/+2
* -Werror,-WreorderStephan Bergmann2015-11-241-2/+2
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-11-241-10/+10
* -Werror,-Wunused-local-typedefStephan Bergmann2015-11-241-1/+0
* -Werror,-Wint-to-pointer-castStephan Bergmann2015-11-243-37/+29
* -Werror,-Wenum-compareStephan Bergmann2015-11-241-1/+1
* -Werror,-Wwritable-stringsStephan Bergmann2015-11-241-5/+6
* -Werror,-WreorderStephan Bergmann2015-11-241-1/+2
* -Werror,-Wenum-compareStephan Bergmann2015-11-241-2/+2
* -Werror,-Wlogical-op-parenthesesStephan Bergmann2015-11-241-4/+4
* -Werror,-Wmicrosoft-exception-specStephan Bergmann2015-11-241-2/+2
* -Werror,-WreorderStephan Bergmann2015-11-241-6/+6
* -Wmicrosoft-default-arg-redefinitionStephan Bergmann2015-11-241-4/+0
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-022-9/+7
* bogus cppcheck duplicateExpressionTernary warningCaolán McNamara2015-10-241-5/+7
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-9/+9
* com::sun::star->css in extensions/Noel Grandin2015-10-011-6/+6
* Fix typosAndrea Gelmini2015-09-302-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-151-2/+2
* Bin a few leftover (?) stderr printoutsTor Lillqvist2015-08-282-9/+0
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-066-9/+6
* Bin pointless #ifndef #define danceTor Lillqvist2015-07-231-5/+0
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-17/+15
* Fix Windows 64-bit buildStephan Bergmann2015-05-291-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* Typo: wheter->whetherJulien Nabet2015-04-012-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-9/+9
* Fix various Windows-only XServiceInfo implementationsStephan Bergmann2015-03-242-49/+84
* Typo: queriing->queryingJulien Nabet2015-02-211-1/+1
* Typo: reqired->requiredJulien Nabet2015-02-211-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-045-26/+26