summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/svdfppt.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-2/+2
2023-09-23tdf#146619 Recheck include/[e-j]* with IWYUGabor Kelemen1-0/+1
2023-09-07tdf#48083 Handle mso_fillBackground directly when processing the shapeSamuel Mehrbrodt1-2/+1
2023-06-26ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+1
2023-03-07no need to allocate these separatelyNoel Grandin1-2/+2
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin1-2/+3
2022-09-27use more string_view in filterNoel Grandin1-1/+1
2022-08-29ref-count SdrObjectNoel Grandin1-7/+7
2022-06-01clang-tidy modernize-pass-by-value in filterNoel Grandin1-1/+1
2022-03-11new loplugin:trivialdestructorNoel Grandin1-1/+0
2021-11-30ofz#41510 make sure BackgroundColoredObjects doesn't contain dead objectsCaolán McNamara1-1/+2
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-03no need to allocat PptFontEntityAtom separately hereNoel Grandin1-2/+2
2021-03-07ref-count SdrPageNoel1-1/+1
2021-02-11fix spelling MakeBlancPage->MakeBlankPageNoel Grandin1-1/+1
2020-12-28ofz#28912 Direct-leak in PPTStyleSheet::PPTStyleSheetCaolán McNamara1-3/+3
2020-07-29Fix typoAndrea Gelmini1-2/+2
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 Grandin1-2/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-5/+5
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-5/+5
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann1-4/+2
2019-11-04ofz#18683 NotifyFreeObj override is not helpfulCaolán McNamara1-1/+0
2019-10-29loplugin:finalclasses filter..frameworkNoel Grandin1-5/+5
2019-10-21loplugin:virtualdead unused param in ProcessClientAnchor2Noel Grandin1-1/+1
2019-10-17Remove some memset callsMike Kaganski1-3/+3
2019-09-09sd: prefix members of SdrPowerPointImportJulien Nabet1-13/+13
2019-09-04loplugin:constmethod in filterNoel Grandin1-1/+1
2019-07-18tdf#42949 Fix IWYU warnings in include/filterGabor Kelemen1-1/+0
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
2018-12-18use unique_ptr in SdrPowerPointImportNoel Grandin1-1/+1
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-13Fix typosAndrea Gelmini1-1/+1
2018-08-03forcepoint#70 give all escher client data objects a common parent classCaolán McNamara1-6/+8
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 Bergmann1-4/+0
2018-05-25loplugin:passstuffbyrefNoel Grandin1-2/+2
2018-05-17loplugin:unusedfields in editeng..filterNoel Grandin1-1/+0
2018-04-27loplugin:unusedmethodsNoel Grandin1-1/+0
2018-04-20forcepoint#38 notify that obj in group was deletedCaolán McNamara1-1/+2