summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+2
2020-02-09Fix typoAndrea Gelmini1-1/+1
2020-02-09Fix typoAndrea Gelmini1-1/+1
2020-02-07test: move component context from subclasses to BootstrapFixtureMiklos Vajna4-8/+0
2020-02-06CppunitTest_oox_shape: remove unused includesMiklos Vajna1-10/+0
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-2/+4
2020-01-31tdf#130032 Chart OOXML Import: fix data label custom positionBalazs Varga2-52/+5
2020-01-31new loplugin:namespaceindentationNoel Grandin78-79/+79
2020-01-30tdf#48436 Chart: add CustomLabelPosition UNO API propertyBalazs Varga2-10/+22
2020-01-29tdf#130237 OOXML chart export: fix incomplete 3D area chartBalazs Varga1-1/+1
2020-01-28tdf#108107 OOXML chart: fix format of custom data point labelsBalazs Varga1-1/+2
2020-01-28remove some unused local varsNoel Grandin1-1/+0
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-2/+4
2020-01-26remove some unused local varsNoel Grandin2-3/+0
2020-01-25tdf#128049:FILESAVE PPTX Improve export of shape 'forbidden'ayhanyalcinsoy1-1/+2
2020-01-24tdf#130105 Chart OOXML Import: Fix data label positionBalazs Varga2-12/+11
2020-01-24loplugin:makeshared in ooxNoel Grandin50-252/+314
2020-01-22avoid some unnecessary log warning messagesNoel Grandin1-1/+3
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