summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_ChartType.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-14convert Link<> to typedNoel Grandin1-12/+8
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-5/+7
2015-09-10convert Link<> to typedNoel Grandin1-4/+3
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-6/+4
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-8/+8
2015-06-02GL3D Bar chart -> experimentalAndras Timar1-1/+4
2015-04-17chart2: convert new to ::Create.Michael Meeks1-2/+2
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-19/+44
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+6
2015-04-09vcl: VclPtr conversion in chart2Noel Grandin1-10/+7
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-07-22fdo#81547, part2: show only relevant widgets in layout tabpageKatarina Behrens1-3/+4
2014-03-29Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida1-3/+0
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida1-6/+7
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-26Make sure to set the RoundedEdge check box on load.Kohei Yoshida1-25/+34
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida1-2/+12
2014-03-26Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida1-0/+42
2014-03-25Make the new OpenGL chart type a compile time option.Kohei Yoshida1-0/+2
2014-03-25Turn this into a regular method.Kohei Yoshida1-1/+6
2014-03-25Add a new chart type "GL 3D Bar" (working name).Kohei Yoshida1-0/+2
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-24Better to associate true for "enable" and false for "disable".Kohei Yoshida1-4/+4
2014-03-03-Werror,-Wunused-functionStephan Bergmann1-5/+0
2014-03-03convert chart type page to .ui formatCaolán McNamara1-414/+158
2014-02-23Remove unneccessary commentsAlexander Wilms1-7/+7
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard1-1/+1
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold1-1/+0
2013-09-29remove a few more auto_ptrMarkus Mohrhard1-8/+4
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-20/+0
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-9/+9
2013-07-15HIG spacing and indentsCaolán McNamara1-2/+2
2013-04-13Adding the dialog for setting stepped lines.Eric Seynaeve1-27/+184
2013-04-02fix the build on non-C++11 platformsMarkus Mohrhard1-3/+3
2013-04-02move chart .ui files into existing schart dirCaolán McNamara1-1/+1
2013-04-02Converting Smooth Lines dialog to gladeEricSeynaeve1-67/+17
2013-03-28move the dialog to chart2Markus Mohrhard1-1/+1
2013-03-28Converting spline dialog box to glade.EricSeynaeve1-78/+63
2012-10-08OUString cleanup in Chart2Olivier Hallot1-3/+3
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-15/+15
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-11-29catch by const referenceTakeshi Abe1-1/+1
2011-11-27remove include of pch header in chart2Norbert Thiebaud1-2/+0
2011-05-05Some cppcheck cleaningJulien Nabet1-3/+3
2011-03-14Various, mostly mutex-related build breakage fixes & warning removals.Kohei Yoshida1-2/+1