From 17d37456a2c3e912a137b7af643de8aa4aa34bbb Mon Sep 17 00:00:00 2001 From: Yousuf Philips Date: Mon, 7 Mar 2016 12:06:10 +0400 Subject: tdf#92825 Rearrange Writer's insert menu fix merge conflict Change-Id: I8c67b61fdc6042291890bf80b47d762dd89d76d4 Reviewed-on: https://gerrit.libreoffice.org/22972 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- source/text/shared/menu/insert_chart.xhp | 51 ++++++++++++++++++++++++ source/text/shared/menu/insert_form_control.xhp | 40 +++++++++++++++++++ source/text/shared/menu/insert_shape.xhp | 52 +++++++++++++++++++++++++ 3 files changed, 143 insertions(+) create mode 100644 source/text/shared/menu/insert_chart.xhp create mode 100644 source/text/shared/menu/insert_form_control.xhp create mode 100644 source/text/shared/menu/insert_shape.xhp (limited to 'source/text/shared/menu') diff --git a/source/text/shared/menu/insert_chart.xhp b/source/text/shared/menu/insert_chart.xhp new file mode 100644 index 0000000000..007be8f456 --- /dev/null +++ b/source/text/shared/menu/insert_chart.xhp @@ -0,0 +1,51 @@ + + + + + + + Chart + /text/shared/menu/insert_chart.xhp + + + + + + +
+ + +Chart +Inserts a chart based on data from a cell or table range or with default data. +
+ +
+ + + + + + + + + +
+ + +
\ No newline at end of file diff --git a/source/text/shared/menu/insert_form_control.xhp b/source/text/shared/menu/insert_form_control.xhp new file mode 100644 index 0000000000..896e6212bd --- /dev/null +++ b/source/text/shared/menu/insert_form_control.xhp @@ -0,0 +1,40 @@ + + + + + + + Form Control + /text/shared/menu/insert_form_control.xhp + + + + + + +
+ + +Form Control +This submenu contains form controls like a textbox, checkbox, option button, and listbox that can be inserted into the document. +
+ + + +
\ No newline at end of file diff --git a/source/text/shared/menu/insert_shape.xhp b/source/text/shared/menu/insert_shape.xhp new file mode 100644 index 0000000000..5bda079864 --- /dev/null +++ b/source/text/shared/menu/insert_shape.xhp @@ -0,0 +1,52 @@ + + + + + + + Shape + /text/shared/menu/insert_shape.xhp + + + + + + +
+ + +Shape +This submenu contains common shapes like a line, circle, triangle, and square, or a symbol shape like a smiley face, heart, and flower that can be inserted into the document. +
+ + +Line +This submenu contains straight, freeform, curved and polygon line shapes. + +Line + + +Basic +This submenu contains basic shapes like rectangles, circles, triangles, pentagon, octagon, pentagon, cylinder, and cube. + +Symbol +This submenu contains symbols shapes like smiley face, heart, sun, moon, flower, puzzle, beveled shapes, and brackets. + + +
\ No newline at end of file -- cgit