summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
AgeCommit message (Expand)Author
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-05-18can drop SCH_RESSTR nowCaolán McNamara
2017-04-25remove chart2 bitmaps from .src filesCaolán McNamara
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-16b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-30no point in these dtors being virtualCaolán McNamara
2016-04-25Kill comphelper::MakeMapStephan Bergmann
2016-04-21new plugin stylepoliceNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in chart2Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2014-06-23XY chart needs to set the X value propertyMarkus Mohrhard
2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida
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-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-03convert chart type page to .ui formatCaolán McNamara
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-06Resolves: rhbz#975421 wrong chart direction in FarsiCaolán McNamara
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
2013-09-08chart2: String to OUStringJelle van der Waa
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
2013-04-13Adding the dialog for setting stepped lines.Eric Seynaeve
2013-02-25loplugin: improve indentationThomas Arnhold
2012-10-08OUString cleanup in Chart2Olivier Hallot
2012-10-04sal_Bool -> bool in chart2Noel Grandin
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-04-03Cleanup some unnecessary #includeMatteo Casalin
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot
2011-11-29catch by const referenceTakeshi Abe
2011-11-27remove include of pch header in chart2Norbert Thiebaud
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold