summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-5/+5
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06Fix typosAndrea Gelmini3-4/+4
2016-02-06Fix typosAndrea Gelmini1-1/+1
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-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 Bergmann3-6/+6
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-2/+0
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks5-47/+184
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 Grandin11-20/+20
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 Grandin4-4/+101
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin5-29/+29
2015-04-09vcl: VclPtr conversion in xmlsecurityNoel Grandin4-0/+36
2015-04-09loplugin:staticmethodsNoel Grandin14-47/+47
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-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-193/+0