summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2016-02-06Fix typosAndrea Gelmini
2016-02-06Fix typosAndrea Gelmini
2016-02-06Fix typosAndrea Gelmini
2016-02-06Fix typosAndrea Gelmini
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2016-02-06Fix typosAndrea Gelmini
2016-02-06Fix typosAndrea Gelmini
2016-02-06remove unnecessary check for null when calling deleteNoel Grandin
2016-02-06cppcheck:unreadVariableNoel Grandin
2016-02-06cppcheck:redundantAssignmentNoel Grandin
2016-02-06convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2016-02-06convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2016-02-05\<the the\> -> theJan Holesovsky
2016-02-05convert INVALIDATE constants to scoped enumNoel Grandin
2016-02-05loplugin:constantfunctionNoel Grandin
2015-12-06Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke
2015-08-20tdf#76649 Skip NaN initial values for min and maxLaurent Balland-Poirier
2015-08-20tdf#92997 obtain a date/time edit format according to field valueEike Rathke
2015-08-06API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl
2015-08-06tdf#91725: Use lighter default colour for minor grid linesKatarina Behrens
2015-08-06Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-08-06GL3D Bar chart -> experimentalAndras Timar
2015-08-06Time based charting -> experimentalAndras Timar
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-29convert POINTER constants to scoped enumNoel Grandin
2015-05-28tdf#91633 - dispose chart data-table entries correctly.Michael Meeks
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
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks