summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2015-09-11convert Link<> to typedNoel Grandin4-6/+6
2015-09-08convert Link<> to typedNoel Grandin8-24/+18
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin8-49/+29
2015-08-23can replace sequence with simple array hereCaolán McNamara1-3/+3
2015-08-03inline some use-once typedefsNoel Grandin2-7/+3
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos1-1/+1
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin16-31/+31
2015-07-17loplugin:unusedmethods xmlsecurityNoel Grandin5-18/+0
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-03Fix typosAndrea Gelmini2-2/+2
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2-35/+21
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-6/+6
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini3-4/+4
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann18-20/+20
2015-06-07Remove include stdio (part7)Julien Nabet5-8/+0
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann3-6/+6
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-20cppcheck: noExplicitConstructorCaolán McNamara5-6/+6
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