diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2019-07-02 18:37:39 +0200 |
---|---|---|
committer | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-03 10:13:40 +0200 |
commit | 7a9e02746c9bec114ab53eedc7f8a4c57d7f2f67 (patch) | |
tree | b53bd113a7669329a3e57e4cd2bb63c8e8046630 | |
parent | fa4619c82982515b31f9b385e5fdef6c45930326 (diff) |
Bookmark fixes for Chart Data table page
and clone description for some new buttons
Change-Id: Ie173ce3fd2deec89ce60ba373e799a2110243b05
Reviewed-on: https://gerrit.libreoffice.org/75007
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
-rw-r--r-- | source/text/schart/01/03010000.xhp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source/text/schart/01/03010000.xhp b/source/text/schart/01/03010000.xhp index 10c217bbe0..0296e5ebd0 100644 --- a/source/text/schart/01/03010000.xhp +++ b/source/text/schart/01/03010000.xhp @@ -34,7 +34,7 @@ <bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/ChartDataDialog" id="bm_id3153772" localize="false"/> <paragraph role="heading" id="hd_id3150869" xml-lang="en-US" level="1"><link href="text/schart/01/03010000.xhp" name="Data Table">Data Table</link></paragraph> -<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US"><ahelp hid=".uno:DiagramData">Opens the<emph> Data Table </emph>dialog where you can edit the chart data.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US"><ahelp hid=".">Opens the<emph> Data Table </emph>dialog where you can edit the chart data.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3149667" xml-lang="en-US">The<emph> Data Table </emph>dialog is not available if you insert a chart that is based on a Calc sheet or on a Writer table.<comment>UFI: fixes #i31208#</comment></paragraph> <switch select="appl"> @@ -77,8 +77,10 @@ <bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/InsertTextColumn" id="bm_id3156022" localize="false"/><comment>insert text column</comment><paragraph role="paragraph" id="par_id3152297" xml-lang="en-US"><ahelp hid="." visibility="hidden">Inserts a new text column after the current column for hierarchical axes descriptions.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/RemoveRow" id="bm_id3150215" localize="false"/><comment>delete row</comment><paragraph role="paragraph" id="par_id3159231" xml-lang="en-US"><ahelp hid="." visibility="hidden">Deletes the current row. It is not possible to delete the label row.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/RemoveColumn" id="bm_id3153959" localize="false"/><comment>delete series</comment><paragraph role="paragraph" id="par_id3153336" xml-lang="en-US"><ahelp hid="." visibility="hidden">Deletes the current series or text column. It is not possible to delete the first text column.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/SwapColumn" id="bm_id8501846" localize="false"/><comment>move series right</comment><paragraph role="paragraph" id="par_id4089175" xml-lang="en-US"><ahelp hid="." visibility="hidden">Switches the current column with its neighbor at the right.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/SwapRow" id="bm_id4469130" localize="false"/><comment>move row down</comment><paragraph role="paragraph" id="par_id3949095" xml-lang="en-US"><ahelp hid="." visibility="hidden">Switches the current row with its neighbor below.</ahelp></paragraph><comment>edit fields, see i72361</comment> +<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/MoveRightColumn" id="bm_id8501846" localize="false"/><comment>move series right</comment><paragraph role="paragraph" id="par_id4089175" xml-lang="en-US"><ahelp hid="." visibility="hidden">Switches the current column with its neighbor at the right.</ahelp></paragraph> +<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/MoveLeftColumn" id="bm_id8501847" localize="false"/><comment>move series left</comment><paragraph role="paragraph" id="par_id4089176" xml-lang="en-US"><ahelp hid="." visibility="hidden">Switches the current column with its neighbor at the left.</ahelp></paragraph> +<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/MoveDownRow" id="bm_id4469130" localize="false"/><comment>move row down</comment><paragraph role="paragraph" id="par_id3949095" xml-lang="en-US"><ahelp hid="." visibility="hidden">Switches the current row with its neighbor below.</ahelp></paragraph><comment>edit fields, see i72361</comment> +<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/MoveUpRow" id="bm_id4469131" localize="false"/><comment>move row up</comment><paragraph role="paragraph" id="par_id3949096" xml-lang="en-US"><ahelp hid="." visibility="hidden">Switches the current row with its neighbor above.</ahelp></paragraph><comment>edit fields, see i72361</comment> <bookmark xml-lang="en-US" branch="hid/CHART2_HID_SCH_DATA_SERIES_LABEL" id="bm_id3522446" localize="false"/><paragraph role="paragraph" id="par_id6697286" xml-lang="en-US"><ahelp hid="." visibility="hidden">Enter names for the data series.</ahelp></paragraph> </body> </helpdocument> |