summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2019-11-13tdf#128732 Chart OOXML import: fix rounding error of color transparencyBalazs Varga1-1/+1
2019-11-13tdf#128619 Chart OOXML export: fix gradient positionBalazs Varga1-1/+1
2019-11-12tdf#128627 tdf#128634 Fix OOXML import of CrossBetweenBalazs Varga1-1/+8
2019-11-11Related: tdf#117658 PPTX import: ignore math text outside <m:t>Miklos Vajna5-10/+122
2019-11-10tdf#106638 oox: reset font settings if necessary.Mark Hung1-50/+45
2019-11-08tdf#128618 OOXML chart export: deleted automatic title returns on saveBalazs Varga1-22/+25
2019-11-08tdf#128633 Chart OOXML Export: Fix position of bar in chartsBalazs Varga1-1/+1
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-11-05tdf#108065 tdf#128609 OOXML chart export: fix transparent color gradientBalazs Varga2-22/+53
2019-11-03make some classes module-privateNoel Grandin1-2/+2
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin3-9/+7
2019-11-03find symbols that can be privateNoel Grandin2-5/+2
2019-10-31tdf#128447 sc/vml: accept <? ?> xml prologJustin Luth1-0/+6
2019-10-25tdf#126324 Import custom date as custom XTextFieldTamas Bunth1-0/+6
2019-10-24Introduce OStringCharStephan Bergmann1-1/+1
2019-10-22tdf#127908 tdf#128193 Chart OOXML: Fix Custom Y axis title positionBalazs Varga2-9/+34
2019-10-22Rather not put unencrypted doc in a tempfileSamuel Mehrbrodt1-5/+8
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-6/+7
2019-10-18tdf#128209 Add check for crash handling 3D rotation.Gülşah Köse1-2/+5
2019-10-17Remove some memset callsMike Kaganski2-6/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann5-5/+5
2019-10-16tdf#126060 Handle text camera z rotation while pptx import.Gülşah Köse5-0/+13
2019-10-15new loplugin:bufferaddNoel Grandin2-17/+15
2019-10-15tdf#79007: Do not overwrite if only one of nBrightness...Xisco Fauli1-3/+4
2019-10-15tdf#128096: only use CharBackColor for highlight if exporting to pptxXisco Fauli1-6/+11
2019-10-15tdf#127964 PPTX import: fix shape fill handling: style vs slide backgroundMiklos Vajna2-2/+8
2019-10-14New loplugin:getstrStephan Bergmann1-1/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-4/+4
2019-10-14tdf#125191: Disable Undo during pptx saveMike Kaganski1-8/+20
2019-10-13tdf#128096: pptx: export highlightXisco Fauli1-0/+11
2019-10-12tdf#127129: pptx: map highlight to CharBackColorXisco Fauli2-0/+4
2019-10-12tdf#128016 Chart OOXML Import: fix duplicated category labelsBalazs Varga4-3/+7
2019-10-10Removed duplicated includeAndrea Gelmini1-1/+0
2019-10-10tdf#98603 export runs with correct lang attribute (2/2).Mark Hung1-5/+43
2019-10-10More loplugin:redundantpointeropsStephan Bergmann1-1/+1
2019-10-10tdf#98603 fix the missing char property (1/2).Mark Hung1-4/+14
2019-10-09loplugin:redundantpointeropsStephan Bergmann1-4/+4
2019-10-07tdf#127777 OOXML chart export: fix "CrossBetween" for not imported chartsBalazs Varga2-3/+1
2019-10-07cid#1454626 Uninitialized scalar fieldCaolán McNamara1-0/+1
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin1-1/+1
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski1-2/+2
2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák1-2/+2
2019-10-03tdf#127907 tdf#126724 Chart DOCX import: fix axis title positionBalazs Varga2-6/+11
2019-10-02tdf#127901: pptx export image greyscale, watermark, black/whiteXisco Fauli1-0/+18
2019-10-02tdf#79007: PPTX: reset Contrast and Brightness when we map...Xisco Fauli1-2/+6
2019-10-01SmartArt edit UI: fix crash on empty node textGrzegorz Araminowicz3-5/+13
2019-10-01tdf#127777 OOXML chart export: fix X axis position setting "CrossBetween"Balazs Varga2-7/+51
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin2-4/+2
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski1-1/+1
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2-3/+3