summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-27228-1992/+2184
* sfx2: sal_Bool->boolNoel Grandin2014-03-2728-39/+39
* Make sure to set the RoundedEdge check box on load.Kohei Yoshida2014-03-261-25/+34
* Pass the rounded edge property to the diagram object.Kohei Yoshida2014-03-266-17/+42
* Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida2014-03-268-1/+90
* Add a boolean "RoundedRectangle" property to the GL 3D chart.Kohei Yoshida2014-03-262-4/+107
* show negative values correctly in pie charts, fdo#69143Markus Mohrhard2014-03-271-2/+3
* enable the export validation for chart ODS testsMarkus Mohrhard2014-03-262-1/+5
* remove unimplemented methodMarkus Mohrhard2014-03-261-1/+0
* improve formattingMarkus Mohrhard2014-03-261-3/+3
* handle xlsx files correctly as wellMarkus Mohrhard2014-03-261-1/+1
* unimplemented methodMarkus Mohrhard2014-03-261-1/+0
* add test for improved overlap chart exportMarkus Mohrhard2014-03-262-0/+59
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-262-23/+18
* Error: exception specification of overriding function is more lax than baseTor Lillqvist2014-03-264-6/+10
* Make the new OpenGL chart type a compile time option.Kohei Yoshida2014-03-252-0/+4
* Properly import and export the new chart type to and from ODF.Kohei Yoshida2014-03-255-3/+25
* Add a new skeleton plotter for the GL3D bar chart.Kohei Yoshida2014-03-2511-9/+119
* Turn this into a regular method.Kohei Yoshida2014-03-252-1/+7
* Crash prevention by checking for NULL.Kohei Yoshida2014-03-251-1/+3
* List child type for GL3D bar chart type.Kohei Yoshida2014-03-2511-7/+75
* Skeleton template class for GL3D bar chart type.Kohei Yoshida2014-03-255-1/+88
* Add a new chart type "GL 3D Bar" (working name).Kohei Yoshida2014-03-258-8/+94
* Initial skeleton class for the new chart type. Still very much empty.Kohei Yoshida2014-03-254-2/+102
* svtools: sal_Bool->boolNoel Grandin2014-03-2510-17/+17
* svtools: sal_Bool->boolNoel Grandin2014-03-252-6/+6
* svtools: sal_Bool->boolNoel Grandin2014-03-251-4/+4
* svtools: sal_Bool->boolNoel Grandin2014-03-251-1/+1
* Let's be more defensive here by checking for null return objects.Kohei Yoshida2014-03-241-1/+8
* Better to associate true for "enable" and false for "disable".Kohei Yoshida2014-03-245-17/+17
* svtools: sal_Bool->boolNoel Grandin2014-03-241-1/+1
* svtools: sal_Bool->boolNoel Grandin2014-03-242-10/+10
* svtools: sal_Bool->boolNoel Grandin2014-03-241-1/+1
* svtools: sal_Bool->boolNoel Grandin2014-03-242-8/+8
* fdo#76356 : Docx file contianing chart in footer/header gets corrupted.sushil_shinde2014-03-232-0/+39
* fix the scale size of bubblepeilin2014-03-201-1/+1
* remove empty commentMarkus Mohrhard2014-03-201-3/+0
* the type in the Any is a util::Date and not a DateTime, fdo#74549Markus Mohrhard2014-03-191-3/+3
* Skeleton of drawinglayer object called OpenGLObjectZolnai Tamás2014-03-171-1/+1
* modify SetBackGroundColor to fix background color and gradients issuepeilin2014-03-172-15/+9
* Remove unused framework::IMutexGuard::resetStephan Bergmann2014-03-171-6/+0
* Fold framework::IGuard into framework::IMutexGuardStephan Bergmann2014-03-171-3/+1
* chart2: prefer passing OUString by referenceNoel Grandin2014-03-1721-74/+77
* fix another wrong transparency calculationMarkus Mohrhard2014-03-171-1/+1
* fix rendering of invisible bubbleMarkus Mohrhard2014-03-171-1/+4
* move DummyXShape.hxx to the cxx fileMarkus Mohrhard2014-03-171-0/+0
* fix multisample support in OpenGLMarkus Mohrhard2014-03-171-0/+1
* no need for OpenGLRender in OpenGLContext anymoreMarkus Mohrhard2014-03-172-0/+2
* move the windows multisample code to OpenGLContextMarkus Mohrhard2014-03-172-210/+0
* Revert "Move OpenGLRender to vcl"Markus Mohrhard2014-03-1717-3/+2228