summaryrefslogtreecommitdiff
path: root/chart2/source/view/main
AgeCommit message (Expand)Author
2015-06-18Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann
2015-06-14Remove unused OpenGLObjectZolnai Tamás
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-21tdf#91054: cleanup weirdo function prototypesJens Carl
2015-05-19fix old GCC buildNoel Grandin
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-08GLEW_EXT_texture_array is of type GLboolean alreadyStephan Bergmann
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-28GLEW_VERSION_3_3 is of type GLboolean alreadyStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-17chart2: convert new to ::Create.Michael Meeks
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-04tdf#90404 OOXML chart legend import improvementAndras Timar
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-23TyposJulien Nabet
2015-03-23loplugin:constantfunction: chart2Noel Grandin
2015-03-13Typo: taget->targetJulien Nabet
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-06V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl
2015-02-19Missing constructorStephan Bergmann
2015-02-10Added doc notes for classes and methods used for the scaling automatism.Marco Cecchetti
2015-02-10Added more doc notes for classes and methods used for pie charts.Marco Cecchetti
2015-02-09Added doc notes for classes and methods used for pie charts.Marco Cecchetti
2015-01-20Some more loplugin:cstylecast: chart2Stephan Bergmann
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15chart2: 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-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida