summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/drawingfragment.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-09tdf#158773 avoid some OUString constructionNoel Grandin1-7/+7
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-2/+2
2022-10-30tdf#151818 xlsx SmartArt import, apply theme text colorRegina Henschel1-0/+14
2022-10-24tdf#83671 make SmartArt visible in import of xlsxRegina Henschel1-0/+22
2022-10-06use more string_view in scNoel Grandin1-12/+12
2022-06-22rename oox::OptValue::get to valueNoel Grandin1-1/+1
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin1-8/+8
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin1-1/+1
2022-04-26add o3tl::toUInt32Noel Grandin1-4/+5
2022-03-29tdf#89449 PPTX import: fix line connectorsTibor Nagy1-1/+2
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-3/+0
2022-01-27Simplify oox::xls::UnitConverter and its usesMike Kaganski1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski1-5/+4
2021-08-05Use SdrObject::set/getHyperlinkSamuel Mehrbrodt1-4/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-08-24tdf#135918 XLSX DrawingML shape import: fix needless displacementRegényi Balázs1-3/+5
2020-08-08loplugin:flatten in sc/filter/ooxNoel Grandin1-16/+17
2020-05-29tdf#83593 XLSX DrawingML shape import: fix missing rotationSzabolcs Toth1-4/+33
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-6/+6
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2020-02-25loplugin:referencecastingNoel Grandin1-1/+2
2020-01-24loplugin:makeshared in scNoel Grandin1-7/+7
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin1-3/+1
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-11-13tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-12/+12
2018-11-24convert Unit to scoped enumNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-2/+2
2018-10-11tdf#111980 oox optionbutton autoGroup inside GroupBoxJustin Luth1-1/+2
2018-10-02Fix typoAndrea Gelmini1-1/+1
2018-09-29tdf#111980 sc optionbutton autoGroups different for form/activeXJustin Luth1-0/+2
2018-03-06tdf#114552 Add a third anchor type for calc graphicsSamuel Mehrbrodt1-1/+2
2018-03-05use more Color in ooxNoel Grandin1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-8/+8
2017-08-29loplugin:constparam in sc part8Noel Grandin1-1/+1
2017-08-27fixed image and textbox rotation on xlsx files tdf#83672serdarot51-3/+3
2017-04-13convert AX_FONTDATA to o3tl::typed_flagsNoel Grandin1-5/+5
2017-04-12convert AX_FONTDATA constants to scoped enumNoel Grandin1-4/+4
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2017-03-11Passing shaperect to addShape function is uselessTamás Zolnai1-5/+5
2017-02-15convert WorksheetType to scoped enumNoel Grandin1-1/+1
2017-01-25cleanup css includes and using namespacesJochen Nitschke1-1/+0
2017-01-11tdf#48140 replace CellAddress in xlsx import (2)Jochen Nitschke1-6/+5
2016-05-13tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas1-0/+1
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+4
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1