From 447c313586e9b36acff393feae15f5e1b63861ae Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Tue, 19 Jan 2016 00:37:47 +0200 Subject: tdf#93837 Convert Writer context menus to xml Change-Id: I9bc4d5dbef899a31f485123ec841f8d6585a4529 --- .../org/openoffice/Office/UI/GenericCommands.xcu | 8 ++- .../org/openoffice/Office/UI/WriterCommands.xcu | 27 ++++++-- .../openoffice/Office/UI/WriterFormWindowState.xcu | 40 +++++++++++ .../Office/UI/WriterGlobalWindowState.xcu | 40 +++++++++++ .../Office/UI/WriterReportWindowState.xcu | 40 +++++++++++ .../openoffice/Office/UI/WriterWebWindowState.xcu | 30 ++++++++ .../org/openoffice/Office/UI/WriterWindowState.xcu | 40 +++++++++++ .../org/openoffice/Office/UI/XFormsWindowState.xcu | 40 +++++++++++ sw/UIConfig_sglobal.mk | 8 +++ sw/UIConfig_sweb.mk | 6 ++ sw/UIConfig_swform.mk | 8 +++ sw/UIConfig_swreport.mk | 8 +++ sw/UIConfig_swriter.mk | 8 +++ sw/UIConfig_swxform.mk | 8 +++ sw/source/uibase/shells/beziersh.cxx | 2 +- sw/source/uibase/shells/drawsh.cxx | 2 +- sw/source/uibase/shells/drformsh.cxx | 2 +- sw/source/uibase/shells/drwtxtsh.cxx | 2 +- sw/source/uibase/shells/frmsh.cxx | 2 +- sw/source/uibase/shells/grfsh.cxx | 2 +- sw/source/uibase/shells/mediash.cxx | 2 +- sw/source/uibase/shells/olesh.cxx | 2 +- sw/source/uibase/shells/textsh.cxx | 2 +- sw/source/uibase/uiview/srcview.cxx | 2 +- sw/source/uibase/web/wformsh.cxx | 2 +- sw/source/uibase/web/wfrmsh.cxx | 2 +- sw/source/uibase/web/wgrfsh.cxx | 2 +- sw/source/uibase/web/wolesh.cxx | 2 +- sw/source/uibase/web/wtextsh.cxx | 2 +- sw/uiconfig/sglobal/popupmenu/draw.xml | 79 ++++++++++++++++++++++ sw/uiconfig/sglobal/popupmenu/drawtext.xml | 27 ++++++++ sw/uiconfig/sglobal/popupmenu/form.xml | 74 ++++++++++++++++++++ sw/uiconfig/sglobal/popupmenu/frame.xml | 62 +++++++++++++++++ sw/uiconfig/sglobal/popupmenu/graphic.xml | 74 ++++++++++++++++++++ sw/uiconfig/sglobal/popupmenu/media.xml | 70 +++++++++++++++++++ sw/uiconfig/sglobal/popupmenu/oleobject.xml | 62 +++++++++++++++++ sw/uiconfig/sglobal/popupmenu/table.xml | 1 + sw/uiconfig/sglobal/popupmenu/text.xml | 53 +++++++++++++++ sw/uiconfig/sweb/popupmenu/form.xml | 74 ++++++++++++++++++++ sw/uiconfig/sweb/popupmenu/frame.xml | 62 +++++++++++++++++ sw/uiconfig/sweb/popupmenu/graphic.xml | 74 ++++++++++++++++++++ sw/uiconfig/sweb/popupmenu/oleobject.xml | 62 +++++++++++++++++ sw/uiconfig/sweb/popupmenu/source.xml | 16 +++++ sw/uiconfig/sweb/popupmenu/table.xml | 1 + sw/uiconfig/sweb/popupmenu/text.xml | 49 ++++++++++++++ sw/uiconfig/swform/popupmenu/draw.xml | 79 ++++++++++++++++++++++ sw/uiconfig/swform/popupmenu/drawtext.xml | 27 ++++++++ sw/uiconfig/swform/popupmenu/form.xml | 74 ++++++++++++++++++++ sw/uiconfig/swform/popupmenu/frame.xml | 62 +++++++++++++++++ sw/uiconfig/swform/popupmenu/graphic.xml | 74 ++++++++++++++++++++ sw/uiconfig/swform/popupmenu/media.xml | 70 +++++++++++++++++++ sw/uiconfig/swform/popupmenu/oleobject.xml | 62 +++++++++++++++++ sw/uiconfig/swform/popupmenu/table.xml | 1 + sw/uiconfig/swform/popupmenu/text.xml | 53 +++++++++++++++ sw/uiconfig/swreport/popupmenu/draw.xml | 79 ++++++++++++++++++++++ sw/uiconfig/swreport/popupmenu/drawtext.xml | 27 ++++++++ sw/uiconfig/swreport/popupmenu/form.xml | 74 ++++++++++++++++++++ sw/uiconfig/swreport/popupmenu/frame.xml | 62 +++++++++++++++++ sw/uiconfig/swreport/popupmenu/graphic.xml | 74 ++++++++++++++++++++ sw/uiconfig/swreport/popupmenu/media.xml | 70 +++++++++++++++++++ sw/uiconfig/swreport/popupmenu/oleobject.xml | 62 +++++++++++++++++ sw/uiconfig/swreport/popupmenu/table.xml | 1 + sw/uiconfig/swreport/popupmenu/text.xml | 53 +++++++++++++++ sw/uiconfig/swriter/popupmenu/draw.xml | 79 ++++++++++++++++++++++ sw/uiconfig/swriter/popupmenu/drawtext.xml | 27 ++++++++ sw/uiconfig/swriter/popupmenu/form.xml | 74 ++++++++++++++++++++ sw/uiconfig/swriter/popupmenu/frame.xml | 62 +++++++++++++++++ sw/uiconfig/swriter/popupmenu/graphic.xml | 74 ++++++++++++++++++++ sw/uiconfig/swriter/popupmenu/media.xml | 70 +++++++++++++++++++ sw/uiconfig/swriter/popupmenu/oleobject.xml | 62 +++++++++++++++++ sw/uiconfig/swriter/popupmenu/table.xml | 1 + sw/uiconfig/swriter/popupmenu/text.xml | 53 +++++++++++++++ sw/uiconfig/swxform/popupmenu/draw.xml | 79 ++++++++++++++++++++++ sw/uiconfig/swxform/popupmenu/drawtext.xml | 27 ++++++++ sw/uiconfig/swxform/popupmenu/form.xml | 74 ++++++++++++++++++++ sw/uiconfig/swxform/popupmenu/frame.xml | 62 +++++++++++++++++ sw/uiconfig/swxform/popupmenu/graphic.xml | 74 ++++++++++++++++++++ sw/uiconfig/swxform/popupmenu/media.xml | 70 +++++++++++++++++++ sw/uiconfig/swxform/popupmenu/oleobject.xml | 62 +++++++++++++++++ sw/uiconfig/swxform/popupmenu/table.xml | 1 + sw/uiconfig/swxform/popupmenu/text.xml | 53 +++++++++++++++ 81 files changed, 3168 insertions(+), 21 deletions(-) create mode 100644 sw/uiconfig/sglobal/popupmenu/draw.xml create mode 100644 sw/uiconfig/sglobal/popupmenu/drawtext.xml create mode 100644 sw/uiconfig/sglobal/popupmenu/form.xml create mode 100644 sw/uiconfig/sglobal/popupmenu/frame.xml create mode 100644 sw/uiconfig/sglobal/popupmenu/graphic.xml create mode 100644 sw/uiconfig/sglobal/popupmenu/media.xml create mode 100644 sw/uiconfig/sglobal/popupmenu/oleobject.xml create mode 100644 sw/uiconfig/sglobal/popupmenu/text.xml create mode 100644 sw/uiconfig/sweb/popupmenu/form.xml create mode 100644 sw/uiconfig/sweb/popupmenu/frame.xml create mode 100644 sw/uiconfig/sweb/popupmenu/graphic.xml create mode 100644 sw/uiconfig/sweb/popupmenu/oleobject.xml create mode 100644 sw/uiconfig/sweb/popupmenu/source.xml create mode 100644 sw/uiconfig/sweb/popupmenu/text.xml create mode 100644 sw/uiconfig/swform/popupmenu/draw.xml create mode 100644 sw/uiconfig/swform/popupmenu/drawtext.xml create mode 100644 sw/uiconfig/swform/popupmenu/form.xml create mode 100644 sw/uiconfig/swform/popupmenu/frame.xml create mode 100644 sw/uiconfig/swform/popupmenu/graphic.xml create mode 100644 sw/uiconfig/swform/popupmenu/media.xml create mode 100644 sw/uiconfig/swform/popupmenu/oleobject.xml create mode 100644 sw/uiconfig/swform/popupmenu/text.xml create mode 100644 sw/uiconfig/swreport/popupmenu/draw.xml create mode 100644 sw/uiconfig/swreport/popupmenu/drawtext.xml create mode 100644 sw/uiconfig/swreport/popupmenu/form.xml create mode 100644 sw/uiconfig/swreport/popupmenu/frame.xml create mode 100644 sw/uiconfig/swreport/popupmenu/graphic.xml create mode 100644 sw/uiconfig/swreport/popupmenu/media.xml create mode 100644 sw/uiconfig/swreport/popupmenu/oleobject.xml create mode 100644 sw/uiconfig/swreport/popupmenu/text.xml create mode 100644 sw/uiconfig/swriter/popupmenu/draw.xml create mode 100644 sw/uiconfig/swriter/popupmenu/drawtext.xml create mode 100644 sw/uiconfig/swriter/popupmenu/form.xml create mode 100644 sw/uiconfig/swriter/popupmenu/frame.xml create mode 100644 sw/uiconfig/swriter/popupmenu/graphic.xml create mode 100644 sw/uiconfig/swriter/popupmenu/media.xml create mode 100644 sw/uiconfig/swriter/popupmenu/oleobject.xml create mode 100644 sw/uiconfig/swriter/popupmenu/text.xml create mode 100644 sw/uiconfig/swxform/popupmenu/draw.xml create mode 100644 sw/uiconfig/swxform/popupmenu/drawtext.xml create mode 100644 sw/uiconfig/swxform/popupmenu/form.xml create mode 100644 sw/uiconfig/swxform/popupmenu/frame.xml create mode 100644 sw/uiconfig/swxform/popupmenu/graphic.xml create mode 100644 sw/uiconfig/swxform/popupmenu/media.xml create mode 100644 sw/uiconfig/swxform/popupmenu/oleobject.xml create mode 100644 sw/uiconfig/swxform/popupmenu/text.xml diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index e83e6fa6b9b9..3c59b240c106 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4848,14 +4848,20 @@ Con~trol Properties... + + Con~trol... + 9 - + For~m Properties... + + For~m... + 9 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 6c8921bc020a..70cc697e9d19 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -3,6 +3,22 @@ + + + Add Text Box + + + 1 + + + + + Remove Text Box + + + 1 + + AutoTe~xt... @@ -355,6 +371,9 @@ Caption... + + Insert Caption... + 1 @@ -929,6 +948,9 @@ ~Properties... + + ~Object... + 1 @@ -2386,11 +2408,6 @@ Paste ~Special - - - A~lignment - - T~able diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu index c5d927f57983..ef6999a8acc2 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu @@ -20,6 +20,41 @@ + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Frame + + + + + Image + + + + + Media + + + + + OLE Object + + Print Preview @@ -30,6 +65,11 @@ Table + + + Text + + 0,0 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu index 3077b7133e24..7e3f9c9eee4e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu @@ -20,6 +20,41 @@ + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Frame + + + + + Image + + + + + Media + + + + + OLE Object + + Print Preview @@ -30,6 +65,11 @@ Table + + + Text + + 0,0 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu index 60c42e5a0515..0c6f004961ae 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu @@ -20,6 +20,41 @@ + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Frame + + + + + Image + + + + + Media + + + + + OLE Object + + Print Preview @@ -30,6 +65,11 @@ Table + + + Text + + 0,0 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu index 0218da2127c3..4f3ee1180f59 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu @@ -20,16 +20,46 @@ + + + Form Control + + + + + Text Frame + + + + + Image + + + + + OLE Object + + Print Preview + + + HTML Source + + Table + + + Text + + 0,0 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu index 7bbad929c8f9..f54246e79043 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu @@ -20,6 +20,41 @@ + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Frame + + + + + Image + + + + + Media + + + + + OLE Object + + Print Preview @@ -30,6 +65,11 @@ Table + + + Text + + 0,0 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu index 5a14108e9634..b90debc02ef0 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu @@ -20,6 +20,41 @@ + + + Shape + + + + + Shape Text + + + + + Form Control + + + + + Text Frame + + + + + Image + + + + + Media + + + + + OLE Object + + Print Preview @@ -30,6 +65,11 @@ Table + + + Text + + 0,0 diff --git a/sw/UIConfig_sglobal.mk b/sw/UIConfig_sglobal.mk index 63261f3f8378..6779f1dd5d3e 100644 --- a/sw/UIConfig_sglobal.mk +++ b/sw/UIConfig_sglobal.mk @@ -14,8 +14,16 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/sglobal,\ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/sglobal,\ + sw/uiconfig/sglobal/popupmenu/draw \ + sw/uiconfig/sglobal/popupmenu/drawtext \ + sw/uiconfig/sglobal/popupmenu/form \ + sw/uiconfig/sglobal/popupmenu/frame \ + sw/uiconfig/sglobal/popupmenu/graphic \ + sw/uiconfig/sglobal/popupmenu/media \ + sw/uiconfig/sglobal/popupmenu/oleobject \ sw/uiconfig/sglobal/popupmenu/preview \ sw/uiconfig/sglobal/popupmenu/table \ + sw/uiconfig/sglobal/popupmenu/text \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/sglobal,\ diff --git a/sw/UIConfig_sweb.mk b/sw/UIConfig_sweb.mk index a7e3ce189ad4..daad88f5b880 100644 --- a/sw/UIConfig_sweb.mk +++ b/sw/UIConfig_sweb.mk @@ -14,8 +14,14 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/sweb,\ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/sweb,\ + sw/uiconfig/sweb/popupmenu/form \ + sw/uiconfig/sweb/popupmenu/frame \ + sw/uiconfig/sweb/popupmenu/graphic \ + sw/uiconfig/sweb/popupmenu/oleobject \ sw/uiconfig/sweb/popupmenu/preview \ + sw/uiconfig/sweb/popupmenu/source \ sw/uiconfig/sweb/popupmenu/table \ + sw/uiconfig/sweb/popupmenu/text \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/sweb,\ diff --git a/sw/UIConfig_swform.mk b/sw/UIConfig_swform.mk index 0ed7fef84235..91474a42747f 100644 --- a/sw/UIConfig_swform.mk +++ b/sw/UIConfig_swform.mk @@ -14,8 +14,16 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/swform,\ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/swform,\ + sw/uiconfig/swform/popupmenu/draw \ + sw/uiconfig/swform/popupmenu/drawtext \ + sw/uiconfig/swform/popupmenu/form \ + sw/uiconfig/swform/popupmenu/frame \ + sw/uiconfig/swform/popupmenu/graphic \ + sw/uiconfig/swform/popupmenu/media \ + sw/uiconfig/swform/popupmenu/oleobject \ sw/uiconfig/swform/popupmenu/preview \ sw/uiconfig/swform/popupmenu/table \ + sw/uiconfig/swform/popupmenu/text \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/swform,\ diff --git a/sw/UIConfig_swreport.mk b/sw/UIConfig_swreport.mk index 97bd1e75d3a7..8f7a79275703 100644 --- a/sw/UIConfig_swreport.mk +++ b/sw/UIConfig_swreport.mk @@ -14,8 +14,16 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/swreport,\ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/swreport,\ + sw/uiconfig/swreport/popupmenu/draw \ + sw/uiconfig/swreport/popupmenu/drawtext \ + sw/uiconfig/swreport/popupmenu/form \ + sw/uiconfig/swreport/popupmenu/frame \ + sw/uiconfig/swreport/popupmenu/graphic \ + sw/uiconfig/swreport/popupmenu/media \ + sw/uiconfig/swreport/popupmenu/oleobject \ sw/uiconfig/swreport/popupmenu/preview \ sw/uiconfig/swreport/popupmenu/table \ + sw/uiconfig/swreport/popupmenu/text \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/swreport,\ diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk index b8bbef991d9e..0adadbfc7db8 100644 --- a/sw/UIConfig_swriter.mk +++ b/sw/UIConfig_swriter.mk @@ -14,8 +14,16 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/swriter,\ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/swriter,\ + sw/uiconfig/swriter/popupmenu/draw \ + sw/uiconfig/swriter/popupmenu/drawtext \ + sw/uiconfig/swriter/popupmenu/form \ + sw/uiconfig/swriter/popupmenu/frame \ + sw/uiconfig/swriter/popupmenu/graphic \ + sw/uiconfig/swriter/popupmenu/media \ + sw/uiconfig/swriter/popupmenu/oleobject \ sw/uiconfig/swriter/popupmenu/preview \ sw/uiconfig/swriter/popupmenu/table \ + sw/uiconfig/swriter/popupmenu/text \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/swriter,\ diff --git a/sw/UIConfig_swxform.mk b/sw/UIConfig_swxform.mk index 05c455eb120c..cebe2c4630b0 100644 --- a/sw/UIConfig_swxform.mk +++ b/sw/UIConfig_swxform.mk @@ -14,8 +14,16 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/swxform,\ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/swxform,\ + sw/uiconfig/swxform/popupmenu/draw \ + sw/uiconfig/swxform/popupmenu/drawtext \ + sw/uiconfig/swxform/popupmenu/form \ + sw/uiconfig/swxform/popupmenu/frame \ + sw/uiconfig/swxform/popupmenu/graphic \ + sw/uiconfig/swxform/popupmenu/media \ + sw/uiconfig/swxform/popupmenu/oleobject \ sw/uiconfig/swxform/popupmenu/preview \ sw/uiconfig/swxform/popupmenu/table \ + sw/uiconfig/swxform/popupmenu/text \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/swxform,\ diff --git a/sw/source/uibase/shells/beziersh.cxx b/sw/source/uibase/shells/beziersh.cxx index 2595441bcecb..45af54e1f179 100644 --- a/sw/source/uibase/shells/beziersh.cxx +++ b/sw/source/uibase/shells/beziersh.cxx @@ -47,7 +47,7 @@ SFX_IMPL_INTERFACE(SwBezierShell, SwBaseShell) void SwBezierShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_DRAW_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("draw"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_BEZIER_TOOLBOX); } diff --git a/sw/source/uibase/shells/drawsh.cxx b/sw/source/uibase/shells/drawsh.cxx index e580ef5eeab7..add32b40a001 100644 --- a/sw/source/uibase/shells/drawsh.cxx +++ b/sw/source/uibase/shells/drawsh.cxx @@ -73,7 +73,7 @@ SFX_IMPL_INTERFACE(SwDrawShell, SwDrawBaseShell) void SwDrawShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_DRAW_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("draw"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_DRAW_TOOLBOX); diff --git a/sw/source/uibase/shells/drformsh.cxx b/sw/source/uibase/shells/drformsh.cxx index 3d2ef44960c3..b74b525fe2aa 100644 --- a/sw/source/uibase/shells/drformsh.cxx +++ b/sw/source/uibase/shells/drformsh.cxx @@ -61,7 +61,7 @@ SFX_IMPL_INTERFACE(SwDrawFormShell, SwDrawBaseShell) void SwDrawFormShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_DRAWFORM_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("form"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_TEXT_TOOLBOX); } diff --git a/sw/source/uibase/shells/drwtxtsh.cxx b/sw/source/uibase/shells/drwtxtsh.cxx index e7de13dc4e65..2762c1b1f8c9 100644 --- a/sw/source/uibase/shells/drwtxtsh.cxx +++ b/sw/source/uibase/shells/drwtxtsh.cxx @@ -85,7 +85,7 @@ SFX_IMPL_INTERFACE(SwDrawTextShell, SfxShell) void SwDrawTextShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_DRWTXT_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("drawtext"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_DRAW_TEXT_TOOLBOX); diff --git a/sw/source/uibase/shells/frmsh.cxx b/sw/source/uibase/shells/frmsh.cxx index 17778e5a296e..5160c0aff1b3 100644 --- a/sw/source/uibase/shells/frmsh.cxx +++ b/sw/source/uibase/shells/frmsh.cxx @@ -110,7 +110,7 @@ SFX_IMPL_INTERFACE(SwFrameShell, SwBaseShell) void SwFrameShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_FRM_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("frame"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_FRAME_TOOLBOX); } diff --git a/sw/source/uibase/shells/grfsh.cxx b/sw/source/uibase/shells/grfsh.cxx index 901d9c4cfee0..edefcd897048 100644 --- a/sw/source/uibase/shells/grfsh.cxx +++ b/sw/source/uibase/shells/grfsh.cxx @@ -111,7 +111,7 @@ SFX_IMPL_INTERFACE(SwGrfShell, SwBaseShell) void SwGrfShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_GRF_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("graphic"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_GRAFIK_TOOLBOX); } diff --git a/sw/source/uibase/shells/mediash.cxx b/sw/source/uibase/shells/mediash.cxx index 34473e44c0cf..baba8f187397 100644 --- a/sw/source/uibase/shells/mediash.cxx +++ b/sw/source/uibase/shells/mediash.cxx @@ -73,7 +73,7 @@ SFX_IMPL_INTERFACE(SwMediaShell, SwBaseShell) void SwMediaShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_MEDIA_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("media"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_MEDIA_TOOLBOX); } diff --git a/sw/source/uibase/shells/olesh.cxx b/sw/source/uibase/shells/olesh.cxx index f14e39db5454..82dbaeff7785 100644 --- a/sw/source/uibase/shells/olesh.cxx +++ b/sw/source/uibase/shells/olesh.cxx @@ -41,7 +41,7 @@ SFX_IMPL_INTERFACE(SwOleShell, SwFrameShell) void SwOleShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_OLE_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("oleobject"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_OLE_TOOLBOX); } diff --git a/sw/source/uibase/shells/textsh.cxx b/sw/source/uibase/shells/textsh.cxx index d63b8cf1b2b1..fa01b58db882 100644 --- a/sw/source/uibase/shells/textsh.cxx +++ b/sw/source/uibase/shells/textsh.cxx @@ -120,7 +120,7 @@ SFX_IMPL_INTERFACE(SwTextShell, SwBaseShell) void SwTextShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_TEXT_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("text"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_TEXT_TOOLBOX); diff --git a/sw/source/uibase/uiview/srcview.cxx b/sw/source/uibase/uiview/srcview.cxx index 2cd03e410fe9..9be761701f95 100644 --- a/sw/source/uibase/uiview/srcview.cxx +++ b/sw/source/uibase/uiview/srcview.cxx @@ -118,7 +118,7 @@ SFX_IMPL_SUPERCLASS_INTERFACE(SwSrcView, SfxViewShell) void SwSrcView::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_SRCVIEW_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("source"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_TOOLS|SFX_VISIBILITY_STANDARD|SFX_VISIBILITY_SERVER, RID_WEBTOOLS_TOOLBOX); diff --git a/sw/source/uibase/web/wformsh.cxx b/sw/source/uibase/web/wformsh.cxx index 844de0332fd4..225c033788e8 100644 --- a/sw/source/uibase/web/wformsh.cxx +++ b/sw/source/uibase/web/wformsh.cxx @@ -43,7 +43,7 @@ SFX_IMPL_SUPERCLASS_INTERFACE(SwWebDrawFormShell, SwDrawFormShell) void SwWebDrawFormShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_DRAWFORM_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("form"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_TEXT_TOOLBOX); } diff --git a/sw/source/uibase/web/wfrmsh.cxx b/sw/source/uibase/web/wfrmsh.cxx index 96ca336e5374..befc4f60aca0 100644 --- a/sw/source/uibase/web/wfrmsh.cxx +++ b/sw/source/uibase/web/wfrmsh.cxx @@ -41,7 +41,7 @@ SFX_IMPL_INTERFACE(SwWebFrameShell, SwFrameShell) void SwWebFrameShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_FRM_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("frame"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_WEBFRAME_TOOLBOX); } diff --git a/sw/source/uibase/web/wgrfsh.cxx b/sw/source/uibase/web/wgrfsh.cxx index 02433c941add..717a3d6e0f1c 100644 --- a/sw/source/uibase/web/wgrfsh.cxx +++ b/sw/source/uibase/web/wgrfsh.cxx @@ -45,7 +45,7 @@ SFX_IMPL_INTERFACE(SwWebGrfShell, SwGrfShell) void SwWebGrfShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_GRF_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("graphic"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_WEBGRAPHIC_TOOLBOX); } diff --git a/sw/source/uibase/web/wolesh.cxx b/sw/source/uibase/web/wolesh.cxx index d6afecc0ddc6..69e9e18f62d9 100644 --- a/sw/source/uibase/web/wolesh.cxx +++ b/sw/source/uibase/web/wolesh.cxx @@ -39,7 +39,7 @@ SFX_IMPL_INTERFACE(SwWebOleShell, SwOleShell) void SwWebOleShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_OLE_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("ole"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_WEBOLE_TOOLBOX); } diff --git a/sw/source/uibase/web/wtextsh.cxx b/sw/source/uibase/web/wtextsh.cxx index 4192095bd9a7..319b9e8f9c4a 100644 --- a/sw/source/uibase/web/wtextsh.cxx +++ b/sw/source/uibase/web/wtextsh.cxx @@ -47,7 +47,7 @@ SFX_IMPL_INTERFACE(SwWebTextShell, SwBaseShell) void SwWebTextShell::InitInterface_Impl() { - GetStaticInterface()->RegisterPopupMenu(SW_RES(MN_TEXT_POPUPMENU)); + GetStaticInterface()->RegisterPopupMenu("text"); GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, RID_TEXT_TOOLBOX); diff --git a/sw/uiconfig/sglobal/popupmenu/draw.xml b/sw/uiconfig/sglobal/popupmenu/draw.xml new file mode 100644 index 000000000000..ccaa538a53cb --- /dev/null +++ b/sw/uiconfig/sglobal/popupmenu/draw.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sglobal/popupmenu/drawtext.xml b/sw/uiconfig/sglobal/popupmenu/drawtext.xml new file mode 100644 index 000000000000..0dd2aed1b1a4 --- /dev/null +++ b/sw/uiconfig/sglobal/popupmenu/drawtext.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sglobal/popupmenu/form.xml b/sw/uiconfig/sglobal/popupmenu/form.xml new file mode 100644 index 000000000000..a0f4cc938cc5 --- /dev/null +++ b/sw/uiconfig/sglobal/popupmenu/form.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sglobal/popupmenu/frame.xml b/sw/uiconfig/sglobal/popupmenu/frame.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/sglobal/popupmenu/frame.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sglobal/popupmenu/graphic.xml b/sw/uiconfig/sglobal/popupmenu/graphic.xml new file mode 100644 index 000000000000..8c3c2eab5bf5 --- /dev/null +++ b/sw/uiconfig/sglobal/popupmenu/graphic.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sglobal/popupmenu/media.xml b/sw/uiconfig/sglobal/popupmenu/media.xml new file mode 100644 index 000000000000..31de0939f832 --- /dev/null +++ b/sw/uiconfig/sglobal/popupmenu/media.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sglobal/popupmenu/oleobject.xml b/sw/uiconfig/sglobal/popupmenu/oleobject.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/sglobal/popupmenu/oleobject.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sglobal/popupmenu/table.xml b/sw/uiconfig/sglobal/popupmenu/table.xml index 02b6c424f097..624905ff401c 100644 --- a/sw/uiconfig/sglobal/popupmenu/table.xml +++ b/sw/uiconfig/sglobal/popupmenu/table.xml @@ -65,6 +65,7 @@ + diff --git a/sw/uiconfig/sglobal/popupmenu/text.xml b/sw/uiconfig/sglobal/popupmenu/text.xml new file mode 100644 index 000000000000..a6a60215aab5 --- /dev/null +++ b/sw/uiconfig/sglobal/popupmenu/text.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sweb/popupmenu/form.xml b/sw/uiconfig/sweb/popupmenu/form.xml new file mode 100644 index 000000000000..a0f4cc938cc5 --- /dev/null +++ b/sw/uiconfig/sweb/popupmenu/form.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sweb/popupmenu/frame.xml b/sw/uiconfig/sweb/popupmenu/frame.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/sweb/popupmenu/frame.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sweb/popupmenu/graphic.xml b/sw/uiconfig/sweb/popupmenu/graphic.xml new file mode 100644 index 000000000000..8c3c2eab5bf5 --- /dev/null +++ b/sw/uiconfig/sweb/popupmenu/graphic.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sweb/popupmenu/oleobject.xml b/sw/uiconfig/sweb/popupmenu/oleobject.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/sweb/popupmenu/oleobject.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/sweb/popupmenu/source.xml b/sw/uiconfig/sweb/popupmenu/source.xml new file mode 100644 index 000000000000..2238c25a6c25 --- /dev/null +++ b/sw/uiconfig/sweb/popupmenu/source.xml @@ -0,0 +1,16 @@ + + + + + + + + + diff --git a/sw/uiconfig/sweb/popupmenu/table.xml b/sw/uiconfig/sweb/popupmenu/table.xml index 02b6c424f097..624905ff401c 100644 --- a/sw/uiconfig/sweb/popupmenu/table.xml +++ b/sw/uiconfig/sweb/popupmenu/table.xml @@ -65,6 +65,7 @@ + diff --git a/sw/uiconfig/sweb/popupmenu/text.xml b/sw/uiconfig/sweb/popupmenu/text.xml new file mode 100644 index 000000000000..1b267e1ce25d --- /dev/null +++ b/sw/uiconfig/sweb/popupmenu/text.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swform/popupmenu/draw.xml b/sw/uiconfig/swform/popupmenu/draw.xml new file mode 100644 index 000000000000..ccaa538a53cb --- /dev/null +++ b/sw/uiconfig/swform/popupmenu/draw.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swform/popupmenu/drawtext.xml b/sw/uiconfig/swform/popupmenu/drawtext.xml new file mode 100644 index 000000000000..0dd2aed1b1a4 --- /dev/null +++ b/sw/uiconfig/swform/popupmenu/drawtext.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swform/popupmenu/form.xml b/sw/uiconfig/swform/popupmenu/form.xml new file mode 100644 index 000000000000..a0f4cc938cc5 --- /dev/null +++ b/sw/uiconfig/swform/popupmenu/form.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swform/popupmenu/frame.xml b/sw/uiconfig/swform/popupmenu/frame.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/swform/popupmenu/frame.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swform/popupmenu/graphic.xml b/sw/uiconfig/swform/popupmenu/graphic.xml new file mode 100644 index 000000000000..8c3c2eab5bf5 --- /dev/null +++ b/sw/uiconfig/swform/popupmenu/graphic.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swform/popupmenu/media.xml b/sw/uiconfig/swform/popupmenu/media.xml new file mode 100644 index 000000000000..31de0939f832 --- /dev/null +++ b/sw/uiconfig/swform/popupmenu/media.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swform/popupmenu/oleobject.xml b/sw/uiconfig/swform/popupmenu/oleobject.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/swform/popupmenu/oleobject.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swform/popupmenu/table.xml b/sw/uiconfig/swform/popupmenu/table.xml index 02b6c424f097..624905ff401c 100644 --- a/sw/uiconfig/swform/popupmenu/table.xml +++ b/sw/uiconfig/swform/popupmenu/table.xml @@ -65,6 +65,7 @@ + diff --git a/sw/uiconfig/swform/popupmenu/text.xml b/sw/uiconfig/swform/popupmenu/text.xml new file mode 100644 index 000000000000..a6a60215aab5 --- /dev/null +++ b/sw/uiconfig/swform/popupmenu/text.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swreport/popupmenu/draw.xml b/sw/uiconfig/swreport/popupmenu/draw.xml new file mode 100644 index 000000000000..ccaa538a53cb --- /dev/null +++ b/sw/uiconfig/swreport/popupmenu/draw.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swreport/popupmenu/drawtext.xml b/sw/uiconfig/swreport/popupmenu/drawtext.xml new file mode 100644 index 000000000000..0dd2aed1b1a4 --- /dev/null +++ b/sw/uiconfig/swreport/popupmenu/drawtext.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swreport/popupmenu/form.xml b/sw/uiconfig/swreport/popupmenu/form.xml new file mode 100644 index 000000000000..a0f4cc938cc5 --- /dev/null +++ b/sw/uiconfig/swreport/popupmenu/form.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swreport/popupmenu/frame.xml b/sw/uiconfig/swreport/popupmenu/frame.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/swreport/popupmenu/frame.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swreport/popupmenu/graphic.xml b/sw/uiconfig/swreport/popupmenu/graphic.xml new file mode 100644 index 000000000000..8c3c2eab5bf5 --- /dev/null +++ b/sw/uiconfig/swreport/popupmenu/graphic.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swreport/popupmenu/media.xml b/sw/uiconfig/swreport/popupmenu/media.xml new file mode 100644 index 000000000000..31de0939f832 --- /dev/null +++ b/sw/uiconfig/swreport/popupmenu/media.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swreport/popupmenu/oleobject.xml b/sw/uiconfig/swreport/popupmenu/oleobject.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/swreport/popupmenu/oleobject.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swreport/popupmenu/table.xml b/sw/uiconfig/swreport/popupmenu/table.xml index 02b6c424f097..624905ff401c 100644 --- a/sw/uiconfig/swreport/popupmenu/table.xml +++ b/sw/uiconfig/swreport/popupmenu/table.xml @@ -65,6 +65,7 @@ + diff --git a/sw/uiconfig/swreport/popupmenu/text.xml b/sw/uiconfig/swreport/popupmenu/text.xml new file mode 100644 index 000000000000..a6a60215aab5 --- /dev/null +++ b/sw/uiconfig/swreport/popupmenu/text.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swriter/popupmenu/draw.xml b/sw/uiconfig/swriter/popupmenu/draw.xml new file mode 100644 index 000000000000..ccaa538a53cb --- /dev/null +++ b/sw/uiconfig/swriter/popupmenu/draw.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swriter/popupmenu/drawtext.xml b/sw/uiconfig/swriter/popupmenu/drawtext.xml new file mode 100644 index 000000000000..0dd2aed1b1a4 --- /dev/null +++ b/sw/uiconfig/swriter/popupmenu/drawtext.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swriter/popupmenu/form.xml b/sw/uiconfig/swriter/popupmenu/form.xml new file mode 100644 index 000000000000..a0f4cc938cc5 --- /dev/null +++ b/sw/uiconfig/swriter/popupmenu/form.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swriter/popupmenu/frame.xml b/sw/uiconfig/swriter/popupmenu/frame.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/swriter/popupmenu/frame.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swriter/popupmenu/graphic.xml b/sw/uiconfig/swriter/popupmenu/graphic.xml new file mode 100644 index 000000000000..8c3c2eab5bf5 --- /dev/null +++ b/sw/uiconfig/swriter/popupmenu/graphic.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swriter/popupmenu/media.xml b/sw/uiconfig/swriter/popupmenu/media.xml new file mode 100644 index 000000000000..31de0939f832 --- /dev/null +++ b/sw/uiconfig/swriter/popupmenu/media.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swriter/popupmenu/oleobject.xml b/sw/uiconfig/swriter/popupmenu/oleobject.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/swriter/popupmenu/oleobject.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swriter/popupmenu/table.xml b/sw/uiconfig/swriter/popupmenu/table.xml index 02b6c424f097..624905ff401c 100644 --- a/sw/uiconfig/swriter/popupmenu/table.xml +++ b/sw/uiconfig/swriter/popupmenu/table.xml @@ -65,6 +65,7 @@ + diff --git a/sw/uiconfig/swriter/popupmenu/text.xml b/sw/uiconfig/swriter/popupmenu/text.xml new file mode 100644 index 000000000000..a6a60215aab5 --- /dev/null +++ b/sw/uiconfig/swriter/popupmenu/text.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swxform/popupmenu/draw.xml b/sw/uiconfig/swxform/popupmenu/draw.xml new file mode 100644 index 000000000000..ccaa538a53cb --- /dev/null +++ b/sw/uiconfig/swxform/popupmenu/draw.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swxform/popupmenu/drawtext.xml b/sw/uiconfig/swxform/popupmenu/drawtext.xml new file mode 100644 index 000000000000..0dd2aed1b1a4 --- /dev/null +++ b/sw/uiconfig/swxform/popupmenu/drawtext.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swxform/popupmenu/form.xml b/sw/uiconfig/swxform/popupmenu/form.xml new file mode 100644 index 000000000000..a0f4cc938cc5 --- /dev/null +++ b/sw/uiconfig/swxform/popupmenu/form.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swxform/popupmenu/frame.xml b/sw/uiconfig/swxform/popupmenu/frame.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/swxform/popupmenu/frame.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swxform/popupmenu/graphic.xml b/sw/uiconfig/swxform/popupmenu/graphic.xml new file mode 100644 index 000000000000..8c3c2eab5bf5 --- /dev/null +++ b/sw/uiconfig/swxform/popupmenu/graphic.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swxform/popupmenu/media.xml b/sw/uiconfig/swxform/popupmenu/media.xml new file mode 100644 index 000000000000..31de0939f832 --- /dev/null +++ b/sw/uiconfig/swxform/popupmenu/media.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swxform/popupmenu/oleobject.xml b/sw/uiconfig/swxform/popupmenu/oleobject.xml new file mode 100644 index 000000000000..f28337c9d0f7 --- /dev/null +++ b/sw/uiconfig/swxform/popupmenu/oleobject.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw/uiconfig/swxform/popupmenu/table.xml b/sw/uiconfig/swxform/popupmenu/table.xml index 02b6c424f097..624905ff401c 100644 --- a/sw/uiconfig/swxform/popupmenu/table.xml +++ b/sw/uiconfig/swxform/popupmenu/table.xml @@ -65,6 +65,7 @@ + diff --git a/sw/uiconfig/swxform/popupmenu/text.xml b/sw/uiconfig/swxform/popupmenu/text.xml new file mode 100644 index 000000000000..a6a60215aab5 --- /dev/null +++ b/sw/uiconfig/swxform/popupmenu/text.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit