summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartWindow.cxx
Commit message (Expand)AuthorAgeFilesLines
* WASM re-activate and fix the Chart buildArmin Le Grand (Allotropia)2022-01-201-0/+5
* Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski2021-11-031-7/+3
* Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski2021-11-031-16/+25
* Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2021-08-161-3/+1
* convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl2021-08-111-1/+3
* improve LOK notifyInvalidationNoel Grandin2021-08-051-4/+4
* split OutputDevice from WindowNoel Grandin2021-05-171-2/+2
* rename for disentangling AA and B2D use in VCL drawingLuboš Luňák2020-09-281-1/+1
* chart2: clear listener parents in disposeAshod Nakashian2019-12-161-0/+1
* tdf#42949 Fix IWYU warnings in chart2/source/controller/*/cxx (1)Gabor Kelemen2018-12-141-1/+0
* Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski2018-10-241-2/+1
* remove the GL based 3D chartsMarkus Mohrhard2018-07-171-51/+1
* lo chart2: The LokChartHelper must post the mouse events too.Jan Holesovsky2018-03-021-0/+15
* loplugin:changetoolsgen in canvas..cuiNoel Grandin2018-02-141-10/+10
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-1/+1
* loplugin:includeform: chart2Stephan Bergmann2017-10-231-4/+4
* Fraction: make conversion operators and constructor explicitNoel Grandin2017-09-131-4/+4
* Fix JunitTest chart2 unoapiJan-Marek Glogowski2017-08-031-1/+3
* lok - add support for in place chart editingMarco Cecchetti2017-08-031-0/+110
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-2/+2
* de-hrc various thingsCaolán McNamara2017-07-211-1/+1
* commit: loplugin:checkunusedparams in chart2Noel Grandin2017-04-281-2/+2
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-4/+4
* loplugin:unusedmethodsNoel Grandin2017-03-291-6/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-051-1/+1
* uitest: some initial work on the chart selectionMarkus Mohrhard2016-07-161-0/+5
* uitest: add initial support for selecting chart elementsMarkus Mohrhard2016-07-161-0/+6
* uitest: set id for chart windowMarkus Mohrhard2016-06-201-0/+1
* only init the OpenGL context if we need itMarkus Mohrhard2016-06-071-1/+1
* fix headless buildOliver Specht2016-03-251-1/+5
* com::sun::star->css in chart2Noel Grandin2016-03-141-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* loplugin:mergeclassesNoel Grandin2015-10-121-15/+5
* API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl2015-07-301-2/+6
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-261-3/+3
* convert ANTIALIASING constants to scoped enumNoel Grandin2015-05-201-1/+1
* convert DRAWMODE constants to scoped enumNoel Grandin2015-05-201-4/+4
* refactor chart2 classes to use RenderContextTomaž Vajngerl2015-05-141-3/+3
* add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl2015-05-131-3/+3
* replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2015-04-291-3/+3
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-1/+1
* chart2: convert new to ::Create.Michael Meeks2015-04-171-1/+1
* vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-1/+1
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-3/+2
* Double dispose protection.Michael Meeks2015-04-091-0/+1
* vcl: VclPtr conversion in chart2Noel Grandin2015-04-091-0/+6
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2014-11-111-1/+1