summaryrefslogtreecommitdiff
path: root/sc/sdi/scalc.sdi
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2020-10-11 16:15:47 -0800
committerJim Raykowski <raykowj@gmail.com>2020-11-13 17:53:20 +0100
commit95b27dd2e5b5bdcb39962f72882dcdf406bcb393 (patch)
tree84c49a7daadf1ce908a9f5608d40494af164917d /sc/sdi/scalc.sdi
parentd40f2d02df26e216f367b5da3f9546b73f250469 (diff)
tdf#45705 rework zoom in and zoom out UI commands in Calc
Similar to commit 2cddaa6e199ed8bb6185b7825791199f9da4a670 done for Writer view shell, this patch makes zoom in and zoom out commands functional for Calc view shell in addition to the preview shell. Change-Id: Ibf1fd92e79c82cdea91d0d01491ac25577df54fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104196 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sc/sdi/scalc.sdi')
-rw-r--r--sc/sdi/scalc.sdi36
1 files changed, 0 insertions, 36 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index 86ae80497a77..077fa4adf9d9 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -5876,42 +5876,6 @@ SfxBoolItem WrapText SID_ATTR_ALIGN_LINEBREAK
]
-SfxVoidItem ZoomIn SID_PREVIEW_ZOOMIN
-()
-[
- AutoUpdate = FALSE,
- FastCall = FALSE,
- ReadOnlyDoc = TRUE,
- Toggle = FALSE,
- Container = FALSE,
- RecordAbsolute = FALSE,
- RecordPerSet;
-
- AccelConfig = TRUE,
- MenuConfig = FALSE,
- ToolBoxConfig = TRUE,
- GroupId = SfxGroupId::View;
-]
-
-
-SfxVoidItem ZoomOut SID_PREVIEW_ZOOMOUT
-()
-[
- AutoUpdate = FALSE,
- FastCall = FALSE,
- ReadOnlyDoc = TRUE,
- Toggle = FALSE,
- Container = FALSE,
- RecordAbsolute = FALSE,
- RecordPerSet;
-
- AccelConfig = TRUE,
- MenuConfig = FALSE,
- ToolBoxConfig = TRUE,
- GroupId = SfxGroupId::View;
-]
-
-
SfxVoidItem FocusInputLine SID_FOCUS_INPUTLINE
()
[
feature/wasm&id=1fa230f73c907b1003034e17134275595f19f0e6'>loplugin:useuniqueptr in chelp::ResultSetBaseNoel Grandin 2018-02-02xmlhelp: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski 2018-01-12More loplugin:cstylecast: xmlhelpStephan Bergmann 2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin 2018-01-04loplugin:unusedfieldsNoel Grandin 2017-12-29loplugin:passstuffbyref improved return in xmlhelp,slideshowNoel Grandin 2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann 2017-12-11Attempt to blind fix build breakerEike Rathke 2017-12-11tdf#114242 xmlhelp: fix crash in TVChildTarget::Check()Michael Stahl 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-12-07loplugin:salcall handle static methodsNoel Grandin 2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin 2017-11-17loplugin:useuniqueptr in TVDomNoel Grandin