From 68fd7de6c356ebab9289ba10d939dd8a4e3a7dd1 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sun, 27 Oct 2024 10:02:09 -0300 Subject: tdf#162607 disambiguate hid2file.js, InsertTimeField + Refactor Change-Id: I93476e7e2d71766be718f398a593d2674016c1d4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175695 Reviewed-by: Olivier Hallot Tested-by: Jenkins --- source/text/sbasic/shared/02/20000000.xhp | 200 +++++++++++++++--------------- 1 file changed, 100 insertions(+), 100 deletions(-) (limited to 'source/text/sbasic/shared/02') diff --git a/source/text/sbasic/shared/02/20000000.xhp b/source/text/sbasic/shared/02/20000000.xhp index 716911532e..a3370a55a8 100644 --- a/source/text/sbasic/shared/02/20000000.xhp +++ b/source/text/sbasic/shared/02/20000000.xhp @@ -19,13 +19,13 @@ -Insert Controls +Insert Controls /text/sbasic/shared/02/20000000.xhp
-controls; in dialog editor +controls; in dialog editor push button control in dialog editor icon control buttons; controls @@ -59,42 +59,42 @@ selection options for controls test mode control - +

Insert Controls

-Opens the Toolbox bar.
+Opens the Toolbox bar.
- -Icon Choose Controls + +Icon Choose Controls -Insert Controls +Insert Controls
-In edit mode, double-click a control to open the properties dialog. +In edit mode, double-click a control to open the properties dialog. -In edit mode, you can also right-click a control and choose the cut, copy, and paste command. +In edit mode, you can also right-click a control and choose the cut, copy, and paste command. - +

Button

- -Icon Button + +Icon Button -Adds a command button. You can use a command button to execute a command for a defined event, such as a mouse click. -If you want, you can add text or a graphic to the button. +Adds a command button. You can use a command button to execute a command for a defined event, such as a mouse click. +If you want, you can add text or a graphic to the button.
@@ -105,11 +105,11 @@ - -Icon Image Control + +Icon Image Control -Adds a control that displays a graphic. +Adds a control that displays a graphic.
@@ -119,11 +119,11 @@ - -Icon Check Box + +Icon Check Box -Adds a check box that you can use to turn a function on or off. +Adds a check box that you can use to turn a function on or off.
@@ -133,11 +133,11 @@ - -Icon Option Button + +Icon Option Button -Adds a button that allows a user to select from a number of options. Grouped option buttons must have consecutive tab order. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab order between the tab orders of the two groups. For example, to the frame of the second group, or to any other control in the dialog, with the exception of another option button. +Adds a button that allows a user to select from a number of options. Grouped option buttons must have consecutive tab order. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab order between the tab orders of the two groups. For example, to the frame of the second group, or to any other control in the dialog, with the exception of another option button.
@@ -147,11 +147,11 @@ - -Icon Label Field + +Icon Label Field -Adds a field for displaying text labels. These labels are only for displaying predefined text, and not for entering text. +Adds a field for displaying text labels. These labels are only for displaying predefined text, and not for entering text.
@@ -161,11 +161,11 @@ - -Icon Text Box + +Icon Text Box -Adds an input box where you can enter and edit text. +Adds an input box where you can enter and edit text.
@@ -175,11 +175,11 @@ - -Icon List Box + +Icon List Box -Adds a box where you can click an entry on a list. +Adds a box where you can click an entry on a list.
@@ -189,11 +189,11 @@ - -Icon Combo Box + +Icon Combo Box -Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list. If you want, you can make the entries in the combo box "read only". +Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list. If you want, you can make the entries in the combo box "read only".
@@ -203,11 +203,11 @@ - -Icon Horizontal Scrollbar + +Icon Horizontal Scrollbar -Adds a horizontal scrollbar to the dialog. +Adds a horizontal scrollbar to the dialog.
@@ -217,11 +217,11 @@ - -Icon Vertical Scrollbar + +Icon Vertical Scrollbar -Adds a vertical scrollbar to the dialog. +Adds a vertical scrollbar to the dialog.
@@ -231,27 +231,27 @@ - -Icon Group Box + +Icon Group Box -Adds a frame that you can use to visually group similar controls, such as option buttons. +Adds a frame that you can use to visually group similar controls, such as option buttons.
To define two different groups of option buttons, ensure that the tab index of the group frame is between the tab indices of the two groups. - +

Progress Bar

- -Icon Progress Bar + +Icon Progress Bar -Adds a progress bar to the dialog. +Adds a progress bar to the dialog.
@@ -261,11 +261,11 @@ - -Icon Horizontal Line + +Icon Horizontal Line -Adds a horizontal line to the dialog. +Adds a horizontal line to the dialog.
@@ -275,11 +275,11 @@ - -Icon Vertical Line + +Icon Vertical Line -Adds a vertical line to the dialog. +Adds a vertical line to the dialog.
@@ -289,27 +289,27 @@ - -Icon Date Field + +Icon Date Field -Adds a date field. +Adds a date field.
-If you assign the "dropdown" property to the date field, a user can drop down a calendar to select a date. +If you assign the "dropdown" property to the date field, a user can drop down a calendar to select a date.
- +

Time Field

- -Icon Time Field + +Icon Time Field -Adds a time field. +Adds a time field.
@@ -319,11 +319,11 @@ - -Icon Numeric Field + +Icon Numeric Field -Adds a numeric field. +Adds a numeric field.
@@ -333,11 +333,11 @@ - -Icon Currency Field + +Icon Currency Field -Adds a currency field. +Adds a currency field.
@@ -347,11 +347,11 @@ - -Icon Formatted Field + +Icon Formatted Field -Adds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values. +Adds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values.
@@ -361,11 +361,11 @@ - -Icon Pattern Field + +Icon Pattern Field -Adds a masked field. A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded. +Adds a masked field. A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded.
@@ -375,11 +375,11 @@ - -Icon File Selection + +Icon File Selection -Adds a button that opens a file selection dialog. +Adds a button that opens a file selection dialog.
@@ -388,11 +388,11 @@ - -Icon Select + +Icon Select -Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them. +Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them.
@@ -400,11 +400,11 @@ - -Icon Properties + +Icon Properties -Opens a dialog where you can edit the properties of the selected control. +Opens a dialog where you can edit the properties of the selected control.
@@ -412,61 +412,61 @@ - -Icon Activate Test Mode + +Icon Activate Test Mode -Starts test mode. Click the dialog closer icon to end test mode. +Starts test mode. Click the dialog closer icon to end test mode.
-

Manage Language

+

Manage Language

- -Manage Language icon + +Manage Language icon -Opens a dialog to enable or manage multiple sets of dialog resources for multiple languages. +Opens a dialog to enable or manage multiple sets of dialog resources for multiple languages.
-

Tree Control

+

Tree Control

- -Icon Tree Control + +Icon Tree Control -Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl). +Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).
- +

Table Control

-Table control icon +Table control icon -Adds a table control that can show a table data. You can populate the data by your program, using API calls. +Adds a table control that can show a table data. You can populate the data by your program, using API calls.
- +

Hyperlink Control

-Insert hyperlink control icon +Insert hyperlink control icon -Adds a hyperlink control that can open an address in web browser. +Adds a hyperlink control that can open an address in web browser.
-- cgit