summaryrefslogtreecommitdiffstats
path: root/include/sfx2/dispatch.hxx
Commit message (Collapse)AuthorAgeFilesLines
* com::sun::star->css in include/linguistic to include/sfx2Noel Grandin2015-10-231-1/+1
| | | | | | | Change-Id: Id69e293fda98ee6cf2cc3d3296a0cd2e06bd847e Reviewed-on: https://gerrit.libreoffice.org/19527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* convert to typed Link<> in sfx2Noel Grandin2015-07-201-1/+1
| | | | | | | Change-Id: Ifa42bd14d7329ff1043fa736513c468dda30485e Reviewed-on: https://gerrit.libreoffice.org/17195 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:unusedmethods sfx2(part2)Noel Grandin2015-07-161-2/+0
| | | | | | | Change-Id: I82223b72ddb6a9df1ee52a300b083002234602dc Reviewed-on: https://gerrit.libreoffice.org/17075 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:unusedmethods sfx2Noel Grandin2015-07-161-2/+0
| | | | | | | Change-Id: I98c455d89f76fbcacf74929a4e8775b4da697f62 Reviewed-on: https://gerrit.libreoffice.org/17069 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-051-1/+1
| | | | Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9
* SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann2015-04-281-1/+1
| | | | Change-Id: I7897ce11621a7aac991ea64897d8fdeb06c3d2d7
* SfxDispatcher::Call_Impl return value is unusedStephan Bergmann2015-04-281-1/+1
| | | | Change-Id: Iecaff2b1b5449751a9787a3b27c70495d82cc623
* convert SfxSlotFilterState to scoped enumNoel Grandin2015-04-101-5/+5
| | | | Change-Id: I424a1c71429078f8f83f8f0138c6e12567628ef8
* convert SFX_SHELL constants to scoped enumNoel Grandin2015-04-091-8/+15
| | | | Change-Id: If1649e8f3b9d200b0b176bef7deea41445bd3f2f
* callcatcher: update unusedcodeCaolán McNamara2015-04-041-3/+1
| | | | | | mostly changed due to loplugin:constantfunction Change-Id: Ib677c78db256f8032a99b3f02a3e363fee68ebcc
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-2/+1
| | | | Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
* convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2014-10-111-2/+2
| | | | | | | | | | and fix a couple of bugs in SC and SW where the call mode was being passed to the hints parameter by accident Change-Id: Ief805410b3f7035e012e229e77f92d5832430f58 Reviewed-on: https://gerrit.libreoffice.org/11916 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* fdo#82577: Handle WindowNoel Grandin2014-09-231-3/+3
| | | | | | | Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
* Bin crack, _SFX_HXX is not defined anywhere anywayTor Lillqvist2014-06-121-3/+1
| | | | Change-Id: Ib751fe39cca72fe1cfc9789e63f28a00abb9113a
* fix hacked bool in SfxDispatcher::SetSlotFilterNoel Grandin2014-04-151-4/+10
| | | | | | | The bEnable flag was being passed an extra value. Make this explicit now using an enum. Change-Id: I292aca44e8592c9f3c1497c24c41140c8c3b5452
* add comment about hacked sal_Bool paramNoel Grandin2014-04-031-0/+2
| | | | Change-Id: I005c523765fbe530dfcb7755cef3081c24c6a734
* sfx2: sal_Bool->boolNoel Grandin2014-03-141-21/+21
| | | | Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
* remove unused code SfxDispatcher::IsOnTop(SfxShell const&)Noel Grandin2014-03-051-2/+1
| | | | Change-Id: I107f732cb0f26bf0546e6cf6181b4236a6ad7b49
* Remove visual noise from includeAlexander Wilms2014-03-011-2/+2
| | | | | | | | | | | | | | | Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* sfx2: SfxItemPtrMap is used only in shell.cxxMichael Stahl2013-12-041-12/+0
| | | | Change-Id: I9f76a114fcdf761ddaaf40666e4330d20ca72b98
* SfxDispatcher: move implementation details out of header fileMichael Stahl2013-12-041-131/+3
| | | | Change-Id: Ia831da45c00554086dc692997130688c0b3e28f5
* Resolves: fdo#70703 guard against FlushImpl inside FlushImplCaolán McNamara2013-11-201-2/+31
| | | | | | | | | where the inner one deletes Shells that the outer one is still processing. Push the candidates onto a stack and let inner FlushImpl modify them to inform outer FlushImpl's that an entry has been deleted Change-Id: I1db8546d53e24cc96c72f2cd5cbec57b6cecaff5
* fdo#65108 inter-module includes <> include/sfx2Norbert Thiebaud2013-11-091-3/+3
| | | | Change-Id: Id2dc67262eb91cb6c7ca030e334e3623d7535d45
* fixincludeguards.sh: include/s*Thomas Arnhold2013-10-231-2/+2
| | | | Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
* convert include/sfx2/dispatch.hxx from String to OUStringNoel Grandin2013-08-291-3/+3
| | | | Change-Id: If1ab56ea5c91e8bc50c27fe8c4b1348b9d2eaa6c
* execute move of global headersBjoern Michaelsen2013-04-231-0/+308
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a