summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in xmlscript,xmlsecurityNoel Grandin2015-12-219-32/+21
* No need for a separate <vcl/graph.h>Tor Lillqvist2015-12-111-1/+0
* Undef RGB where it was defined, not where it gets usedStephan Bergmann2015-12-102-4/+1
* Wingdi RGB macro handling improvedAshod Nakashian2015-12-042-4/+9
* -Werror,-Wwritable-stringsStephan Bergmann2015-11-281-2/+2
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-1/+0
* -Werror,-WreorderStephan Bergmann2015-11-281-1/+1
* -Werror,-Wwritable-stringsStephan Bergmann2015-11-281-1/+1
* -Werror,-Wunused-functionStephan Bergmann2015-11-281-0/+4
* xmlsecurity: fix DrMemory warningMichael Stahl2015-11-271-1/+1
* xmlsecurity: remove some dead code that is guaranteed to crashMichael Stahl2015-11-271-6/+2
* 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