summaryrefslogtreecommitdiffstats
path: root/xmlhelp/source
Commit message (Expand)AuthorAgeFilesLines
* use Any constructor instead of temporariesNoel Grandin2016-05-044-15/+5
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-182-24/+19
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-144-22/+22
* loplugin:passstuffbyref in variousNoel Grandin2016-04-142-12/+12
* reduce unnecessary reallocingNoel Grandin2016-04-041-6/+7
* new loplugin:constantparamNoel Grandin2016-03-082-5/+3
* new loplugin: commaoperatorNoel Grandin2016-02-231-1/+3
* new loplugin: find write-only fieldsNoel Grandin2016-02-195-78/+0
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-2/+2
* Remove excess newlinesChris Sherlock2016-02-099-42/+0
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-7/+7
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Simplify codeStephan Bergmann2016-01-051-15/+8
* Clean up configuration accessStephan Bergmann2016-01-052-172/+16
* tdf#96855: Put back assignment of xHierAccessStephan Bergmann2016-01-041-0/+2
* loplugin:unusedfields in xmlhelp,xmloffNoel Grandin2015-12-213-12/+0
* loplugin:unusedmethodsNoel Grandin2015-12-212-20/+0
* -Werror,-Wunused-private-fieldStephan Bergmann2015-11-261-8/+0
* loplugin:unusedfields variousNoel Grandin2015-11-267-14/+4
* com::sun::star->css in xmlhelpNoel Grandin2015-11-2516-472/+462
* loplugin:unusedfields in xmlhelp/Noel Grandin2015-11-2412-39/+5
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1013-64/+64
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-5/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-056-16/+12
* yyyyyNoel Grandin2015-11-041-5/+5
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-4/+2
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-303-3/+3
* xmlhelp: apparently "picture.jar" hasn't existed for a long timeMichael Stahl2015-10-273-82/+9
* tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann2015-10-264-120/+26
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1211-156/+156
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* loplugin:mergeclassesNoel Grandin2015-10-121-13/+4
* Fix typosAndrea Gelmini2015-09-291-1/+1
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-152-4/+4
* xmlhelp: Add missing includeDavid Ostrovsky2015-09-131-0/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-1/+1
* Consolidate isFileUrl checksStephan Bergmann2015-08-191-2/+2
* loplugin:unusedmethodsNoel Grandin2015-07-302-13/+0
* inline a bunch of use-once macrosNoel Grandin2015-07-272-5/+2
* Remove unused XmlSearchExceptions.hxxStephan Bergmann2015-07-073-61/+0
* -Werror,-Wunused-private-fieldStephan Bergmann2015-07-074-60/+8
* loplugin:unusedmethods xmlhelpNoel Grandin2015-07-077-114/+6
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Get rid of comphelper::string::is*Ascii functionsStephan Bergmann2015-06-242-4/+3
* cppcheck:unreadVariableNoel Grandin2015-06-151-1/+0
* cppcheck: variableScopeCaolán McNamara2015-06-091-2/+1
* Decompressor rubbish in xmlhelp is luckily unusedCaolán McNamara2015-06-083-165/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-12/+12