summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:defaultparamsStephan Bergmann2015-10-192-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1235-289/+289
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* convert Link<> to typedNoel Grandin2015-10-122-3/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+1
* loplugin:unusedmethodsNoel Grandin2015-10-023-117/+0
* Fix typosAndrea Gelmini2015-09-297-7/+7
* Fix typosAndrea Gelmini2015-09-291-1/+1
* We hardly want xsec stuff for iOS if not for Android eitherTor Lillqvist2015-09-191-1/+1
* convert Link<> to typedNoel Grandin2015-09-176-31/+31
* xmlsecurity: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-1436-73/+72
* convert Link<> to typedNoel Grandin2015-09-114-6/+6
* convert Link<> to typedNoel Grandin2015-09-088-24/+18
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-1/+1
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-268-49/+29
* can replace sequence with simple array hereCaolán McNamara2015-08-231-3/+3
* inline some use-once typedefsNoel Grandin2015-08-032-7/+3
* Miscellaneous typosAdolfo Jayme Barrientos2015-07-211-1/+1
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-1716-31/+31
* loplugin:unusedmethods xmlsecurityNoel Grandin2015-07-175-18/+0
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Fix typosAndrea Gelmini2015-07-032-2/+2
* Fix typosAndrea Gelmini2015-06-301-1/+1
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-262-35/+21
* Fix typosAndrea Gelmini2015-06-221-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-173-6/+6
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-163-4/+4
* Fix typosAndrea Gelmini2015-06-161-1/+1
* 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