summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2014-07-17coverity#735310 Unchecked return valueCaolán McNamara1-2/+1
2014-07-17fdo#80894 : Rotation value for textframe was missing after RT.sushil_shinde2-1/+7
2014-07-16Try to fix compilation with pre-C++11 compilerTor Lillqvist1-2/+2
2014-07-16bnc#862510: Improve handling of OOXML gradientsTor Lillqvist2-26/+192
2014-07-15fdo#80569:FILEOPEN:4.4 Regression .docx chart not rendered properlyHeena Gupta2-1/+5
2014-07-15Do not prefer bandRow over firstCol/lastCol, nor the same with bandCol.Matúš Kukan1-2/+6
2014-07-15bnc#887225: OOXML import: Correctly apply table style for lastRow.Matúš Kukan1-1/+1
2014-07-15DOCX FILEOPEN VML Shape (image) is lost on import fdo#81031Vinaya Mandke1-1/+13
2014-07-14oh for the love of...Caolán McNamara1-1/+1
2014-07-14Related: fdo#52226 ensure graphics are swapped in on DrawingML::WriteImageCaolán McNamara1-8/+26
2014-07-10coverity#1224995 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-10coverity#1224997 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-09remove no longer needed http://sprm nonsenseMiklos Vajna2-2/+0
2014-07-07bnc#881025: Mark axis a percent axis only when all data series are percent.Kohei Yoshida3-16/+38
2014-07-07Adjust for the splitting of number format properties in chart.Kohei Yoshida3-12/+5
2014-07-07bnc#882383: Do not ignore themeOverride for charts in .pptxMatúš Kukan3-1/+68
2014-07-07bnc#882383: Add chart unit test for GradientName property.Matúš Kukan1-1/+1
2014-07-07fix crash loading ooo100546-1.xlsCaolán McNamara1-1/+4
2014-07-04don't inherit the style from the title, related bnc#880488Markus Mohrhard1-1/+0
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida3-5/+7
2014-07-02bnc#812796: Don't create data series when the series has no values.Kohei Yoshida1-0/+4
2014-06-30Use a new fast parser instance for each XML fragment.Kohei Yoshida1-1/+5
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-1/+1
2014-06-25Move more oox/drawingml/ internal headers to oox/inc.Matúš Kukan58-72/+2991
2014-06-25remove whitespacesMarkus Mohrhard181-1484/+0
2014-06-23Move oox/drawingml/table/ internal headers to oox/inc.Matúš Kukan34-31/+920
2014-06-22use the correct default value, fdo#78080Markus Mohrhard2-3/+2
2014-06-20fdo#79591 Values for docPr name and shape ID attributes were set invalidDinesh Patil1-1/+1
2014-06-19indentation fixesMiklos Vajna3-3/+12
2014-06-18oox: import WPS shape with text as shape with textboxMiklos Vajna2-4/+1
2014-06-18DocxSdrExport::writeDMLAndVMLDrawing: fix handling of inline VML shapesMiklos Vajna1-1/+13
2014-06-17DOCX filter: preserve AnchorId on shapes having a textboxMiklos Vajna1-0/+19
2014-06-17These headers are private, also do not export symbols.Matúš Kukan7-7/+117
2014-06-17fdo#54361 - FILEOPEN: Chart background in XLSX is transparent instead of whiteHeena Gupta1-1/+0
2014-06-17drawingML export: recognize <a:prstDash val="dash"/>Miklos Vajna1-35/+43
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin14-47/+3
2014-06-17VML export: handle textbox textMiklos Vajna1-2/+35
2014-06-17oox: drawingML import/export of <wps:bodyPr vert="vert270"> for textboxesMiklos Vajna2-12/+26
2014-06-13DOCX import: implement linking for shapes having textboxesMiklos Vajna2-0/+17
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-12coverity#735762 Unchecked dynamic_castCaolán McNamara1-11/+10
2014-06-12coverity#735763 Unchecked dynamic_castCaolán McNamara1-2/+10
2014-06-11DOCX drawingML filter: handle TextAutoGrowHeight for shapes having textboxesMiklos Vajna2-3/+15
2014-06-10Rewrite import and export of custom dashes in ooxml filter (fix)Adam Co3-21/+91
2014-06-10Related bnc#862510: extend handling of txXfrmZolnai Tamás2-28/+34
2014-06-10DOCX drawingML export of textboxes: write <wps:bodyPr> in ooxMiklos Vajna2-0/+4
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin3-16/+0
2014-06-07oox: replace redundant STATIC_ARRAY_SIZE macro with SAL_N_ELEMENTSMiklos Vajna1-1/+1
2014-06-07make sure all objects exist, related fdo#75692Markus Mohrhard1-1/+2
2014-06-06oox: support non-TextFrame shapes in WpsContext::onCreateContextMiklos Vajna1-3/+5