summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/CommandDispatchContainer.cxx
Commit message (Collapse)AuthorAgeFilesLines
* use more concrete types in chart2, ChartModelNoel Grandin2022-01-191-3/+4
| | | | | | | Change-Id: I36b6ac63ce62e0eb0e9bec951d582f39aed3be25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128592 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski2021-10-291-1/+2
| | | | | | | Change-Id: I71e0b458c4dd2a85e36a485e3efa72b1077b0e54 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124346 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* loplugin:moveparam in chart2Noel Grandin2021-10-111-2/+2
| | | | | | | Change-Id: I6a47abf80f0f45bbb55bc9e0fe817f3c3650aff3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123351 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:refcounting in chart2Noel2021-02-231-2/+3
| | | | | | | Change-Id: I4949e67aae74631acc138a3a52621705cda0dd77 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111353 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix undo and redo dropdowns in non-sfx2 modulesMaxim Monastirsky2020-02-091-1/+4
| | | | | | | | | | | | | after commit c34edadf5bd3d1d9f3c9c056af28b8964d8f1ca0 ("rework SvxUndoRedoControl to be a PopupWindowController") accidentally enabled them there, instead of the simple buttons those modules used to have. Just implement the necessary stuff, instead of hiding the dropdown again. Change-Id: Ic93114f7f3cec8e96f3389ceb0d52552cde02a83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88333 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
* some std::set->o3tl::sorted_vectorNoel Grandin2019-12-041-1/+1
| | | | | | | | | which is much better cache-wise Change-Id: Iacec0df48f043bcdd761ed30c1b1513850a00152 Reviewed-on: https://gerrit.libreoffice.org/84311 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* better data structures for some static const varsNoel Grandin2019-09-251-1/+3
| | | | | | | | | | | use compact, cache-friendly structures for some static const stuff and add a std::initialiser_list constructor to o3tl::sorted_vector Change-Id: I6a6049bf19a7f48dae1843a81cd2257944ada9d5 Reviewed-on: https://gerrit.libreoffice.org/79470 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* tdf#42949 Fix IWYU warnings in chart2/source/controller/*/cxx (1)Gabor Kelemen2018-12-141-1/+2
| | | | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Cleaned directories are: accessibility, drawinglayer, itemsetwrapper, main, sidebar Change-Id: I612eae9dec636d57a3a3a00102d74b964da5b54c Reviewed-on: https://gerrit.libreoffice.org/64307 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
* inline ASSERT_EXCEPTION macro in chart2Noel Grandin2017-11-031-1/+0
| | | | | | | Change-Id: I6bdcde5fd416531e2cdd3c9ec160833f1022247c Reviewed-on: https://gerrit.libreoffice.org/44246 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:includeform: chart2Stephan Bergmann2017-10-231-4/+4
| | | | Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40
* clang-tidy modernize-use-emplace in c*Noel Grandin2017-09-111-2/+2
| | | | | | | Change-Id: I419d1f67ba301050d05981db2a3d6178878684a9 Reviewed-on: https://gerrit.libreoffice.org/42110 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:unusedfields in accessibility..comphelperNoel Grandin2017-06-231-3/+1
| | | | | | | Change-Id: Ifb68d65fc3e48dd80e3ff2b7a4124468fdda1695 Reviewed-on: https://gerrit.libreoffice.org/39137 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-1/+1
| | | | | | | Change-Id: If078cda95fa6ccd37270a5e9d81cfa0b84e71155 Reviewed-on: https://gerrit.libreoffice.org/34324 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
* the container document commands std::set can be staticNoel Grandin2016-04-251-5/+6
| | | | Change-Id: I00558dad4b8206e5e2a7bf004e32196a15dba3cd
* Kill comphelper::MakeSetStephan Bergmann2016-04-251-8/+4
| | | | | | | Change-Id: I2e5f8c2cd67406d9d275960a37c4aa45e283eec3 Reviewed-on: https://gerrit.libreoffice.org/24343 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
| | | | Change-Id: I71de514405bb9bcc746c1ab9633e7fe659888943
* V801: Decreased performanceCaolán McNamara2015-03-061-3/+3
| | | | Change-Id: I97c7977fdfea57b5d1c45ce0c5902b74cc719db9
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-291-1/+0
| | | | | | | Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+0
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-8/+8
| | | | | | | Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
| | | | | | 118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+2
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* remove include of pch header in chart2Norbert Thiebaud2011-11-271-2/+0
|
* Some more dead code removalThomas Arnhold2011-01-181-6/+0
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-0/+3
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* chart47: #i109770# #i110253# prevent null access on empty m_aModel and ↵Ingrid Halama2010-05-191-12/+12
| | | | reduce assertions 'already disposed'
* chartshapes: merge with DEV300_m72Thomas Benisch2010-03-011-4/+1
|\
| * changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | | | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* | #i12587# Inserting/editing arbitrary text objects in chartThomas Benisch2009-10-211-2/+2
| |
* | #i12587# Inserting/editing arbitrary text objects in chartThomas Benisch2009-07-241-9/+0
| |
* | #i12587# Inserting/editing arbitrary text objects in chartThomas Benisch2009-06-041-2/+14
| |
* | #i12587# Inserting/editing arbitrary text objects in chartThomas Benisch2009-05-291-12/+29
| |
* | #i12587# Inserting/editing arbitrary text objects in chartThomas Benisch2009-04-271-2/+16
|/
* INTEGRATION: CWS rptchart02 (1.3.84); FILE MERGEDRüdiger Timm2008-06-161-3/+9
| | | | | 2008/04/16 06:35:33 oj 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 12:50:18 oj 1.3.84.1: use comphelper copyProperties
* INTEGRATION: CWS changefileheader (1.3.94); FILE MERGEDRüdiger Timm2008-04-101-23/+18
| | | | 2008/03/28 16:43:50 rt 1.3.94.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS chart07 (1.2.12); FILE MERGEDRüdiger Timm2007-07-251-7/+8
| | | | 2007/06/25 12:52:11 bm 1.2.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation
* INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDEDVladimir Glazounov2007-05-221-0/+183
2007/02/08 21:25:37 iha 1.1.2.10: resync m195 -> m202 2006/11/07 16:55:27 bm 1.1.2.9: forward container commands to container dispatcher 2006/08/22 17:31:54 bm 1.1.2.8: #i68861# implement the status bar 2006/03/15 13:57:08 bm 1.1.2.7: documentation of dispatch stuff. Also moved the command list of the controller to the controller itself 2006/01/27 09:51:21 bm 1.1.2.6: InlineContainer.hxx moved to comphelper 2005/11/28 16:30:19 bm 1.1.2.5: ::std::swap not supported for temporaries 2005/11/28 14:20:07 iha 1.1.2.4: menu changes 2005/11/25 17:42:34 bm 1.1.2.3: command enabling according to model state 2005/11/22 10:53:22 bm 1.1.2.2: use correct undo strings 2005/11/21 14:53:07 bm 1.1.2.1: classes for dispatching specific events, especially Undo