summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/main/ChartView.cxx
Commit message (Expand)AuthorAgeFilesLines
* only init the OpenGL context if we need itMarkus Mohrhard2016-06-071-0/+4
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-25/+20
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* clang-tidy performance-unnecessary-value-param in chart2Noel Grandin2016-04-121-1/+1
* fix headless buildOliver Specht2016-03-251-4/+20
* com::sun::star->css in chart2Noel Grandin2016-03-141-12/+12
* Fix typosAndrea Gelmini2016-02-051-1/+1
* Fix typosAndrea Gelmini2016-01-101-2/+2
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-1/+0
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-21/+21
* fix build, std::make_unique is C++14, use o3tl::make_uniqueNoel Grandin2015-11-101-1/+2
* chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2015-11-101-42/+27
* chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2015-11-101-2/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
* Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero2015-10-271-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-5/+5
* Fix typosAndrea Gelmini2015-09-301-1/+1
* boost->stdCaolán McNamara2015-09-141-14/+14
* loplugin: defaultparamsNoel Grandin2015-08-141-4/+4
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-171-0/+2
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-111-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-2/+2
* fix old GCC buildNoel Grandin2015-05-191-1/+1
* Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2015-05-071-0/+1
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-3/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-1/+1
|\
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-1/+1
* | loplugin:staticmethodsNoel Grandin2015-04-131-2/+2
|/
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-2/+2
* TyposJulien Nabet2015-03-231-1/+1
* loplugin:constantfunction: chart2Noel Grandin2015-03-231-9/+2
* V803 decreased performance postfix incrementMichael Stahl2015-03-131-1/+2
* Missing constructorStephan Bergmann2015-02-191-0/+8
* Added doc notes for classes and methods used for the scaling automatism.Marco Cecchetti2015-02-101-0/+65
* chart2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-4/+4
* inline UNO helper macrosNoel Grandin2014-12-091-3/+24
* Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2014-11-041-3/+13
* chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl2014-10-201-4/+6
* More on documenting the methods.Kohei Yoshida2014-10-131-1/+13
* Scope level reduction & explain what the max axis index really is.Kohei Yoshida2014-10-131-63/+71
* Explain what doAutoScaling() does.Kohei Yoshida2014-10-131-0/+9
* prepareScaleAutomatismForDimensionAndIndex -> prepareAutomaticAxisScaling.Kohei Yoshida2014-10-101-2/+2
* Hide the 3rd nested looping for clarity.Kohei Yoshida2014-10-101-36/+35
* Make this loop a bit easier to follow...Kohei Yoshida2014-10-101-38/+69
* Make this a hard prerequisite.Kohei Yoshida2014-10-101-2/+3
* Use boost::ptr_vector for this...Kohei Yoshida2014-10-101-43/+31
* Further fallout from git mis-merge?Stephan Bergmann2014-10-101-9/+9
* Fix git's wrong 3-way merge.Kohei Yoshida2014-10-091-5/+4