summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorVert D <devoptmsoi@gmx.com>2021-04-29 10:29:00 -0500
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-07-05 12:53:22 +0200
commit06d063a9de41a24922f15cd3aa47411b61d30c23 (patch)
tree9af8698e567ef62b161286c527e0a68612cbe0c9 /sfx2/inc
parent25e09087d8e2c5cecca1d548c69a263c7bf8b7ca (diff)
tdf#138906 prevent built-in category deletion
*Remove category selection dialog for Delete Category. *Delete Category now deletes the current Category. *Import now imports to current category. *Remove Buttons, add items to menu. *Enable delete multi selection. *Change Dialog titles. *Remove searchview class. (I see no reason for it, it just copies code from localview and localview can handle search results on its own.) Change-Id: I5add4aa9fa68ac68c796a6b98fb54a5d0da93bd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113712 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/bitmaps.hlst17
1 files changed, 17 insertions, 0 deletions
diff --git a/sfx2/inc/bitmaps.hlst b/sfx2/inc/bitmaps.hlst
index 3c236ff50d64..9d385c9765b3 100644
--- a/sfx2/inc/bitmaps.hlst
+++ b/sfx2/inc/bitmaps.hlst
@@ -91,7 +91,24 @@
#define SFX_BMP_CLOSE_DOC "sfx2/res/closedoc.png"
#define SIDEBAR_CLOSE_INDICATOR "cmd/lc_decrementlevel.png"
+#define BMP_ACTION_DEFAULT_WRITER "res/odt_16_8.png"
+#define BMP_ACTION_DEFAULT_CALC "res/ods_16_8.png"
+#define BMP_ACTION_DEFAULT_IMPRESS "res/odp_16_8.png"
+#define BMP_ACTION_DEFAULT_DRAW "res/odg_16_8.png"
+#define BMP_ACTION_MOVE "cmd/sc_move.png"
+#define BMP_ACTION_IMPORT "cmd/sc_dataimport.png"
+#define BMP_ACTION_EXPORT "cmd/sc_exportto.png"
+#define BMP_ACTION_EXTENSIONS "cmd/sc_additionsdialog.png"
+#define BMP_ACTION_DELETE_CATEGORY "cmd/sc_delete.png"
+#define BMP_ACTION_NEW_CATEGORY "cmd/sc_add.png"
+#define BMP_ACTION_RENAME "cmd/sc_editdoc.png"
+#define BMP_MENU_OPEN "cmd/sc_opentemplate.png"
+#define BMP_MENU_EDIT "cmd/sc_opentemplate.png"
+#define BMP_MENU_MOVE "cmd/sc_move.png"
+#define BMP_MENU_RENAME "cmd/sc_editdoc.png"
+#define BMP_MENU_DELETE "cmd/sc_delete.png"
+#define BMP_MENU_EXPORT "cmd/sc_exportto.png"
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */