summaryrefslogtreecommitdiff
path: root/include/filter
AgeCommit message (Expand)AuthorFilesLines
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-1/+1
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen1-1/+0
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin1-1/+1
2021-11-30ofz#41510 make sure BackgroundColoredObjects doesn't contain dead objectsCaolán McNamara1-1/+2
2021-11-24loplugin:stringliteraldefine in filterNoel Grandin1-1/+1
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-1/+1
2021-10-09Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet1-1/+1
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-2/+2
2021-09-14ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+12
2021-09-12clang:optin.performance.PaddingNoel Grandin1-3/+3
2021-09-03no need to allocat PptFontEntityAtom separately hereNoel Grandin1-2/+2
2021-08-28avoid unnecessary OString to OUString conversionNoel Grandin1-0/+1
2021-08-23Removed duplicated includesAndrea Gelmini1-1/+0
2021-08-22no need to use unique_ptr for PolygonNoel Grandin1-4/+3
2021-06-19loplugin:finalclassesNoel Grandin1-2/+2
2021-04-02tdf#139786 partial revert tdf#106181 XLSX export: output form controlsJustin Luth1-2/+2
2021-03-07ref-count SdrPageNoel1-1/+1
2021-02-11fix spelling MakeBlancPage->MakeBlankPageNoel Grandin1-1/+1
2021-01-17return Color from BGRToRGBNoel Grandin1-1/+1
2021-01-02introduce Degree100 strong_int typeNoel1-2/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-2/+7
2020-12-28ofz#28912 Direct-leak in PPTStyleSheet::PPTStyleSheetCaolán McNamara1-3/+3
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer1-7/+9
2020-11-20SvStream::{Tell,TellEnd,remainingSize} all return sal_uInt64Stephan Bergmann1-4/+4
2020-11-20Lengths passed into the SvxMSDffManager::Get*Data functions are all sal_uInt32Stephan Bergmann1-4/+4
2020-10-22long->tools::Long in emfio..filterNoel3-12/+13
2020-07-30inline some use-once typedefsNoel Grandin1-2/+1
2020-07-29Fix typoAndrea Gelmini1-2/+2
2020-07-16compact namespace: editeng-filterNoel Grandin3-11/+5
2020-07-15comphelper: don't hardcode hash sizes in Hash::getLength()Miklos Vajna1-5/+3
2020-07-13filter/msfilter: create instances with uno constructorsNoel Grandin1-9/+0
2020-07-07tdf#134264 writerfilter: fix DOCX->DOC of ADDRESSBLOCK fieldMichael Stahl1-0/+130
2020-05-13loplugin:unusedmethodsNoel Grandin1-1/+0
2020-05-13Increase max ppt levels to 10Samuel Mehrbrodt1-1/+1
2020-05-04tdf#79082 Correctly import PPT tabsPiet van Oostrum1-3/+0
2020-05-03use more compact namespace syntax in /includeNoel Grandin9-21/+20
2020-04-28Fix typo in codeAndrea Gelmini1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-8/+8
2020-01-11ofz#20025 Invalid-enum-valueCaolán McNamara1-1/+1
2019-12-19sal_Char->char in filterNoel Grandin2-2/+2
2019-12-17loplugin:expandablemethodsNoel Grandin1-1/+0
2019-12-05make some classes module privateNoel Grandin1-2/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-8/+8
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann1-4/+2
2019-11-04ofz#18683 NotifyFreeObj override is not helpfulCaolán McNamara2-2/+1
2019-11-03make some classes module-privateNoel Grandin1-1/+1
2019-10-29loplugin:finalclasses filter..frameworkNoel Grandin6-25/+22
2019-10-21loplugin:virtualdead unused param in ProcessClientAnchor2Noel Grandin2-2/+2
2019-10-17Remove some memset callsMike Kaganski2-10/+10
2019-09-09sd: prefix members of SdrPowerPointImportJulien Nabet1-13/+13