diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-09-03 15:46:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-09-04 13:02:56 +0200 |
commit | f2d096099a220e4caa2d532a5230785cbdb91eed (patch) | |
tree | 230bcc7ab089d2948c321c6d2df3a089f064bc0b /include/svl/hint.hxx | |
parent | 12f5c69ead6765dd3711db335763caf2df4e049f (diff) |
use less dynamic_cast when broadcasting SfxHint in sc
Change-Id: I25ee079b5b14f82012f868ae6b348fa6982571a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172853
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'include/svl/hint.hxx')
-rw-r--r-- | include/svl/hint.hxx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx index c0a927a1c954..81600f610484 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -118,6 +118,17 @@ enum class SfxHintId { ScHiddenRowsChanged, ScSelectionChanged, ScClearCache, + ScTabDeleted, + ScTabSizeChanged, + ScPaint, + ScUpdateRef, + ScLinkRefreshed, + ScAutoStyle, + ScDBRangeRefreshed, + ScDataPilotModified, + ScTables, + ScEditView, + ScUnoRefUndo, // SC accessibility hints ScAccTableChanged, @@ -127,6 +138,10 @@ enum class SfxHintId { ScAccLeaveEditMode, ScAccMakeDrawLayer, ScAccWindowResized, + ScAccGridWinFocusLost, + ScAccGridWinFocusGot, + ScAccWinFocusGot, + ScAccWinFocusLost, // sd hints SdViewShell, |