Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
test is based on qa::Dumper and dumps the layout of the chart
|
|
|
|
|
|
These classes appear to never be constructed and can go in
their entirity, but its a bit of a rats nest at the moment
|
|
|
|
|
|
|
|
|
|
Fixes that if more than 84 empty but formatted rows at the end of a file
have been found the export skipped those rows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 3ffdb45ae047f12480e73fdd4b28fe35f1e8d48c.
|
|
This reverts commit 4aa72e0dee42c80667083c0b86a3d0ec5381c1ae.
|
|
This reverts commit 13bf19769e6e0522d920594225b9baa2c1b7dd63.
|
|
This reverts commit 6af00cf90f4314be11ac7d8f186bb9da4f228cf1.
|
|
This reverts commit db3786ee3aa0d8911042c9bbcea02cf36d96dfa1.
Conflicts:
sc/source/ui/unoobj/chart2uno.cxx
|
|
|
|
|
|
It's a no-op when there is no group dimensions anyways.
|
|
|
|
With this, we can phase out the "DateHelper" class...
|
|
|
|
And a little code cleanup here and there...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unlike the old version, the new version no longer stores string value
for non-string items. We need to call GetFormattedString() for that.
|