summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2015-09-04tdf#87924 DOCX import: rot=90 and vert=vert270 means no text rotationMiklos Vajna1-3/+30
2015-09-04Resolves: tdf#91060 don't crash on loading certain pptxCaolán McNamara1-1/+1
2015-09-02tdf#93830 txXfrm offset workaround works in rounded rectangle case as wellAndras Timar1-1/+2
2015-08-18tdf#89806 : Fixed background fill export for table cell.Sushil Shinde1-1/+14
2015-08-03oox: fix invalid mime type "image/tif"Michael Stahl1-1/+1
2015-07-08tdf#87348 implement nonsequential and mso-next-textbox textbox chainingJustin Luth3-5/+75
2015-05-23Revert "Resolves: #i124703# adapt coordinate range from ms relative..."Andras Timar1-10/+1
2015-04-23fix crash on export of fdo60365-2.ods to xlsxCaolán McNamara1-2/+2
2015-04-15import marker color from OOXML, related tdf#81407Markus Mohrhard1-0/+1
2015-04-15export marker color correctly, tdf#81407Markus Mohrhard1-1/+6
2015-04-15export missing value treatment to OOXMLMarkus Mohrhard1-0/+36
2015-04-15we use the correct OOXML default value nowMarkus Mohrhard1-0/+5
2015-04-14tdf#90403 PPTX import: use real table sizeAndras Timar1-0/+17
2015-04-04bnc#910045 wrong cell fill color defined by table styleZolnai Tamás1-0/+11
2015-04-04bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar3-6/+6
2015-04-04fdo#87488 Wrong text rotation inside a preset shape from docxGary Houston3-6/+12
2015-04-04fix OOXML vs MSO2007 in chart import in one more placeMarkus Mohrhard1-5/+6
2015-03-17handle MSO 2007 vs OOXML in auto title chart importMarkus Mohrhard4-5/+11
2015-03-17detect MSO 2007 OOXML documentsMarkus Mohrhard1-2/+39
2015-03-13tdf#89774 oox: TotalTime is in minutesMiklos Vajna1-1/+2
2015-03-10tdf#89791: DOCX: don't save custom.xml if it's emptyJulien Nabet1-3/+8
2015-02-19implement fill based on style also for chart area, tdf#89451Markus Mohrhard4-14/+21
2015-02-19this should be [-90, 90] and not (-90, 90), tdf#89454Markus Mohrhard1-1/+1
2015-01-05bnc#822341: PPTX export of embedded text documentsZolnai Tamás1-28/+86
2015-01-05bnc#862510: PPTX import: Wrong text horizontal adjustment inside shape.Zolnai Tamás2-1/+16
2015-01-05bnc#862510: PPTX import: Wrong text color inside shapeZolnai Tamás1-5/+8
2014-12-15Resolves: fdo#87281 Crash on importing diagram in .docx fileGary Houston1-1/+3
2014-12-02Resolves: fdo#70157 fix crash on loadingCaolán McNamara1-3/+7
2014-11-30PPTX import: fix import of shape line properties defined by themeZolnai Tamás1-1/+4
2014-11-30bnc#904423: Text(box) is rendered white on white when it is notZolnai Tamás1-1/+6
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl5-0/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl65-0/+76
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna1-3/+3
2014-11-15oox: these are expected to be UTF-8Miklos Vajna1-3/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava8-10/+10
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini4-5/+5
2014-11-11build fixCaolán McNamara1-1/+2
2014-11-11coverity#1187643 Unchecked return valueCaolán McNamara1-6/+10
2014-11-10coverity#1130169 Unchecked return valueCaolán McNamara1-4/+4
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás1-13/+0
2014-11-07MS export: don't need to manually swapout images after swapin themZolnai Tamás1-3/+0
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-3/+3
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-3/+3
2014-11-05fdo#85813 drawingML export: fix handling of impress tablesMiklos Vajna1-2/+5
2014-11-05oox: document PPTX export entry pointMiklos Vajna1-1/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin4-11/+7
2014-11-04Actually we shouldn't always set Overlap flag on for all xlsx charts...Kohei Yoshida1-1/+1
2014-11-03typo: geomtery -> geometryAndras Timar1-1/+1
2014-11-02unused includes in RTF filter and related filesMiklos Vajna2-11/+0
2014-11-01oox: introduce W_TOKEN() macroMiklos Vajna5-82/+83