summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartController_Window.cxx
Commit message (Expand)AuthorAgeFilesLines
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-08-031-1/+1
* Kill comphelper::MakeMapStephan Bergmann2016-04-251-1/+0
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* Move clipboard stuff to the top like in other modulesMaxim Monastirsky2016-03-211-4/+5
* tdf#93837 chart2: Convert shape context menus to xmlMaxim Monastirsky2016-03-211-22/+35
* Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann2015-12-111-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-4/+4
* loplugin:mergeclassesNoel Grandin2015-10-121-26/+0
* tdf#94559: second step to remove rtti.hxxOliver Specht2015-09-301-1/+1
* Fix typosAndrea Gelmini2015-09-301-1/+1
* SdrObjEditView::IsTextEditHit effectively ignores its nTol argumentStephan Bergmann2015-09-091-4/+2
* loplugin: defaultparamsNoel Grandin2015-08-141-7/+5
* Fix typosAndrea Gelmini2015-07-191-1/+1
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-291-1/+1
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-221-1/+1
* convert POINTER constants to scoped enumNoel Grandin2015-05-221-27/+27
* tdf#91054: cleanup weirdo function prototypesJens Carl2015-05-211-12/+7
* refactor chart2 classes to use RenderContextTomaž Vajngerl2015-05-141-11/+11
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-5/+5
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-3/+1
* convert SDRMOUSE constants to scoped enumNoel Grandin2015-04-291-1/+1
* Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann2015-04-091-1/+1
* Remove redundant Reference<> from within UnoType<> usesStephan Bergmann2015-04-011-4/+4
* tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande2015-03-101-9/+7
* tdf#39440 - cppcheck cleanlinessRadu Ioan2015-02-171-3/+1
* chart2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-071-1/+1
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-2/+2
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-2/+2
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-2/+2
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-2/+2
* fdo#82577: Handle RegionNoel Grandin2014-09-301-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-1/+1
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-1/+1
* remove whitespacesMarkus Mohrhard2014-07-021-2/+0
* remove unneeded code for 3D charts in controllerMarkus Mohrhard2014-06-211-33/+1
* coverity#706260 Uncaught exceptionCaolán McNamara2014-05-281-3/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet2014-05-061-5/+5
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* remove comments why a file gets includedThomas Arnhold2014-04-211-6/+0
* chart2: sal_Bool->boolNoel Grandin2014-04-151-1/+1
* Several more Window events to intercept for the GL3D chart.Kohei Yoshida2014-04-111-1/+15
* Separate mouse event handlers for GL3D bar chart.Kohei Yoshida2014-04-111-0/+18
* Reduce indentation by early bailout.Kohei Yoshida2014-04-101-136/+136
* Remove visual noise from chart2Alexander Wilms2014-02-271-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-21/+21
* Remove unneccessary commentsAlexander Wilms2014-02-231-3/+3
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* add a way to dump chart content to consoleMarkus Mohrhard2014-02-061-0/+12
* coverity#704212 Logically dead codeCaolán McNamara2014-01-281-42/+32