Age | Commit message (Collapse) | Author |
|
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
|
|
1. 'TextCanOverlap' property was stored as false if TickLableSkip
is not equal to one.
2. For OOXML charts TickLableSkip can be between 1 to 999999999.
3. We can not apply zero or less than zero value to TickLableSkip.
( As per specification)
4. In axis model default value for TickLableSkip was zero which is
incorrect.
5. Added unit test to check 'TextCanOverlap' property for chart.
Change-Id: Ib3104b1d932f6e9376c149eabb201c8e9ad23da9
Reviewed-on: https://gerrit.libreoffice.org/11901
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
|
|
Change-Id: If17bfdfdb51d5b9b8db563fccf09bb7608fcd0f8
|
|
Change-Id: Ifa3fd6f074d1957a468a1dad5dc2c223d38d24d4
|
|
This test failed on Mac because it depends on the layout being finished,
since for SwXTextEmbeddedObjects the corresponding SwVirtFlyDrawObj are
inserted in the draw page not on import, but in layout.
Change-Id: I731b9b92838252ff50135f97343357992bc1933f
|
|
This is similar to 7b8073906adca8dae24c04a23708a3f3d582218f (Ensure we
export correct labal placement value for percent/stacked charts.,
2014-08-07), in case a clustered bar chart has a top placement ("t" in
OOXML), then MSO complains as well.
Change-Id: Iffd991127784e0e732f6ae55de956a328a3a53e5
|
|
If sourceLinked is used, do not set "PercentageNumberFormat" even if
showPercent is true. The format string should be used for "NumberFormat".
c8cc89ff802d86b1f3a69afe1b4835b7df7f70c7 unnecessarily disabled
"LinkNumberFormatToSource". Use that for data labels but not for axis.
Also, actually make attaching number format supplier work for Calc.
Previously, non standard formats were added into wrong supplier,
and they were thrown away later because it was attached too late.
(See also ChartModel::attachNumberFormatsSupplier)
Change-Id: Iaf9945abc3d82d0ac63d9f36b8888eb49f39ab57
|
|
Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
|
|
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
|
|
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
|
|
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
|
|
Change-Id: Iec785ae538de81325812b1e6fe33115789b39770
|
|
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
|
|
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
|
|
Change-Id: Ia42e5ed715fbd3f5b84029a9844da55f307c6260
|
|
Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec
|
|
Change-Id: I9f2e705fd603a7c8832c0f0772bee9f395380a0d
|
|
This one doesn't support label placement property either.
Change-Id: If1f17a135eabd810033644e27db6b1e5c049daff
|
|
Change-Id: Idebb56fc96828ec38d5c239c16e5b413a50c837f
|
|
Change-Id: I8e504dfee81557a1965bb4bbce4ea975c13fe775
|
|
Change-Id: Icbb17f56643f7d89bf739b0f218b2ca8a6309d9a
|
|
Change-Id: I25cf48703a286470907ccc5415a0fab479aa4b8c
|
|
We must not export label position properties for doughnut charts, else
MS Office would think the file is corrupt.
Change-Id: Icfab257ffb6da945b8add661e6455aa66cc475ab
|
|
Change-Id: I264dba74bf4cab4beb97b33d3a71e82601119372
|
|
Change-Id: I063100a632286b7fbec71c5fba00b9705972ac9f
|
|
At least for 3D bar chart, exporting this would choke MS Office.
Change-Id: Ic6747f3c5502495d8cae734290183ff89b14fc70
|
|
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
|
|
"Automatic" fill in docx and xlsx should be solid white, whereas in
pptx it is no fill (transparent).
Change-Id: I7e64f2f895e4c4ed072a234e622a348599456f37
|
|
where the return value is always cast to XMultiServiceFactory,
so just do the cast in the method and avoid noise at the call sites.
Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
|
|
Change-Id: Id1b73c153f4b09ab94446452e7eb096b529473f4
|
|
Originally it was a pptx document, but switched to docx because reloading
an impress document in cppunit currently mysteriously crashes.
Change-Id: I3e9ba6b9a4dc7d3c0ca1d59a073dc8a4cca4008c
|
|
Change-Id: I5c0f34f035765fcfd916b635ab18f5cb1bbcabb0
|
|
Change-Id: I9aaf67872dde324f403598a7361cd4eda60b82b0
|
|
Change-Id: Ia8481516eb3d53f406824cc2ef8873fe1cba3909
|
|
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
|