summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-14Remove unused OpenGLObjectZolnai Tamás
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-09cppcheck: variableScopeCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08\<the the\> -> theJan Holesovsky
2015-06-05WaE: ‘<::’ cannot begin a template-argument listTor Lillqvist
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny
2015-06-04uno::Sequence provides now begin and endNoel Grandin
2015-06-02add test for tdf#91685Markus Mohrhard
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-02GL3D Bar chart -> experimentalAndras Timar
2015-06-02Time based charting -> experimentalAndras Timar
2015-06-02some whitespace clean-upMarkus Mohrhard
2015-06-02document chart2 layout dumpMarkus Mohrhard
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-27unit test for pie chart label inside placement for the best fit caseAndras Timar
2015-05-26tdf#91633 - dispose chart data-table entries correctly.Michael Meeks
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-21tdf#91054: cleanup weirdo function prototypesJens Carl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-19fix old GCC buildNoel Grandin
2015-05-19fix old GCC buildNoel Grandin
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-14refactor chart2 classes to use RenderContextTomaž Vajngerl
2015-05-13perform a proper boundary check, just in caseTakeshi Abe
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl
2015-05-13add test for primary and secondary axis positionMarkus Mohrhard
2015-05-12add test to make sure only one x axis is non-deleted in exported docMarkus Mohrhard
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11add test for tdf#84347Markus Mohrhard
2015-05-11fix regression from 1c4025babd7037a3292aa530c7d45ab8d6ef6dcbMarkus Mohrhard
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann