summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2020-01-21tdf#103983 VML import: handle <v:textbox style="mso-fit-shape-to-text:t">Miklos Vajna1-0/+3
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin194-556/+285
2020-01-14loplugin:finalclasses in ooxNoel Grandin35-98/+98
2020-01-14tdf#128304 export TB_RL writing mode as eaVirtMark Hung2-2/+8
2020-01-14tdf#129516 DOCX import: fix incorrect z-order with textboxesMiklos Vajna5-0/+131
2020-01-13cid#1457613 Unchecked return valueCaolán McNamara1-2/+1
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2-4/+2
2020-01-13cid#1457617 Unchecked return valueCaolán McNamara1-3/+2
2020-01-12cid#1457617 Unchecked return valueCaolán McNamara1-2/+1
2020-01-12cid#1457613 silence Unchecked return valueCaolán McNamara1-2/+1
2020-01-10tdf#129857 Chart OOXML export: fix deleted legend entriesTünde Tóth1-2/+80
2020-01-10tdf#129859 XLSX import: don't show deleted legend entriesTünde Tóth2-7/+55
2020-01-10use more std::make_sharedNoel Grandin6-11/+9
2020-01-10oox: add missing nullptr checksXisco Fauli1-1/+2
2020-01-08Remove some unused includesMiklos Vajna1-8/+0
2020-01-07Fix typoAndrea Gelmini1-5/+5
2020-01-07tdf#107604 Handle predefined table styles.Gülşah Köse3-137/+919
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot2-2/+2
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2020-01-01tdf#125444 Percentage as custom chart labelTamas Bunth1-0/+2
2019-12-29Typo: rParagraphDefaulsVector-> rParagraphDefaultsVectorJulien Nabet1-3/+2
2019-12-28Revert "tdf#46037: remove configurationhelper in oox/vbaproject"Julien Nabet2-10/+37
2019-12-26No need to pass string literals as char* hereMike Kaganski1-2/+2
2019-12-23Fix typoAndrea Gelmini1-1/+1
2019-12-23tdf#46037: remove configurationhelper in oox/vbaprojectJulien Nabet2-37/+10
2019-12-20CppunitTest_oox_drawingml: remove unneeded includesMiklos Vajna1-5/+0
2019-12-19sal_Char->char in oox..registryNoel Grandin15-60/+60
2019-12-17tdf#129143 FILESAVE: PPTX: bullets have a black border after RTNoel Grandin1-1/+3
2019-12-13loplugin:expandablemethodsNoel Grandin2-3/+1
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann10-22/+0
2019-12-12tdf#121991 Chart OOXML import: fix deleted legend entriesTünde Tóth7-3/+112
2019-12-06tdf#127237 fix table background color in Impress importnd1014-0/+11
2019-12-03Simplify a bit use of LabelPlacementParam (oox/chartexport)Julien Nabet1-20/+18
2019-12-03tdf#128429 VML import: let mso-layout-flow-alt:bottom-to-top imply verticalMiklos Vajna5-6/+145
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann9-30/+30
2019-11-30Rewrite uses of boost::optionalStephan Bergmann4-5/+5
2019-11-30Assign bool directly to boost::optional<bool>Stephan Bergmann2-9/+8
2019-11-28tdf#113198 set default shape paragraph alignment..Tamas Bunth1-1/+1
2019-11-27tdf#127090 Export textbox rotation attribute.Gülşah Köse1-5/+8
2019-11-26Remove some unused includesMiklos Vajna1-5/+0
2019-11-26nipick followup: add TOOLS_WARN_EXCEPTION to empty try-catchJustin Luth1-1/+5
2019-11-25tdf#118776: pptx import: draw char noFill as transparentXisco Fauli1-1/+6
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet1-2/+1
2019-11-22tdf#128952 Set the position of shape for 180 deg.Gülşah Köse1-1/+1
2019-11-22make some classes module-privateNoel Grandin2-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann15-4/+117
2019-11-22tdf#128153 docx/VML: apply style properties to shape textJustin Luth2-0/+37
2019-11-21oox: add PPTX import/export for semi-transparent shape textMiklos Vajna7-2/+167
2019-11-21tdf#123774 OOXML chart export: keep digits of percentages of data points Balazs Varga1-2/+12
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-2/+7