summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_ChartType.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in chart2Noel Grandin2015-12-231-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-9/+9
* loplugin:defaultparamsStephan Bergmann2015-10-191-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* convert Link<> to typedNoel Grandin2015-10-121-14/+9
* convert Link<> to typedNoel Grandin2015-09-141-12/+8
* Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2015-09-121-5/+7
* convert Link<> to typedNoel Grandin2015-09-101-4/+3
* convert Link<> to typedNoel Grandin2015-09-081-2/+1
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-6/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-8/+8
* GL3D Bar chart -> experimentalAndras Timar2015-06-021-1/+4
* chart2: convert new to ::Create.Michael Meeks2015-04-171-2/+2
* vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-101-2/+2
* vclwidget: only call dispose() onceNoel Grandin2015-04-101-3/+3
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-19/+44
* prophylactic double dispose audit.Michael Meeks2015-04-091-0/+6
* vcl: VclPtr conversion in chart2Noel Grandin2015-04-091-10/+7
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-5/+5
* fdo#81547, part2: show only relevant widgets in layout tabpageKatarina Behrens2014-07-221-3/+4
* Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida2014-03-291-3/+0
* Start using common symbols for textural UNO property names.Kohei Yoshida2014-03-291-6/+7
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-2/+2
* Make sure to set the RoundedEdge check box on load.Kohei Yoshida2014-03-261-25/+34
* Pass the rounded edge property to the diagram object.Kohei Yoshida2014-03-261-2/+12
* Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida2014-03-261-0/+42
* Make the new OpenGL chart type a compile time option.Kohei Yoshida2014-03-251-0/+2
* Turn this into a regular method.Kohei Yoshida2014-03-251-1/+6
* Add a new chart type "GL 3D Bar" (working name).Kohei Yoshida2014-03-251-0/+2
* svtools: sal_Bool->boolNoel Grandin2014-03-251-2/+2
* Better to associate true for "enable" and false for "disable".Kohei Yoshida2014-03-241-4/+4
* -Werror,-Wunused-functionStephan Bergmann2014-03-031-5/+0
* convert chart type page to .ui formatCaolán McNamara2014-03-031-414/+158
* Remove unneccessary commentsAlexander Wilms2014-02-231-7/+7
* use ChartModel instead of XModel in a few placesMarkus Mohrhard2013-11-191-1/+1
* windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-1/+0
* remove a few more auto_ptrMarkus Mohrhard2013-09-291-8/+4
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-291-20/+0
* reduce use of UniString from ResID ctorCaolán McNamara2013-07-281-9/+9
* HIG spacing and indentsCaolán McNamara2013-07-151-2/+2
* Adding the dialog for setting stepped lines.Eric Seynaeve2013-04-131-27/+184
* fix the build on non-C++11 platformsMarkus Mohrhard2013-04-021-3/+3
* move chart .ui files into existing schart dirCaolán McNamara2013-04-021-1/+1
* Converting Smooth Lines dialog to gladeEricSeynaeve2013-04-021-67/+17
* move the dialog to chart2Markus Mohrhard2013-03-281-1/+1
* Converting spline dialog box to glade.EricSeynaeve2013-03-281-78/+63
* OUString cleanup in Chart2Olivier Hallot2012-10-081-3/+3
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-15/+15