summaryrefslogtreecommitdiff
path: root/extensions/source/ole
AgeCommit message (Expand)AuthorFilesLines
2015-11-24Silence clang-cl warnings in system ATL includesStephan Bergmann3-0/+46
2015-11-24-Werror,-WreorderStephan Bergmann1-3/+3
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann1-4/+4
2015-11-24-Werror,-Wwritable-stringsStephan Bergmann1-2/+2
2015-11-24-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-24-Werror,-Winconsistent-missing-overrideStephan Bergmann1-10/+10
2015-11-24-Werror,-Wunused-local-typedefStephan Bergmann1-1/+0
2015-11-24-Werror,-Wint-to-pointer-castStephan Bergmann3-37/+29
2015-11-24-Werror,-Wenum-compareStephan Bergmann1-1/+1
2015-11-24-Werror,-Wwritable-stringsStephan Bergmann1-5/+6
2015-11-24-Werror,-WreorderStephan Bergmann1-1/+2
2015-11-24-Werror,-Wenum-compareStephan Bergmann1-2/+2
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann1-4/+4
2015-11-24-Werror,-Wmicrosoft-exception-specStephan Bergmann1-2/+2
2015-11-24-Werror,-WreorderStephan Bergmann1-6/+6
2015-11-24-Wmicrosoft-default-arg-redefinitionStephan Bergmann1-4/+0
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin2-9/+7
2015-10-24bogus cppcheck duplicateExpressionTernary warningCaolán McNamara1-5/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-10-01com::sun::star->css in extensions/Noel Grandin1-6/+6
2015-09-30Fix typosAndrea Gelmini2-4/+4
2015-09-15cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-08-28Bin a few leftover (?) stderr printoutsTor Lillqvist2-9/+0
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe6-9/+6
2015-07-23Bin pointless #ifndef #define danceTor Lillqvist1-5/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-17/+15
2015-05-29Fix Windows 64-bit buildStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-01Typo: wheter->whetherJulien Nabet2-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-9/+9
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann2-49/+84
2015-02-21Typo: queriing->queryingJulien Nabet1-1/+1
2015-02-21Typo: reqired->requiredJulien Nabet1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-2/+2
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara5-26/+26
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-3/+3
2014-09-18Blind fix for WindowsStephan Bergmann1-2/+2
2014-09-18Blind fix for WindowsStephan Bergmann1-4/+2
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-17/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-1/+0
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-79/+33
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet3-19/+15
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2