Age | Commit message (Expand) | Author | Files | Lines |
2015-03-16 | handle one more place with MSO 2007 vs OOXML spec for charts | Markus Mohrhard | 2 | -2/+6 |
2015-03-13 | handle MSO 2007 vs OOXML in auto title chart import | Markus Mohrhard | 3 | -7/+11 |
2015-02-19 | this should be [-90, 90] and not (-90, 90), tdf#89454 | Markus Mohrhard | 1 | -1/+1 |
2015-02-19 | no need for that anymore | Markus Mohrhard | 1 | -4/+0 |
2015-02-19 | better way to set default for chart area fill style, related tdf#89451 | Markus Mohrhard | 1 | -0/+6 |
2015-02-19 | implement fill based on style also for chart area, tdf#89451 | Markus Mohrhard | 2 | -5/+10 |
2015-01-08 | bnc#862510: PPTX import: Wrong text horizontal adjustment inside shape. | Zolnai Tamás | 2 | -1/+16 |
2015-01-08 | bnc#862510: PPTX import: Wrong text color inside shape | Zolnai Tamás | 1 | -5/+8 |
2014-12-13 | PPTX import: fix import of shape line properties defined by theme | Zolnai Tamás | 1 | -1/+4 |
2014-12-13 | bnc#904423: Text(box) is rendered white on white when it is not | Zolnai Tamás | 1 | -1/+6 |
2014-11-23 | fdo#54361: Chart background in XLSX is transparent instead of white. | Muthu Subramanian | 1 | -11/+10 |
2014-10-14 | bnc#584721: invisible text because of wrong color (white) | Zolnai Tamás | 1 | -10/+20 |
2014-10-14 | Resolves: fdo#79129 Crash in oox::drawingml::LayoutNode::setupShape | Caolán McNamara | 1 | -1/+9 |
2014-10-14 | bnc#897769: OOXML import: Import border lines using reference too. | Matúš Kukan | 1 | -22/+33 |
2014-09-23 | bnc#591147: OOXML import: Import video file too. | Matúš Kukan | 1 | -13/+27 |
2014-09-12 | bnc#892610: OOXML import: Improve chart number formats. | Matúš Kukan | 5 | -26/+23 |
2014-09-10 | bnc#480256: OOXML import: Respect table background properties a bit more | Matúš Kukan | 2 | -6/+38 |
2014-09-09 | Rewrite import and export of custom dashes in ooxml filter (fix) | Adam Co | 2 | -6/+55 |
2014-09-05 | MSO finally decided to follow the spec, fdo#83312 | Markus Mohrhard | 1 | -1/+11 |
2014-08-12 | bnc#887227: Do not set TextAutoGrowHeight for vertical text. | Matúš Kukan | 1 | -1/+5 |
2014-08-11 | Fix some number format issues, bnc#862510 | Matúš Kukan | 3 | -6/+6 |
2014-08-11 | bnc#862510: PPTX import: Properly show data labels in percent format. | Matúš Kukan | 1 | -2/+5 |
2014-08-06 | bnc#886540: Default chart background for pptx docs should be transparent. | Kohei Yoshida | 1 | -1/+7 |
2014-07-30 | bnc#885825: OOXML import and export of data label borders. | Kohei Yoshida | 1 | -1/+27 |
2014-07-25 | bnc#862510: PPTX import: bullets have color as following text by default. | Matúš Kukan | 1 | -0/+2 |
2014-07-23 | fdo#54361: Chart background in XLSX is transparent instead of white | Heena Gupta | 1 | -1/+4 |
2014-07-21 | bnc#887230: always use theme color for hyperlinks in Impress | Matúš Kukan | 1 | -2/+1 |
2014-07-18 | use rtl::math::round here to get the same number on 32/64bit platforms | Matúš Kukan | 1 | -1/+2 |
2014-07-17 | Do not prefer bandRow over firstCol/lastCol, nor the same with bandCol. | Matúš Kukan | 1 | -2/+6 |
2014-07-17 | bnc#887225: OOXML import: Correctly apply table style for lastRow. | Matúš Kukan | 1 | -1/+1 |
2014-07-17 | bnc#862510: Improve handling of OOXML gradients | Tor Lillqvist | 1 | -24/+188 |
2014-07-10 | bnc#882383: Do not ignore themeOverride for charts in .pptx | Matúš Kukan | 2 | -1/+67 |
2014-07-09 | bnc#881025: Mark axis a percent axis only when all data series are percent. | Kohei Yoshida | 2 | -10/+34 |
2014-07-09 | Adjust for the splitting of number format properties in chart. | Kohei Yoshida | 2 | -12/+4 |
2014-07-07 | fix crash loading ooo100546-1.xls | Caolán McNamara | 1 | -2/+3 |
2014-07-03 | bnc#812796: Correctly handle static value array for OOXML charts. | Kohei Yoshida | 3 | -5/+7 |
2014-07-03 | bnc#812796: Don't create data series when the series has no values. | Kohei Yoshida | 1 | -0/+4 |
2014-06-23 | use the correct default value, fdo#78080 | Markus Mohrhard | 2 | -3/+2 |
2014-06-11 | Related bnc#862510: extend handling of txXfrm | Zolnai Tamás | 2 | -28/+34 |
2014-06-08 | DOCX import: recurse into w:ins in groupshape text | Miklos Vajna | 1 | -0/+7 |
2014-06-07 | make sure all objects exist, related fdo#75692 | Markus Mohrhard | 1 | -1/+2 |
2014-06-06 | bnc#880763: PPTX import: wrong z-order becuause of wrong import order | Zolnai Tamás | 1 | -2/+12 |
2014-06-06 | 2nd part of bnc#870233: import font color from color fragment for SmartArts | Zolnai Tamás | 2 | -41/+47 |
2014-06-06 | 1st part of bnc#870233: wrong list style in shapes | Zolnai Tamás | 1 | -0/+28 |
2014-06-03 | oox, writerfilter: Support for artistic effects on pictures | Jacobo Aragunde Pérez | 3 | -0/+292 |
2014-05-30 | bnc#870237: wrong text position in grouped list | Zolnai Tamás | 2 | -4/+23 |
2014-05-20 | fdo#78658 Corruption: lockedCanvas tag is missing from RT file | Dinesh Patil | 1 | -0/+6 |
2014-05-19 | oox: remove using namespace from headers | Thomas Arnhold | 1 | -5/+3 |
2014-05-16 | Use SVM (metafile) instead of PNG for diagrams (SmartArt) | Tor Lillqvist | 1 | -16/+10 |
2014-05-16 | ooxml: Preserve shape effects when there's more than one | Jacobo Aragunde Pérez | 3 | -100/+101 |