summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/ChartView.cxx
AgeCommit message (Expand)Author
2015-08-06Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann
2015-05-19fix old GCC buildNoel Grandin
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-23TyposJulien Nabet
2015-03-23loplugin:constantfunction: chart2Noel Grandin
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-02-19Missing constructorStephan Bergmann
2015-02-10Added doc notes for classes and methods used for the scaling automatism.Marco Cecchetti
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09inline UNO helper macrosNoel Grandin
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida
2014-10-20chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl
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-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-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-09-30chart2: add a SolarMutexGuard in ChartView::createInstance()Michael Stahl
2014-09-24Don't update chart view when the controllers are locked.Kohei Yoshida
2014-09-21fdo#81237: 2D OpenGL charts have wrong sizeZolnai Tamás
2014-09-19These are no longer used.Kohei Yoshida
2014-09-19Finally, move the group shape object for the diagram with axes to the param.Kohei Yoshida
2014-09-19Move the "PlotAreaIncludingAxes" shape object to CreateShapeParam2D.Kohei Yoshida
2014-09-19Move the "MarkHandles" shape object to CreateShapeParam2D.Kohei Yoshida
2014-09-19Remove double-conversion between awt::Rectangle and basegfx::B2IRectangle.Kohei Yoshida
2014-09-19Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida
2014-09-19Refactor getAvailablePosAndSizeForDiagram() to use CreateShapeParam2D.Kohei Yoshida
2014-09-19Move the code that creates shapes for axis titles to own method.Kohei Yoshida
2014-09-19Scope reduction.Kohei Yoshida
2014-09-19Reduce scope by early bailout.Kohei Yoshida
2014-09-19Move the 2D shape creation code into a separate method.Kohei Yoshida
2014-09-18Returned shape object is assigned but not used.Kohei Yoshida
2014-09-18Pass by const reference.Kohei Yoshida
2014-09-18No need to instantiate B2IRectangle twice.Kohei Yoshida
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky
2014-08-29Don't render with mp2DRenderer when we have 3D chartsZolnai Tamás
2014-08-29Oops, static was forgotten.Zolnai Tamás
2014-08-29Store env variable in a static variable insteadZolnai Tamás
2014-08-29Revert "Stop flickering in rendering of charts in Writer"Zolnai Tamás