summaryrefslogtreecommitdiffstats
path: root/xmlhelp
Commit message (Expand)AuthorAgeFilesLines
* Typo: existance->existanceJulien Nabet2017-06-182-6/+6
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* use local statics in getTypes functionsJochen Nitschke2017-06-172-24/+6
* loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin2017-06-162-4/+0
* cleanup unused css/frame/* includesJochen Nitschke2017-06-122-3/+0
* use OStringBuffer instead of manual buffer managementNoel Grandin2017-06-013-44/+21
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-1/+1
* cleanup unused css/script/ includesJochen Nitschke2017-05-202-2/+0
* Look for help-specific images in the new images_helpimg archiveKatarina Behrens2017-05-121-3/+7
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-092-2/+0
* teach loplugin:constantparam about simple constructor callsNoel Grandin2017-05-082-9/+3
* break circular includeJochen Nitschke2017-05-071-2/+3
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert xmlhelp codebase away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* loplugin:salunicodeliteral: xmlhelpStephan Bergmann2017-04-281-2/+2
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-6/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-253-0/+3
* new loplugin unoanyNoel Grandin2017-02-282-2/+2
* re org things a little to quieten coverity warningsCaolán McNamara2017-02-251-3/+2
* loplugin:subtlezeroinit: xmlhelpStephan Bergmann2017-02-212-3/+3
* Add missing #includesStephan Bergmann2017-02-065-0/+6
* Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin2017-02-011-5/+10
* cancelCommandExecution - no need to pass exception by AnyNoel Grandin2017-02-011-10/+5
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-1/+1
* loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin2017-01-272-6/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-2614-514/+136
* New loplugin:dynexcspec: Add @throws documentation, xmlhelpStephan Bergmann2017-01-192-1/+3
* new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin2017-01-199-54/+41
* New loplugin:externvar: xmlhelpStephan Bergmann2017-01-091-1/+1
* loplugin:datamembershadowNoel Grandin2016-11-171-2/+0
* loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin2016-10-242-8/+4
* loplugin:inlineablemethods in xmloffNoel Grandin2016-10-182-3/+1
* clang-cl loplugin: xmlhelpStephan Bergmann2016-10-151-2/+2
* [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann2016-09-201-2/+2
* Replace local ASCII function with rtl/character.hxxArnaud Versini2016-09-191-21/+2
* loplugin:countusersofdefaultparams in xmloffNoel Grandin2016-09-142-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-138-10/+10
* loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin2016-08-151-1/+0
* loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin2016-08-122-2/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-273-8/+8
* loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin2016-07-271-1/+1
* new loplugin unnecessary overrideNoel Grandin2016-07-152-20/+0
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-073-8/+8
* loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin2016-06-242-3/+1
* remove some more (void) style function definitions/declarationsNoel Grandin2016-06-235-185/+93
* Convert IteratorState to scoped enumNoel Grandin2016-06-064-58/+58
* loplugin:unusedmethods in writerfilter to xmloffNoel Grandin2016-05-194-315/+0
* clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin2016-05-131-4/+5
* use Any constructor instead of temporariesNoel Grandin2016-05-044-15/+5