summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann11-156/+156
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12loplugin:mergeclassesNoel Grandin1-13/+4
2015-09-30xmlhelp: -GR is added by default in com_MSC_defs.mkMichael Stahl1-6/+0
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-09-13xmlhelp: Add missing includeDavid Ostrovsky1-0/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-2/+2
2015-07-30loplugin:unusedmethodsNoel Grandin2-13/+0
2015-07-27inline a bunch of use-once macrosNoel Grandin2-5/+2
2015-07-08xmlhelp: remove obsolete GCC 4.2 warning stuffMichael Stahl1-13/+0
2015-07-08Fix typosAndrea Gelmini1-3/+3
2015-07-07Remove unused XmlSearchExceptions.hxxStephan Bergmann3-61/+0
2015-07-07-Werror,-Wunused-private-fieldStephan Bergmann4-60/+8
2015-07-07loplugin:unusedmethods xmlhelpNoel Grandin7-114/+6
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann2-4/+3
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-06-09cppcheck: variableScopeCaolán McNamara1-2/+1
2015-06-08Decompressor rubbish in xmlhelp is luckily unusedCaolán McNamara4-166/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-12/+12
2015-06-02loplugin:loopvartoosmallNoel Grandin1-5/+5
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-02loplugin:loopvartoosmallNoel Grandin3-4/+4
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara7-7/+7
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-4/+1
2015-04-23loplugin:staticmethodsNoel Grandin6-35/+35
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin9-36/+36
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann2-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-14/+14
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-5/+5
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin6-122/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin5-28/+11
2015-01-20Some more loplugin:cstylecast: xmlhelpStephan Bergmann2-6/+6
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-3/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-13/+13
2014-12-18xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann6-33/+23
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann6-42/+42
2014-12-04images: Tango is the most complete theme.Jan Holesovsky1-8/+7
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-2/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-3/+3
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-10-20loplugin: cstylecastNoel Grandin1-1/+1