tdf#93837 Convert Writer context menus to xml

Desktop / LibreOffice - Maxim Monastirsky [gmail.com] - 18 January 2016 18:05 UTC

447c313 tdf#93837 Convert Writer context menus to xml
.../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(-)

Upstream: cgit.freedesktop.org


  • Share