summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-10-13More on documenting the methods.Kohei Yoshida1-1/+13
2014-10-13Scope level reduction & explain what the max axis index really is.Kohei Yoshida1-63/+71
2014-10-13Explain what doAutoScaling() does.Kohei Yoshida1-0/+9
2014-10-13Make VCartesianAxis::get2DAxisMainLine() truly const method.Kohei Yoshida6-83/+100
2014-10-11fdo#84647 : Fixed default value for TickLableSkip value.sushil_shinde2-0/+23
2014-10-10Make the variable name shorter and sweeter...Kohei Yoshida2-18/+27
2014-10-10prepareScaleAutomatismForDimensionAndIndex -> prepareAutomaticAxisScaling.Kohei Yoshida3-4/+4
2014-10-10Hide the 3rd nested looping for clarity.Kohei Yoshida1-36/+35
2014-10-10Make this loop a bit easier to follow...Kohei Yoshida1-38/+69
2014-10-10Make this a hard prerequisite.Kohei Yoshida1-2/+3
2014-10-10Use boost::ptr_vector for this...Kohei Yoshida1-43/+31
2014-10-10coverity#1223085 Unchecked return valueCaolán McNamara1-2/+2
2014-10-10loplugin:passstuffbyrefStephan Bergmann1-2/+2
2014-10-10fdo#54361: Add additional unit test case.Muthu Subramanian2-2/+9
2014-10-10coverity#707673 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-10-10Fix CppunitTest_chart2_xshapeStephan Bergmann1-0/+1
2014-10-10Further fallout from git mis-merge?Stephan Bergmann1-9/+9
2014-10-09Fix git's wrong 3-way merge.Kohei Yoshida1-5/+4
2014-10-09Put SeriesPlotterContainer into CreateShapeParam2D.Kohei Yoshida2-445/+445
2014-10-09Explain what updateScreenValues() does.Kohei Yoshida2-1/+9
2014-10-09Use typedef rather than raw nested std::vector everywhere...Kohei Yoshida14-94/+97
2014-10-09Make its own header the first header.Kohei Yoshida1-4/+4
2014-10-09Clean this up a bit.Kohei Yoshida2-19/+15
2014-10-09Description for m_aAllTickInfos.Kohei Yoshida1-1/+10
2014-10-09Make AxisProperties non-virtual; nobody derives from it.Kohei Yoshida2-10/+5
2014-10-09B2DVector supports operator!=. Let's use it.Kohei Yoshida1-10/+6
2014-10-09Make it clear which bounding rectangle it returns & const.Kohei Yoshida2-2/+5
2014-10-09xInverseScaling is set but not used. Remove it.Kohei Yoshida1-4/+0
2014-10-09Re-organize method / class descriptions.Kohei Yoshida2-5/+11
2014-10-09Make this data member const, as it never gets modified once constructed.Kohei Yoshida1-1/+1
2014-10-09TickFactory_2D -> TickFactory2D.Kohei Yoshida4-31/+31
2014-10-09Make thie method consistent with the others.Kohei Yoshida2-8/+20
2014-10-09Simplify AxisProperties and its surrounding code.Kohei Yoshida3-47/+40
2014-10-09Use boost::optional for these members.Kohei Yoshida5-19/+11
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-3/+3
2014-10-09typo: Lable -> LabelAndras Timar1-3/+3
2014-10-08coverity#1237352 Dereference after null checkCaolán McNamara1-6/+2
2014-10-08spelling: instanciated -> instantiatedNoel Grandin2-2/+2
2014-10-07Annotate code.Kohei Yoshida4-1/+15
2014-10-05coverity#1223085 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04coverity#703928 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04coverity#1242729 Result is not floating-pointNorbert Thiebaud1-1/+1
2014-10-04fix chart2 build with system-glm againRene Engelhard1-1/+1
2014-10-03GLSL files should go into $(LIBO_ETC_FOLDER)/openglTor Lillqvist1-1/+1
2014-10-02coverity#1169811 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2014-10-02coverity#1242832 Result is not floating-pointCaolán McNamara1-1/+1
2014-10-01coverity#707673 uninitialized memberCaolán McNamara1-0/+2
2014-10-01chart2: fix the testDataLabelBordersDOCX on MacMichael Stahl1-7/+9
2014-09-30chart2: add a SolarMutexGuard in ChartView::createInstance()Michael Stahl1-1/+3
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1