summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* default ctor is fine hereJochen Nitschke2017-02-062-3/+0
* TyposJulien Nabet2017-02-033-3/+3
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-3/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-264-32/+28
* loplugin: unnecessary destructor forms..idlcNoel Grandin2017-01-252-3/+0
* new loplugin useuniqueptrNoel Grandin2017-01-232-3/+4
* New loplugin:dynexcspec: Add @throws documentation, hwpfilterStephan Bergmann2017-01-191-0/+1
* use rtl::Reference in HwpReaderNoel Grandin2017-01-182-329/+326
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-171-1/+1
* new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2017-01-173-18/+16
* use rtl::Reference in FormulaNoel Grandin2017-01-172-39/+33
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-113-6/+1
* loplugin:externvarStephan Bergmann2017-01-091-1/+1
* New loplugin:externvar: hwpfilterStephan Bergmann2017-01-095-21/+15
* includes should be at the top of the fileNoel Grandin2016-11-181-2/+1
* new loplugin finalprotectedNoel Grandin2016-11-161-2/+2
* loplugin:countusersofdefaultparams in editeng..rscNoel Grandin2016-11-112-10/+10
* loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin2016-11-082-7/+1
* loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2016-11-081-2/+2
* loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin2016-10-194-16/+2
* clang-cl loplugin: hwpfilterStephan Bergmann2016-10-163-12/+12
* remove define 'local'Jochen Nitschke2016-09-281-10/+6
* No need for an abstaract HIODev::closeStephan Bergmann2016-09-162-25/+7
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-14/+14
* loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin2016-08-051-1/+1
* Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann2016-07-132-42/+1
* loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann2016-07-115-26/+26
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-2/+2
* move #includes to top of fileNoel Grandin2016-06-291-2/+1
* loplugin:singlevalfields in hwpfilterNoel Grandin2016-06-244-78/+39
* loplugin:implicitboolconversionStephan Bergmann2016-06-231-1/+1
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-232-10/+14
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* cppcheck: noExplicitConstructorCaolán McNamara2016-06-071-5/+2
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-1/+1
* loplugin:constantparamsNoel Grandin2016-06-031-2/+2
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-202-2/+2
* remove leftover commentJochen Nitschke2016-05-191-1/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-1/+0
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-1/+1
* Add SAL_FALLTHROUGH to what looks like flex-generated codeStephan Bergmann2016-05-101-0/+3
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-2/+2
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-2/+1
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-281-6/+6
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-52/+52
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* Get rid of odd _HCHAR_, _UTYPE_, _ZZRECT_ guardsStephan Bergmann2016-04-121-9/+0
* Get rid of _DATECODE_WEEK_DEFINES_Stephan Bergmann2016-04-122-23/+22
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-1/+1