summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0818-20/+20
* Remove include stdio (part7)Julien Nabet2015-06-075-8/+0
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-2/+2
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-023-6/+6
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-291-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-205-6/+6
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-201-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-3/+3
* Remove SvStorage aliasStephan Bergmann2015-05-071-1/+1
* convert DEFAULTFONT_ constants to scoped enumNoel Grandin2015-05-061-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-046-6/+6
* Gradually typed LinkStephan Bergmann2015-04-304-8/+8
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-2/+0
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-289-103/+255
|\
| * UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks2015-04-164-9/+9
| * Manual cleanup of misc. issues.Michael Meeks2015-04-101-1/+2
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-105-10/+13
| * second half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-2/+2
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-105-11/+11
| * vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-102-7/+7
| * vclwidget: only call dispose() onceNoel Grandin2015-04-104-11/+11
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-104-4/+4
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-108-60/+166
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-095-29/+29
| * vcl: VclPtr conversion in xmlsecurityNoel Grandin2015-04-098-1/+43
* | loplugin:simplifyboolStephan Bergmann2015-04-241-2/+2
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-2/+2
* | Clean up odd sal::static_int_cast<sal_Bool> usesStephan Bergmann2015-04-221-2/+2
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-1514-27/+27
* | loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-1/+1
|/
* loplugin:staticmethodsNoel Grandin2015-04-0915-49/+49
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-1/+1
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-313-13/+13
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-284-9/+9
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-267-49/+49
* loplugin:constantfunction: xmlsecurityNoel Grandin2015-03-243-15/+1
* cppcheck: add some explicitsCaolán McNamara2015-03-237-8/+8
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-172-4/+35
* utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2015-03-111-2/+5
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-112-10/+1
* V801: Decreased performanceCaolán McNamara2015-03-094-6/+6
* V801: Decreased performanceCaolán McNamara2015-03-052-2/+2
* cppcheck: variableScopeCaolán McNamara2015-02-261-4/+3
* cppcheck: variableScopeCaolán McNamara2015-02-101-11/+4
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+1
* Updated all precompiled headers.Ashod Nakashian2015-02-053-1/+4
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-294-193/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-17/+17
* coverity#1266458 Argument cannot be negativeCaolán McNamara2015-01-251-8/+4