office-gobmx/chart2
sushil_shinde 4027bc476a fdo#84647 : Fixed default value for TickLableSkip value.
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>
2014-10-11 16:57:32 +00:00
..
inc Put SeriesPlotterContainer into CreateShapeParam2D. 2014-10-09 22:46:39 -04:00
opengl add translucent balck background for history rendering 2014-09-23 14:56:17 +00:00
qa fdo#84647 : Fixed default value for TickLableSkip value. 2014-10-11 16:57:32 +00:00
source Make the variable name shorter and sweeter... 2014-10-10 15:42:38 -04:00
uiconfig Resolves: fdo#83010 remove svx::WrapField 2014-09-25 17:20:31 +01:00
workbench/addin
AllLangResTarget_chartcontroller.mk
CppunitTest_chart2_export.mk
CppunitTest_chart2_import.mk
CppunitTest_chart2_xshape.mk
JunitTest_chart2_unoapi.mk
Library_chartcontroller.mk opengl charts: Move the init from sc to chart2, to have the right parent. 2014-08-29 17:40:25 +02:00
Library_chartcore.mk 3D charts: Update the 3D charts when a value changes. 2014-09-12 13:03:52 +02:00
Library_chartopengl.mk
Makefile
Module_chart2.mk
Package_opengl.mk GLSL files should go into $(LIBO_ETC_FOLDER)/opengl 2014-10-03 15:00:24 +03:00
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.