Age | Commit message (Collapse) | Author |
|
Change-Id: Ifb1f83bbe5f9bb9ecb7fca26f883d1331052f10d
|
|
It needs to be set, so that the chart has colors. It was grey before.
The bug was fixed already in aacfd5038d05a02f8b1eade3a5896d3d7e959f3d,
which got pushed sooner, so this commit only changes
the property name from 'INVALID' to 'FillTransparenceGradientName'.
Change-Id: If06899258a4307d583480538338480ba5bb830b9
|
|
There was a bug in there earlier that none of the tests didn't catch.
Change-Id: I1f4ed1ba5e08e7842899a140163f9e165705569b
|
|
Change-Id: Ic2e3b14399d2acc91c75922a25dc736b1605c320
|
|
Right now, we skip hidden data series when importing OOXML charts into
our internal data table. This of course means that if/when we add support
for hidden columns in the internal data table, we may want to change this.
Change-Id: Ida1b77821fbc2f8f937244576b52521b59d6ab89
|
|
Change-Id: I03f0a45d821b14fe687b3ec7df98f9367adab1f2
Reviewed-on: https://gerrit.libreoffice.org/9978
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I6b23126816bb114407f2b75545094bc297ee7cc3
|
|
Change-Id: I05ef3c1ffd4e2179e0142a21abf8a4578718102e
|
|
Change-Id: I994424c98d977c3a8f9138cccc17348de813a9d7
|
|
Change-Id: If676eb03f5bd19f8abf13d1d7826d500d51e542e
|
|
Change-Id: Ib8630d15f40b00c8620eeb1c79d5d9f00d07ef49
|
|
Not a direct test for the reported bug, but to ensure that the reworked
properties survive import and export.
Change-Id: I6c5a4c98eca5180251f04a24346290dedc44447a
|
|
Change-Id: I12782690368789849ea2ce2ed08ad4838a0a55db
|
|
Ideally now all testcases handle both cases during DOCX import:
- current situation, when shape with text is imported as a Writer
TextFrame
- future situation, when shape with text will be imported as shape with
an assicated TextBox
Change-Id: I5b95ff4672cecf39eb744f8557f967ade73404c0
|
|
Change-Id: Ib4ad7c1a1583b9fde1a06dc8e355442f10bb9bec
|
|
I've switched from using a Draw document to Writer document due to some
instability with Draw instance in our cppunit run. The bug is reproducible
either way.
The test is disabled for now, since the bug has yet to be fixed.
Change-Id: I49e0417e1ecbc70f40aab8531237ae98ae58bdd3
|
|
Change-Id: I3d5ddbca7760a32231ef7fee19b45bca83667ca7
|
|
Change-Id: Ie2c64d3254dba35ba3fcb1af2566de84b8b300e2
|
|
No idea why it crashes whatsoever....
Change-Id: Ic46d5a98f21cacb03adb3bc0d6da239bde5d8ce2
|
|
Change-Id: I8a7e1d0a42aacdc7dcaeda0f7e51db78727f4b54
|
|
Added a whole bunch of missing component files for handling flat ODF.
Change-Id: Ib9d84be14327a1fd9ff64573ba1f6ba90e0bfc56
|
|
added header guards for directories basebmp/, chart2/, cppuhelper/,
include/test/, io/test/, sax/test, shell/, writerfilter/, and xmlhelp/
Change-Id: I0e29a9b75c26d71f58aa98986b52f6d3b46015a6
Reviewed-on: https://gerrit.libreoffice.org/9615
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Problem Description: Docx file containing a chart (line chart / scatter chart)which has used a builtin
marker'x' gets corrupted when we save it in LO.The reason was that while exporting LO was writing the
marker information 'x' as 'X' which MS Word doesn't recognize.‒<c:marker><c:symbol val="X" />. Also
the size of the marker was coming 1 less than the actual value. Ex: if size is 7 then it was being
written as 6.
Solution: During export I have made changes so that now LO writes 'x' in the tag information
‒<c:marker> <c:symbol val="x" />. Now the size of the marker is also being correctly exported.
Change-Id: I26b747f9576625bf3acb941322ae418a0bbc6b64
Reviewed-on: https://gerrit.libreoffice.org/9273
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I0e97ab6ed479ba4057470946d45a0e8cda29470e
|
|
Change-Id: I30fa5227f30373f95060148f269450d2945c1bb9
|
|
Change-Id: I0b973088a9d14dbe3eccb0c002aab5bb861f777d
|
|
Change-Id: I08d30102b2218584af2fb800a657728bec42ec18
|
|
In case there is some text entered in place of X coordinates for scatter chart
then x coordinates should be taken as 1,2,3....
MS Word does the same thing
Change-Id: I1db0fd64c6ac0f4d5e77a9676812f5e26577ecf6
Reviewed-on: https://gerrit.libreoffice.org/9011
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I45401846ae33e0b26e487093e60d90d128480c60
|
|
Change-Id: I85ddd43f5c8e88c6f6bf19284b0822f8bbea1d44
|
|
Change-Id: I23b42998c72f190addb75a4b9e624f0c3c948f8f
|
|
Change-Id: I2905e98425b9991d6138ab0adc15083d313ca445
|
|
Change-Id: Idccff4629b8af84e59d52fb3135e9217d3564cb9
|
|
Change-Id: I6ac553172a7c017010d4efa42224f25e2d5537da
|
|
will be run on a tinderbox for now that will be the reference for
anything related to it
Change-Id: Ib795b53f74e9207d0272342f12d426bbc21164b4
|
|
|
|
Change-Id: I94ed07b730b976f32ce8572f1ccefa96be0a6e77
|
|
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
|
|
Don't even think about using the new skip flag for your shiny new test.
If you itnroduce tests that show validation errors fix them!!
Change-Id: I21bf61a113a35ca204a54d18246848a5788ae559
|
|
Change-Id: I28c735478142bcb438ac24482612d5fb52a65f6e
|
|
Change-Id: Ic174dee2b0c3005b15b30348bf6aebf20ce50fb8
|
|
Change-Id: I24d63386d158e130aeb340235d71eb05cbd679f4
|
|
Change-Id: I5820bde974a42f32c404aa2b14b410534f10db29
|
|
Change-Id: Id1466f7a95470a7c90a7752971e126d3f4b45766
|
|
- Docx file with chart in footer/header or .bin file referred in chart
was getting corrupted.
- Embedded file for footer.xml was not grabbaged.
- .bin embedded files were not grab baged.
- Added grab bag support for both case.
- Added UT to check .bin files are grab baged properly.
Reviewed on:
https://gerrit.libreoffice.org/8674
Change-Id: I221e3867798fc2a3a42f6385d687e80b80a3678f
|
|
Change-Id: I685b1dc3d7c735bc70be29252f55c082546f3cb1
|
|
3D Rotation is lost after Round trip for pie chart.
XML Difference:
Original:
<c:rotX val="40"/>
<c:rotY val="30"/>
Round Trip:
<c:rotX val="310"/>
<c:rotY val="0"/>
Conflicts:
chart2/qa/extras/chart2export.cxx
Change-Id: I60132fef071e0573b17c35f509f3a74bd4ffcc66
|
|
1. Open DOCX file containing Charts
2. Save this file into DOCX format.
3. LO crashed while saving/exporting to DOCX format.
Conflicts:
chart2/qa/extras/chart2export.cxx
Change-Id: I14d4f2c214ce3513b4bd14831771d72498e4486d
|
|
Change-Id: I76cb1008138f7b79223330d4a24d45a026d1118f
|
|
ODS and DOCX are still disabled
Change-Id: I2ce30df5fe8977c83a77ca210d79530423bef76e
|