summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini2-2/+2
2016-02-06remove unnecessary check for null when calling deleteNoel Grandin2-4/+2
2016-02-06cppcheck:unreadVariableNoel Grandin1-1/+0
2016-02-06cppcheck:redundantAssignmentNoel Grandin2-5/+3
2016-02-06convert expressions like 'size() == 0' to 'empty()'Noel Grandin2-2/+2
2016-02-06convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin5-5/+5
2016-02-05\<the the\> -> theJan Holesovsky1-2/+2
2016-02-05convert INVALIDATE constants to scoped enumNoel Grandin2-6/+6
2016-02-05loplugin:constantfunctionNoel Grandin2-8/+0
2015-12-06Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke1-1/+1
2015-08-20tdf#76649 Skip NaN initial values for min and maxLaurent Balland-Poirier1-2/+6
2015-08-20tdf#92997 obtain a date/time edit format according to field valueEike Rathke4-15/+66
2015-08-06API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl2-2/+9
2015-08-06tdf#91725: Use lighter default colour for minor grid linesKatarina Behrens3-0/+20
2015-08-06Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-0/+2
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks3-6/+6
2015-08-06GL3D Bar chart -> experimentalAndras Timar1-1/+4
2015-08-06Time based charting -> experimentalAndras Timar2-0/+21
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+1
2015-05-29convert POINTER constants to scoped enumNoel Grandin2-29/+29
2015-05-28tdf#91633 - dispose chart data-table entries correctly.Michael Meeks1-2/+9
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-2/+2
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-3/+3
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-4/+4
2015-05-19fix old GCC buildNoel Grandin5-5/+5
2015-05-19fix old GCC buildNoel Grandin3-3/+3
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin2-9/+9
2015-05-18Remove include stdio (part2)Julien Nabet2-2/+0
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini3-6/+0
2015-05-14refactor chart2 classes to use RenderContextTomaž Vajngerl3-29/+29
2015-05-13perform a proper boundary check, just in caseTakeshi Abe1-1/+1
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl2-5/+5
2015-05-13add test for primary and secondary axis positionMarkus Mohrhard1-0/+2
2015-05-12add test to make sure only one x axis is non-deleted in exported docMarkus Mohrhard1-0/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-5/+5
2015-05-11add test for tdf#84347Markus Mohrhard2-0/+14
2015-05-11fix regression from 1c4025babd7037a3292aa530c7d45ab8d6ef6dcbMarkus Mohrhard1-1/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-2/+2
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks3-10/+6
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann4-4/+5
2015-05-08add test for xlsx rotated axis title importMarkus Mohrhard2-0/+34
2015-05-08also add test for secondary axis, related tdf#75316Markus Mohrhard2-0/+19
2015-05-08add test for tdf#75316Markus Mohrhard2-0/+20
2015-05-08GLEW_EXT_texture_array is of type GLboolean alreadyStephan Bergmann1-1/+1
2015-05-07tdf#91050: fix typo TabePage->TabPageAndrea Gelmini3-10/+10