diff options
author | Shubham Goyal <22shubh22@gmail.com> | 2019-03-08 10:08:27 +0530 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-03-08 12:18:45 +0100 |
commit | 8b9d37bf1bb9bfc21343cbd02f21201c56cf05ca (patch) | |
tree | 9234f2ddf022dd38b738f10e488ee55db40b3120 | |
parent | eb2972e06b1ac3210f1de1a6e9ade2d049aaf976 (diff) |
tdf#53524 help-submodule - grid control Dialog editor
Change-Id: Ie6918fdc9eb0cfed7042362cb1ad223e908d6d8a
Reviewed-on: https://gerrit.libreoffice.org/68895
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/02/20000000.xhp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source/text/sbasic/shared/02/20000000.xhp b/source/text/sbasic/shared/02/20000000.xhp index 1ad387c01a..f452bbf96e 100644 --- a/source/text/sbasic/shared/02/20000000.xhp +++ b/source/text/sbasic/shared/02/20000000.xhp @@ -475,5 +475,18 @@ <paragraph role="paragraph" id="par_id9961851" xml-lang="en-US"><ahelp hid=".">Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).</ahelp></paragraph> </tablecell> </tablerow> +</table> +<bookmark xml-lang="en-US" branch="hid/.uno:InsertGridControl" id="bm_id1552784" localize="false"/><paragraph role="heading" id="hd_id11904" xml-lang="en-US" level="2" l10n="NEW">Table Control</paragraph> +<table id=""> +<tablerow> +<tablecell colspan="" rowspan=""> +<paragraph role="paragraph" id="par_id7511524" xml-lang="en-US" l10n="NEW"> +<image id="Graphic2" src="cmd/sc_insertgridcontrol.png" width="0.1665inch" height="0.1665inch"><alt id="alt_" xml-lang="en-US">Table control icon</alt> + </image></paragraph> +</tablecell> +<tablecell colspan="" rowspan=""> +<paragraph role="paragraph" id="par_id9961854" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Adds a table control that can show a table data. You can populate the data by your program, using API calls.</ahelp></paragraph> +</tablecell> +</tablerow> </table></body> </helpdocument> |