summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)AuthorFilesLines
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin2-4/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke2-3/+0
2017-06-01use OStringBuffer instead of manual buffer managementNoel Grandin3-44/+21
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-20cleanup unused css/script/ includesJochen Nitschke2-2/+0
2017-05-12Look for help-specific images in the new images_helpimg archiveKatarina Behrens1-3/+7
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin2-9/+3
2017-05-07break circular includeJochen Nitschke1-2/+3
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert xmlhelp codebase away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-28loplugin:salunicodeliteral: xmlhelpStephan Bergmann1-2/+2
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-6/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock3-0/+3
2017-02-28new loplugin unoanyNoel Grandin2-2/+2
2017-02-25re org things a little to quieten coverity warningsCaolán McNamara1-3/+2
2017-02-21loplugin:subtlezeroinit: xmlhelpStephan Bergmann2-3/+3
2017-02-06Add missing #includesStephan Bergmann5-0/+6
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin1-5/+10
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin1-10/+5
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin2-6/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann14-514/+136
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlhelpStephan Bergmann2-1/+3
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin9-54/+41
2017-01-09New loplugin:externvar: xmlhelpStephan Bergmann1-1/+1
2016-11-17loplugin:datamembershadowNoel Grandin1-2/+0
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin2-8/+4
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin2-3/+1
2016-10-15clang-cl loplugin: xmlhelpStephan Bergmann1-2/+2
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann1-2/+2
2016-09-19Replace local ASCII function with rtl/character.hxxArnaud Versini1-21/+2
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin2-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann8-10/+10
2016-08-15loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin1-1/+0
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin2-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin3-8/+8
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin2-20/+0
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann3-8/+8
2016-06-24loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin2-3/+1
2016-06-23remove some more (void) style function definitions/declarationsNoel Grandin5-185/+93
2016-06-06Convert IteratorState to scoped enumNoel Grandin4-58/+58
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin4-315/+0
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-4/+5
2016-05-04use Any constructor instead of temporariesNoel Grandin4-15/+5
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-24/+19
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin4-22/+22
2016-04-14loplugin:passstuffbyref in variousNoel Grandin2-12/+12