summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann12-12/+12
2022-08-18cid#1509254 Uninitialized scalar variableCaolán McNamara1-0/+1
2022-07-14elide some temporary OUStringsNoel Grandin1-2/+3
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin12-33/+41
2022-07-05tdf#137544 reduce ref-counting trafficNoel Grandin1-4/+5
2022-07-04tdf#137544 avoid some temporary OUStringNoel Grandin1-1/+2
2022-06-20tdf#128150 xmloff: ODF import/export of fill-use-slide-backgroundMichael Stahl1-0/+1
2022-06-16tdf#149551 write draw:text-rotate-angle only onceRegina Henschel1-8/+10
2022-06-02elide some makeStringAndClear() classNoel Grandin3-9/+12
2022-05-30these can be stack allocatedNoel Grandin1-13/+13
2022-05-05sd theme: add ODP import/export for shape fill color effectsMiklos Vajna1-0/+2
2022-05-03tdf#148714 Repair path in older CurvedArrow shapesRegina Henschel1-4/+28
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann13-78/+77
2022-05-03add o3tl::equalsAsciiNoel Grandin1-3/+4
2022-04-29use more string_view in xmloffNoel Grandin3-3/+3
2022-04-25tdf#145240: Can't save drawing if I'm adding a short freeform line with no fillJulien Nabet1-4/+6
2022-04-20use more FastAttributeIter::toViewNoel Grandin6-23/+23
2022-04-13use more string_view in xmloffNoel Grandin1-11/+12
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-14/+15
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin2-5/+7
2022-03-18sd theme: add ODP import/export for shape fill colorMiklos Vajna1-0/+4
2022-03-11new loplugin:trivialdestructorNoel Grandin1-5/+0
2022-02-24tdf#147580 use valid values for extrusion-specularityRegina Henschel3-1/+29
2022-02-24tdf#72776 Allow text removal in the shapesSzymon Kłos1-0/+7
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel3-0/+35
2022-01-20Fix typosAndrea Gelmini1-1/+1
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)2-0/+17
2022-01-05tdf#130076 Fixed flip not working properly from fileDhiraj Holden1-1/+24
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-1/+1
2021-12-21SAL_WARN->SAL_INFONoel Grandin1-2/+2
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin2-4/+0
2021-12-14sw ODF shape import: improve is-textbox checkMiklos Vajna1-1/+3
2021-12-09ODP import/export: refer to theme from shape text colorMiklos Vajna1-15/+15
2021-12-08ODP import: handle theme of master pagesMiklos Vajna1-0/+146
2021-12-07ODP export: write the theme of a master pageMiklos Vajna2-0/+86
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin1-3/+3
2021-11-03loplugin:constparamsNoel Grandin1-1/+1
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski4-40/+42
2021-10-29Fix typoAndrea Gelmini1-1/+1
2021-10-29tdf#141193 Added support for bar codes in qrcode dialog box[API Change].homeboy4452-23/+31
2021-10-28tdf#141301: extrusion-skew angle value -135 is not written to file...Julien Nabet1-0/+8
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-10loplugin:moveparam in xmloffNoel Grandin2-3/+3
2021-10-09Typo: braket->bracketJulien Nabet1-4/+4
2021-09-23tdf#141978: corrects the value assigned to AutoLayout while loading .odp filePierre Marty1-1/+1
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso3-10/+10
2021-09-17Some more uses of rtl_math_(u)StringToDoubleStephan Bergmann1-2/+6
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-09-11clang:optin.performance.Padding in xmloffNoel Grandin2-8/+8