summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2015-12-06xmlsecurity: fix DrMemory warningMichael Stahl1-1/+1
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-3/+3
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara6-6/+6
2015-04-30Gradually typed LinkStephan Bergmann4-8/+8
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-2/+0
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks9-103/+255
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-22Clean up odd sal::static_int_cast<sal_Bool> usesStephan Bergmann1-2/+2
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks4-9/+9
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin14-27/+27
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks5-10/+13
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin5-11/+11
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2-7/+7
2015-04-10vclwidget: only call dispose() onceNoel Grandin4-11/+11
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks4-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin8-60/+166
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin5-29/+29
2015-04-09vcl: VclPtr conversion in xmlsecurityNoel Grandin8-1/+43
2015-04-09loplugin:staticmethodsNoel Grandin15-49/+49
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-13/+13
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann4-9/+9
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann7-49/+49
2015-03-24loplugin:constantfunction: xmlsecurityNoel Grandin3-15/+1
2015-03-23cppcheck: add some explicitsCaolán McNamara7-8/+8
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-4/+35
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-2/+5
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara2-10/+1
2015-03-09V801: Decreased performanceCaolán McNamara4-6/+6
2015-03-05V801: Decreased performanceCaolán McNamara2-2/+2
2015-02-26cppcheck: variableScopeCaolán McNamara1-4/+3
2015-02-10cppcheck: variableScopeCaolán McNamara1-11/+4
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian3-1/+4
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-193/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-17/+17
2015-01-25coverity#1266458 Argument cannot be negativeCaolán McNamara1-8/+4
2015-01-20Some more loplugin:cstylecast: xmlsecurityStephan Bergmann7-38/+38
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn3-26/+13
2015-01-19Fix typo comments Resouce->ResourceAndrea Gelmini1-1/+1