summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-5/+4
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian3-124/+406
2015-11-15use initialiser for Sequence<OUString>Noel Grandin20-50/+20
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann43-405/+405
2015-11-09new loplugin: oncevarNoel Grandin2-9/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-17/+17
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin11-19/+16
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin2-4/+2
2015-10-26remove extra spaces around ::Noel Grandin15-201/+201
2015-10-21remove untyped Link<>Noel Grandin2-16/+6
2015-10-19loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann35-289/+289
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin2-3/+2
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-02loplugin:unusedmethodsNoel Grandin3-117/+0
2015-09-29Fix typosAndrea Gelmini7-7/+7
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-19We hardly want xsec stuff for iOS if not for Android eitherTor Lillqvist1-1/+1
2015-09-17convert Link<> to typedNoel Grandin6-31/+31
2015-09-14xmlsecurity: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe36-73/+72
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