4027bc476a
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> |
||
---|---|---|
.. | ||
inc | ||
opengl | ||
qa | ||
source | ||
uiconfig | ||
workbench/addin | ||
AllLangResTarget_chartcontroller.mk | ||
CppunitTest_chart2_export.mk | ||
CppunitTest_chart2_import.mk | ||
CppunitTest_chart2_xshape.mk | ||
JunitTest_chart2_unoapi.mk | ||
Library_chartcontroller.mk | ||
Library_chartcore.mk | ||
Library_chartopengl.mk | ||
Makefile | ||
Module_chart2.mk | ||
Package_opengl.mk | ||
README | ||
UIConfig_chart2.mk |
Chart implementation for LibreOffice Calc. The chart2 denotes a second generation re-write done to rid us of the foul and twisted legacy chart code.