summaryrefslogtreecommitdiffstats
path: root/xmlhelp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Killed the 'lastedited' element, it's useless, we have git.Jan Holesovsky2015-11-121-3/+0
* 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-265-168/+31
* ...but do not erase localize attributes from image elementsStephan Bergmann2015-10-261-0/+5
* 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
* xmlhelp: -GR is added by default in com_MSC_defs.mkMichael Stahl2015-09-301-6/+0
* 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
* xmlhelp: remove obsolete GCC 4.2 warning stuffMichael Stahl2015-07-081-13/+0
* Fix typosAndrea Gelmini2015-07-081-3/+3
* 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-084-166/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-12/+12
* loplugin:loopvartoosmallNoel Grandin2015-06-021-5/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-06-023-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-257-7/+7
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-4/+1
* loplugin:staticmethodsNoel Grandin2015-04-236-35/+35
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-159-36/+36
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-012-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-14/+14
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-4/+4
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-5/+5
* loplugin:deletedspecialStephan Bergmann2015-02-071-3/+2
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-266-122/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-265-28/+11