summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)Author
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara
2014-10-25coverity#1249459 Unchecked dynamic_castCaolán McNamara
2014-10-25coverity#1249460 Unchecked dynamic_castCaolán McNamara
2014-10-24coverity#704564 Unchecked dynamic_castCaolán McNamara
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-17coverity#1247647 Uncaught exceptionCaolán McNamara
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-14Take the current axis alignment state.Kohei Yoshida
2014-10-14Revert "Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method.""Stephan Bergmann
2014-10-14Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method."Stephan Bergmann
2014-10-13More on documenting the methods.Kohei Yoshida
2014-10-13Scope level reduction & explain what the max axis index really is.Kohei Yoshida
2014-10-13Explain what doAutoScaling() does.Kohei Yoshida
2014-10-13Make VCartesianAxis::get2DAxisMainLine() truly const method.Kohei Yoshida
2014-10-10Make the variable name shorter and sweeter...Kohei Yoshida
2014-10-10prepareScaleAutomatismForDimensionAndIndex -> prepareAutomaticAxisScaling.Kohei Yoshida
2014-10-10Hide the 3rd nested looping for clarity.Kohei Yoshida
2014-10-10Make this loop a bit easier to follow...Kohei Yoshida
2014-10-10Make this a hard prerequisite.Kohei Yoshida
2014-10-10Use boost::ptr_vector for this...Kohei Yoshida
2014-10-10coverity#1223085 Unchecked return valueCaolán McNamara
2014-10-10coverity#707673 Uninitialized scalar fieldCaolán McNamara
2014-10-10Fix CppunitTest_chart2_xshapeStephan Bergmann
2014-10-10Further fallout from git mis-merge?Stephan Bergmann
2014-10-09Fix git's wrong 3-way merge.Kohei Yoshida
2014-10-09Put SeriesPlotterContainer into CreateShapeParam2D.Kohei Yoshida
2014-10-09Explain what updateScreenValues() does.Kohei Yoshida
2014-10-09Use typedef rather than raw nested std::vector everywhere...Kohei Yoshida
2014-10-09Make its own header the first header.Kohei Yoshida
2014-10-09Clean this up a bit.Kohei Yoshida
2014-10-09Description for m_aAllTickInfos.Kohei Yoshida
2014-10-09Make AxisProperties non-virtual; nobody derives from it.Kohei Yoshida
2014-10-09B2DVector supports operator!=. Let's use it.Kohei Yoshida
2014-10-09Make it clear which bounding rectangle it returns & const.Kohei Yoshida
2014-10-09xInverseScaling is set but not used. Remove it.Kohei Yoshida
2014-10-09Re-organize method / class descriptions.Kohei Yoshida
2014-10-09Make this data member const, as it never gets modified once constructed.Kohei Yoshida
2014-10-09TickFactory_2D -> TickFactory2D.Kohei Yoshida
2014-10-09Make thie method consistent with the others.Kohei Yoshida
2014-10-09Simplify AxisProperties and its surrounding code.Kohei Yoshida
2014-10-09Use boost::optional for these members.Kohei Yoshida
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-09typo: Lable -> LabelAndras Timar
2014-10-08coverity#1237352 Dereference after null checkCaolán McNamara
2014-10-08spelling: instanciated -> instantiatedNoel Grandin