summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/PlotterBase.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-1/+0
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-3/+3
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi1-3/+3
2018-11-26tdf#42949 Fix IWYU warnings in chart2/source/view/*cxxGabor Kelemen1-1/+0
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-4/+1
2018-08-11loplugin:mergeclasses AbstractShapeFactory into ShapeFactoryNoel Grandin1-2/+2
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-06coverity#1338265 Uncaught exceptionCaolán McNamara1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-03-25Add a new skeleton plotter for the GL3D bar chart.Kohei Yoshida1-0/+6
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin1-1/+1
2013-11-19some small fixesMarkus Mohrhard1-1/+0
2013-11-19make it possible to switch between different ShapeFactoriesMarkus Mohrhard1-2/+2
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-9/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2011-11-27remove include of pch header in chart2Norbert Thiebaud1-2/+0
2011-05-27Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak1-4/+3
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-6/+3
2010-11-30chart46: #i25706# implement date axisIngrid Halama [iha]1-6/+3
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-10INTEGRATION: CWS changefileheader (1.15.126); FILE MERGEDRüdiger Timm1-32/+18
2007-05-22INTEGRATION: CWS chart2mst3 (1.12.4); FILE MERGEDVladimir Glazounov1-92/+24
2006-09-17INTEGRATION: CWS pchfix02 (1.13.80); FILE MERGEDOliver Bolte1-2/+5
2005-09-08INTEGRATION: CWS ooo19126 (1.12.110); FILE MERGEDRüdiger Timm1-47/+21
2004-01-26drafts namespace of API removedBjörn Milcke1-5/+5
2004-01-17introduced polarcoordinate system + axis + grids + some cleanupIngrid Halama1-23/+3
2004-01-06added method transformSceneToScreenPositionIngrid Halama1-2/+22
2004-01-05vcl cleanup: exchanged include vcl/gen.hxx -> tools/gen.hxxIngrid Halama1-7/+2
2003-12-15error bar creation moved from PlotterBase to VSeriesPlotterBjörn Milcke1-244/+2
2003-12-15clipping of error barsBjörn Milcke1-7/+33
2003-12-15superfluous parameter in createErrorBar methodBjörn Milcke1-5/+4
2003-12-12do logic scaling (e.g. logarithmic) after error-bar calculationBjörn Milcke1-4/+13
2003-12-12error bars implementedBjörn Milcke1-2/+214
2003-12-08+regression, DataCaption=>DataPointLabelBjörn Milcke1-4/+4
2003-11-17changed signature of createGroupShapeIngrid Halama1-3/+3
2003-10-06initial importBjörn Milcke1-0/+244