summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann36-689/+689
2015-09-30Fix typosAndrea Gelmini3-7/+7
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-1/+0
2015-09-17boost->stdCaolán McNamara11-120/+119
2015-09-10unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe37-71/+79
2015-09-03unoxml: Add missing includeDavid Ostrovsky1-0/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-9/+9
2015-07-30loplugin:unusedmethodsNoel Grandin3-15/+1
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+1
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06loplugin:unusedmethods basebmpNoel Grandin1-2/+0
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara6-8/+8
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl1-1/+0
2015-04-13loplugin:staticmethodsNoel Grandin1-35/+34
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2-3/+5
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-5/+5
2015-02-05Updated all precompiled headers.Ashod Nakashian1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-27/+0
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-2/+2
2015-01-22loplugin:cstylecastStephan Bergmann1-6/+6
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann14-101/+101
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-2/+2
2014-12-19java: static fields that should not be staticNoel Grandin1-1/+1
2014-12-18unoxml: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-12-15java: remove some unused fields and variablesNoel Grandin1-2/+1
2014-12-15unoxml: Use appropriate OUString functions on string constantsStephan Bergmann2-23/+21
2014-12-11document 440749 Explicit null dereferencedCaolán McNamara1-0/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-8/+8
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin1-21/+0
2014-12-10java: simplify the getMSF() methodsNoel Grandin1-3/+2
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl2-0/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl15-0/+25
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-5/+5
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann3-10/+20
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin3-20/+10
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-5/+5