summaryrefslogtreecommitdiff
path: root/include/filter
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-06TyposAndrea Gelmini1-2/+2
2019-09-04loplugin:constmethod in filterNoel Grandin3-14/+14
2019-07-26Fix typoAndrea Gelmini1-3/+3
2019-07-18tdf#42949 Fix IWYU warnings in include/filterGabor Kelemen4-8/+0
2019-07-10Fix typoAndrea Gelmini1-1/+1
2019-04-26Fix typo in codeAndrea Gelmini1-1/+1
2019-04-23Fix typos in codeAndrea Gelmini1-1/+1
2019-04-12filter: inline PptFontCollection to avoid inheritance of std::vectorTakeshi Abe1-2/+1
2019-03-13translate some german var namesNoel Grandin1-1/+1
2019-02-22tdf#42949 Fix IWYU warnings in sd/source/filter/*/*cxxGabor Kelemen1-0/+1
2019-01-23loplugin:constparams in filterNoel Grandin1-3/+3
2019-01-18pass SvxMSDffImportRec around using unique_ptrNoel Grandin1-1/+1
2018-12-18use unique_ptr in SdrPowerPointImportNoel Grandin1-1/+1
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann1-1/+1
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-2/+2
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin1-1/+0
2018-08-26rely on forward declare of boost::optionalCaolán McNamara1-1/+0
2018-08-21loplugin:useuniqueptr in PPTNumberFormatCreatorNoel Grandin1-1/+1
2018-08-19Remove comment leftoversJohnny_M1-3/+0
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-09loplugin:unusedmethodsNoel Grandin1-1/+0
2018-08-03forcepoint#70 give all escher client data objects a common parent classCaolán McNamara2-18/+28
2018-08-02loplugin:returnconstant in filterNoel Grandin2-3/+3
2018-07-27use boost::optional for OUString instead of std::unique_ptrNoel Grandin1-1/+2
2018-07-26filter: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann3-5/+11
2018-07-23Fix typosAndrea Gelmini1-1/+1