From 28488c94d697f169baaf4c67bf2c71287b503c43 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 25 Feb 2018 17:26:42 +0000 Subject: convert corner case warningboxes with checkboxes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic8b58b792236a733b6687148eac5c06bbf734acf Reviewed-on: https://gerrit.libreoffice.org/50325 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/uiconfig/scalc/ui/checkwarningdialog.ui | 49 +++++++++++++++++++++++++++++ sc/uiconfig/scalc/ui/sharedwarningdialog.ui | 48 ++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 sc/uiconfig/scalc/ui/checkwarningdialog.ui create mode 100644 sc/uiconfig/scalc/ui/sharedwarningdialog.ui (limited to 'sc/uiconfig') diff --git a/sc/uiconfig/scalc/ui/checkwarningdialog.ui b/sc/uiconfig/scalc/ui/checkwarningdialog.ui new file mode 100644 index 000000000000..addb933cfaa9 --- /dev/null +++ b/sc/uiconfig/scalc/ui/checkwarningdialog.ui @@ -0,0 +1,49 @@ + + + + + + False + dialog + warning + ok + You are pasting data into cells that already contain data. + Do you really want to overwrite the existing data? + + + False + vertical + 2 + + + False + True + + + False + False + 0 + + + + + Warn me about this in the future. + True + True + False + True + True + + + False + True + 2 + + + + + + + + + diff --git a/sc/uiconfig/scalc/ui/sharedwarningdialog.ui b/sc/uiconfig/scalc/ui/sharedwarningdialog.ui new file mode 100644 index 000000000000..bf894eaaa3e1 --- /dev/null +++ b/sc/uiconfig/scalc/ui/sharedwarningdialog.ui @@ -0,0 +1,48 @@ + + + + + + False + dialog + warning + ok + The spreadsheet is in shared mode. This allows multiple users to access and edit the spreadsheet at the same time. + Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities. + + + False + vertical + 2 + + + False + True + + + False + False + 0 + + + + + Do not show warning again. + True + True + False + True + + + False + True + 2 + + + + + + + + + -- cgit