summaryrefslogtreecommitdiff
path: root/oox/source/ppt
AgeCommit message (Expand)AuthorFilesLines
2022-05-27tdf#148965 PPTX import: fix internal hyperlinks on shapesTibor Nagy3-18/+53
2022-05-27tdf#149124 PPTX import: fix broken connectors in grouped shapesTibor Nagy1-0/+8
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-04Just use Any ctor instead of makeAny in ooxStephan Bergmann6-14/+14
2022-05-03add o3tl::equalsAsciiNoel Grandin3-6/+7
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-1/+1
2022-04-26add o3tl::toUInt32Noel Grandin1-4/+4
2022-04-17ofz: Null-dereferenceCaolán McNamara1-0/+2
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin2-7/+9
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin2-7/+7
2022-04-08use more subView when converting to Int32Noel Grandin2-5/+7
2022-03-30ofz#46160 Null-dereference READCaolán McNamara1-0/+2
2022-03-29tdf#89449 PPTX import: fix line connectorsTibor Nagy2-1/+75
2022-03-06link bug report to "likely wrong" commentJustin Luth1-1/+2
2022-03-05Fix typosAndrea Gelmini1-1/+1
2022-03-04Advanced Diagram support: Allow reLayout without keeping oox::ShapeArmin Le Grand (Allotropia)1-9/+12
2022-03-04cid#1500690 Explicit null dereferencedCaolán McNamara1-1/+1
2022-02-22Advanced Diagram support: first additions/reorganizationsArmin Le Grand (Allotropia)2-0/+11
2022-02-15tdf#132557: PPTX import: Workaround for slide footer shape presetsSarper Akdemir1-0/+15
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen3-3/+0
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-1/+7
2022-01-03tdf#146223 PPTX import: fix master objects visible propertyTibor Nagy1-0/+5
2021-11-18import pptx color schemes as color setsSarper Akdemir1-0/+6
2021-11-04tdf#144918 PPTX import: fix internal hyperlink on shapesTibor Nagy1-0/+18
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski3-36/+27
2021-10-20tdf#144917 PPTX import: fix hyperlinks on grouped shapesTibor Nagy1-63/+80
2021-10-13tdf#144943 PPTX import: fix permission for editingTünde Tóth1-0/+76
2021-10-01tdf#144616 PPTX import: fix hyperlinks on shapesTibor Nagy1-1/+1
2021-09-27tdf#141704 PPTX import: fix hyperlinks on images added via placeholderTibor Nagy2-3/+6
2021-09-17Some more uses of rtl_math_(u)StringToDoubleStephan Bergmann1-1/+4
2021-09-14tdf#141704 PPTX import: fix hyperlinks on imagesTibor Nagy1-0/+80
2021-08-31tdf#142645 PPTX import: convert "ctrTitle" text to slide nameTibor Nagy1-1/+1
2021-08-04Duplicating checksMike Kaganski1-2/+0
2021-07-27tdf#142915 PPTX import: support for presentation's timing attributeTibor Nagy1-0/+2
2021-07-20tdf#142648 PPTX: import long slide names to avoid broken link exportTibor Nagy1-3/+4
2021-06-29tdf#142913 PPTX: slideshow setting “Start from” not importedTibor Nagy1-0/+18
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-3/+3
2021-06-28tdf#142646 PPTX import: count repeating slide namesTibor Nagy1-9/+16
2021-06-26ofz#35597 Null-dereference READCaolán McNamara1-13/+21
2021-06-21tdf#142590 PPTX import: fix custom slide show use as defaultTibor Nagy1-0/+17
2021-06-16tdf#59323: pptx import: import footer fields as propertiesSarper Akdemir1-0/+104
2021-06-14tdf#59323: ooxml import: hasNonInheritedShapePropertiesSarper Akdemir2-0/+6
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet1-4/+6
2021-06-08editengine-columns: PPTX support (tdf#118458)Mike Kaganski3-65/+2
2021-05-25tdf#131390 PPTX: fix custom slide show is not imported.Tibor Nagy2-10/+62
2021-05-04tdf#103347 PPTX import: fix duplicated slide nameTibor Nagy1-2/+19
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann18-34/+34
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-4/+1
2021-04-14reduce allocation in TextListStyle some moreNoel Grandin3-4/+4