From 30ca798d8136bfd48dcd11438d69396848024313 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Tue, 24 Dec 2024 20:38:23 +0500 Subject: Mark some Calc slots as inactive in readonly mode They all modify the document model. Change-Id: I0ce145ec6dd741557da36598b77063be256f47f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179316 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sc/sdi/scalc.sdi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index f8a179a8d3e9..710f3c702045 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -110,7 +110,7 @@ SfxVoidItem AddPrintArea SID_ADD_PRINTAREA [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -543,7 +543,7 @@ SfxVoidItem ChangePrintArea SID_CHANGE_PRINTAREA [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -1309,7 +1309,7 @@ SfxVoidItem DefinePrintArea SID_DEFINE_PRINTAREA [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -1417,7 +1417,7 @@ SfxVoidItem DeletePrintArea SID_DELETE_PRINTAREA [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -1579,7 +1579,7 @@ SfxVoidItem EditPrintArea SID_OPENDLG_EDIT_PRINTAREA [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -1966,7 +1966,7 @@ SfxVoidItem FreezePanes SID_WINDOW_FIX [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -1983,7 +1983,7 @@ SfxPointItem FreezePanesColumn SID_WINDOW_FIX_COL [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -2000,7 +2000,7 @@ SfxPointItem FreezePanesRow SID_WINDOW_FIX_ROW [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -2017,7 +2017,7 @@ SfxVoidItem FunctionBox FID_FUNCTION_BOX [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = TRUE, RecordAbsolute = FALSE, -- cgit