summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in xmlsecurity/Noel Grandin2015-11-242-7/+0
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-5/+4
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-153-124/+406
* use initialiser for Sequence<OUString>Noel Grandin2015-11-1520-50/+20
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1043-405/+405
* new loplugin: oncevarNoel Grandin2015-11-092-9/+3
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-17/+17
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-0511-19/+16
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-012-4/+2
* remove extra spaces around ::Noel Grandin2015-10-2615-201/+201
* remove untyped Link<>Noel Grandin2015-10-212-16/+6
* 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