summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/customshapeproperties.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski1-1/+1
2024-08-18cid#1557699 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-08-16cid#1557618 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-10loplugin:ostr in ooxNoel Grandin1-1/+1
2024-05-02tdf#148616 Speed up finding custom shape guide valueAron Budea1-34/+65
2024-03-29tdf#158237 Use C++20 contains() instead of find() and end()Aaron Bourdeaux1-1/+1
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann1-2/+2
2024-02-19tdf#70039 convert 3D effects to extrusionRegina Henschel1-0/+10
2023-11-17Add getUnicodeTokenName() to StaticTokenMap and use...Regina Henschel1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ooxStephan Bergmann1-1/+1
2023-08-30tdf#156829 PPTX import: fix connector regression at missing glue pointsTibor Nagy1-0/+16
2023-06-26new loplugin:constexprliteralNoel Grandin1-2/+2
2022-10-31tdf#113187 exclude angle conversion from count of maGuideListRegina Henschel1-1/+3
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel1-4/+4
2022-07-20tdf#149551 separate TextRotateAngle from TextPreRotateAngleRegina Henschel1-0/+4
2022-06-22rename oox::OptValue::get to valueNoel Grandin1-12/+12
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin1-11/+11
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-2/+2
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+2
2022-03-29tdf#89449 PPTX import: fix line connectorsTibor Nagy1-34/+2
2022-02-15tdf#132557: PPTX import: Workaround for slide footer shape presetsSarper Akdemir1-0/+7
2021-11-13rtl::Static->thread-safe staticNoel Grandin1-1/+1
2021-11-08Drop code that modified type for no good reasonMike Kaganski1-17/+3
2021-11-05Drop code that modifies unused variableMike Kaganski1-23/+4
2021-11-05Drop non-const Sequence::operator[] in internal codeMike Kaganski1-4/+11
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski1-21/+24
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-3/+3
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-07-10tdf#100348 add fill to fontwork in export to pptxRegina Henschel1-0/+3
2020-06-10PPTX import: handle adjust values from both the shape and its placeholderMiklos Vajna1-1/+5
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-2/+2
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann1-3/+0
2019-11-16tdf128684: Rotate text in not preset custom shapeTamas Bunth1-0/+2
2019-10-16tdf#126060 Handle text camera z rotation while pptx import.Gülşah Köse1-0/+2
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov1-15/+11
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-3/+3
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-31Use for-range loops in oox (part1)Julien Nabet1-8/+7
2017-10-23loplugin:includeform: ooxStephan Bergmann1-4/+4
2017-08-10tdf#109317 Fix incorrect rotation of flipped custom OOXML shapesPaul Trojahn1-1/+0
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-3/+3
2017-05-29getUtf8TokenName can return by const refNoel Grandin1-1/+1
2017-05-04cleanup includesJochen Nitschke1-9/+4
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin1-1/+1
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-14/+14
2017-02-27Clean up a few SAL_INFOs a bit and add useful note about the ==cscode== etcTor Lillqvist1-0/+2
2016-11-12tdf#100733 oox: imports RefR and RefAngle of polar handles.Mark Hung1-0/+18
2016-10-17fix wrong usages of setProperty vs setAnyProperty...Jochen Nitschke1-1/+1