summaryrefslogtreecommitdiff
path: root/oox/source/ppt/slidefragmenthandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-10loplugin:ostr in ooxNoel Grandin1-1/+1
2024-03-09tdf#158773 avoid some OUString constructionNoel Grandin1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-02use more getStringDefaultedNoel Grandin1-12/+12
2022-06-27replace oox::OptValue with std::optionalNoel Grandin1-1/+1
2022-06-22rename oox::OptValue::get to valueNoel Grandin1-1/+1
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin1-1/+1
2022-01-03tdf#146223 PPTX import: fix master objects visible propertyTibor Nagy1-0/+5
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-22use more make_shared in ooxNoel Grandin1-2/+8
2020-03-20tdf#42949 Fix IWYU warnings in oox/source/[e-v]*/*cxxGabor Kelemen1-7/+2
2020-01-28remove some unused local varsNoel Grandin1-1/+0
2020-01-24loplugin:makeshared in ooxNoel Grandin1-4/+4
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-2/+2
2019-11-13tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna1-1/+0
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-02-19pretty up logging of exceptionsNoel Grandin1-1/+2
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-31Use for-range loops in oox (part2)Julien Nabet1-6/+6
2017-10-23loplugin:includeform: ooxStephan Bergmann1-16/+16
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin1-1/+1
2017-08-09tdf#111548: Better fix for PPTX / XLSX import of ActiveX controlsTamás Zolnai1-0/+1
2017-08-04Make ActiveX controls import working again (PPTX / XLSX)Tamás Zolnai1-1/+0
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-5/+2
2017-02-21loplugin:subtlezeroinit: ooxStephan Bergmann1-2/+2
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-2/+2
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+1
2016-04-29tdf#99030: PPTX import: Fixed lost slide background colorMatus Uzak1-1/+2
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas1-0/+3
2016-03-23tdf#93868: PPTX import: Incorrect inheritance of shape fill propertiesMatus Uzak1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-01Resolves: tdf#91060 don't crash on loading certain pptxCaolán McNamara1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan1-1/+2
2014-07-18coverity#1202900 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-10coverity#1224995 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard1-1/+0
2014-04-17-Werror,-Wimplicit-exception-spec-mismatchStephan Bergmann1-1/+1
2014-04-17coverity#1202900 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-03oox: sal_Bool->boolNoel Grandin1-1/+1
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard1-1/+1
2014-03-02make more places aware of OOXML strict relationsMarkus Mohrhard1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-06-28Convert all ContextHandler-derived clases over to ContextHandler2Tor Lillqvist1-1/+1
2013-03-13Cleanup pptx comment import patch a bit.Thorsten Behrens1-19/+22
2013-03-13Changes to enable display of comments annotations in pptx filesVinaya1-1/+33
2013-01-19Again Fix others Consecutive return, breakJulien Nabet1-1/+0