summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_ChartType.cxx
AgeCommit message (Expand)Author
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-14convert Link<> to typedNoel Grandin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-10convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-02GL3D Bar chart -> experimentalAndras Timar
2015-04-17chart2: convert new to ::Create.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vcl: VclPtr conversion in chart2Noel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-22fdo#81547, part2: show only relevant widgets in layout tabpageKatarina Behrens
2014-03-29Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Make sure to set the RoundedEdge check box on load.Kohei Yoshida
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida
2014-03-26Add the UI bits for showing "rounded edge" property for GL3D chart.Kohei Yoshida
2014-03-25Make the new OpenGL chart type a compile time option.Kohei Yoshida
2014-03-25Turn this into a regular method.Kohei Yoshida
2014-03-25Add a new chart type "GL 3D Bar" (working name).Kohei Yoshida
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-24Better to associate true for "enable" and false for "disable".Kohei Yoshida
2014-03-03-Werror,-Wunused-functionStephan Bergmann
2014-03-03convert chart type page to .ui formatCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold
2013-09-29remove a few more auto_ptrMarkus Mohrhard
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
2013-07-15HIG spacing and indentsCaolán McNamara
2013-04-13Adding the dialog for setting stepped lines.Eric Seynaeve
2013-04-02fix the build on non-C++11 platformsMarkus Mohrhard
2013-04-02move chart .ui files into existing schart dirCaolán McNamara
2013-04-02Converting Smooth Lines dialog to gladeEricSeynaeve
2013-03-28move the dialog to chart2Markus Mohrhard
2013-03-28Converting spline dialog box to glade.EricSeynaeve
2012-10-08OUString cleanup in Chart2Olivier Hallot
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-11-29catch by const referenceTakeshi Abe