summaryrefslogtreecommitdiffstats
path: root/include/filter
Commit message (Expand)AuthorAgeFilesLines
* ofz#41510 make sure BackgroundColoredObjects doesn't contain dead objectsCaolán McNamara2021-11-301-1/+2
* loplugin:stringliteraldefine in filterNoel Grandin2021-11-241-1/+1
* use std::vector::insert instead of push_backNoel Grandin2021-10-141-1/+1
* Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet2021-10-091-1/+1
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-301-2/+2
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-09-141-0/+12
* clang:optin.performance.PaddingNoel Grandin2021-09-121-3/+3
* no need to allocat PptFontEntityAtom separately hereNoel Grandin2021-09-031-2/+2
* avoid unnecessary OString to OUString conversionNoel Grandin2021-08-281-0/+1
* Removed duplicated includesAndrea Gelmini2021-08-231-1/+0
* no need to use unique_ptr for PolygonNoel Grandin2021-08-221-4/+3
* loplugin:finalclassesNoel Grandin2021-06-191-2/+2
* tdf#139786 partial revert tdf#106181 XLSX export: output form controlsJustin Luth2021-04-021-2/+2
* ref-count SdrPageNoel2021-03-071-1/+1
* fix spelling MakeBlancPage->MakeBlankPageNoel Grandin2021-02-111-1/+1
* return Color from BGRToRGBNoel Grandin2021-01-171-1/+1
* introduce Degree100 strong_int typeNoel2021-01-021-2/+3
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-292-2/+7
* ofz#28912 Direct-leak in PPTStyleSheet::PPTStyleSheetCaolán McNamara2020-12-281-3/+3
* tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer2020-11-211-7/+9
* SvStream::{Tell,TellEnd,remainingSize} all return sal_uInt64Stephan Bergmann2020-11-201-4/+4
* Lengths passed into the SvxMSDffManager::Get*Data functions are all sal_uInt32Stephan Bergmann2020-11-201-4/+4
* long->tools::Long in emfio..filterNoel2020-10-223-12/+13
* inline some use-once typedefsNoel Grandin2020-07-301-2/+1
* Fix typoAndrea Gelmini2020-07-291-2/+2
* compact namespace: editeng-filterNoel Grandin2020-07-163-11/+5
* comphelper: don't hardcode hash sizes in Hash::getLength()Miklos Vajna2020-07-151-5/+3
* filter/msfilter: create instances with uno constructorsNoel Grandin2020-07-131-9/+0
* tdf#134264 writerfilter: fix DOCX->DOC of ADDRESSBLOCK fieldMichael Stahl2020-07-071-0/+130
* loplugin:unusedmethodsNoel Grandin2020-05-131-1/+0
* Increase max ppt levels to 10Samuel Mehrbrodt2020-05-131-1/+1
* tdf#79082 Correctly import PPT tabsPiet van Oostrum2020-05-041-3/+0
* use more compact namespace syntax in /includeNoel Grandin2020-05-039-21/+20
* Fix typo in codeAndrea Gelmini2020-04-281-1/+1
* Drop o3tl::optional wrapperStephan Bergmann2020-02-212-8/+8
* ofz#20025 Invalid-enum-valueCaolán McNamara2020-01-111-1/+1
* sal_Char->char in filterNoel Grandin2019-12-192-2/+2
* loplugin:expandablemethodsNoel Grandin2019-12-171-1/+0
* make some classes module privateNoel Grandin2019-12-051-2/+2
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-012-8/+8
* Don't use boost::optional forward declarationsStephan Bergmann2019-12-011-4/+2
* ofz#18683 NotifyFreeObj override is not helpfulCaolán McNamara2019-11-042-2/+1
* make some classes module-privateNoel Grandin2019-11-031-1/+1
* loplugin:finalclasses filter..frameworkNoel Grandin2019-10-296-25/+22
* loplugin:virtualdead unused param in ProcessClientAnchor2Noel Grandin2019-10-212-2/+2
* Remove some memset callsMike Kaganski2019-10-172-10/+10
* sd: prefix members of SdrPowerPointImportJulien Nabet2019-09-091-13/+13
* TyposAndrea Gelmini2019-09-061-2/+2
* loplugin:constmethod in filterNoel Grandin2019-09-043-14/+14
* Fix typoAndrea Gelmini2019-07-261-3/+3