summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes
AgeCommit message (Expand)Author
2015-06-09cppcheck: variableScopeCaolán McNamara
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-05-05typo: strech -> stretchAndras Timar
2015-04-23loplugin:staticmethodsNoel Grandin
2015-03-23TyposJulien Nabet
2015-03-20fix typoMarkus Mohrhard
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-12-24bnc#830738 Now all axis labels of a chart are displaied.Marco Cecchetti
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09inline UNO helper macrosNoel Grandin
2014-12-06reduce scope of local variablesMichael Weghorn
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-04Modify the tick iterator strategy to use fewer ticks.Kohei Yoshida
2014-11-04Let's use size_t for the index.Kohei Yoshida
2014-11-04Some code sharing.Kohei Yoshida
2014-11-04Create a variant of createTextShapes for simpler use cases.Kohei Yoshida
2014-11-04These methods can be private rather than protected.Kohei Yoshida
2014-11-04More method descriptions.Kohei Yoshida
2014-11-04More method descriptions.Kohei Yoshida
2014-11-04Standard way of writing class description.Kohei Yoshida
2014-11-04Code annotation.Kohei Yoshida
2014-11-04Add const to read-only variables.Kohei Yoshida
2014-11-04Mark these methods const.Kohei Yoshida
2014-10-25coverity#1249459 Unchecked dynamic_castCaolán McNamara
2014-10-25coverity#1249460 Unchecked dynamic_castCaolán McNamara
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl
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-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-10Fix CppunitTest_chart2_xshapeStephan Bergmann
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-09xInverseScaling is set but not used. Remove it.Kohei Yoshida
2014-10-09Re-organize method / class descriptions.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-09typo: Lable -> LabelAndras Timar
2014-10-08spelling: instanciated -> instantiatedNoel Grandin