From 03b22cedc167f609b4ef43a327a2967e8ca8251c Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 12 Sep 2024 14:28:43 -0300 Subject: tdf#162607 Remove dup's in hid2file.js, EXTENSIONS* Change-Id: If744d3c1912c340aef689db3da5b1e80906d6cef Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173278 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/01170101.xhp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'source/text/sbasic') diff --git a/source/text/sbasic/shared/01170101.xhp b/source/text/sbasic/shared/01170101.xhp index 63a74f0e24..e19927ea6e 100644 --- a/source/text/sbasic/shared/01170101.xhp +++ b/source/text/sbasic/shared/01170101.xhp @@ -83,7 +83,7 @@ Select "Yes" to make the current button control the default selection. Pressing Return in the dialog activates the default button.
-

Delay

+

Delay

Specifies the delay in milliseconds between scrollbar trigger events. A trigger event occurs when you click a scrollbar arrow or click the background area in a scrollbar. Repeated trigger events occur if you keep the mouse button pressed when you click a scrollbar arrow or background area in a scrollbar. If you want, you can include valid time units with the number that you enter, for example, 2 s or 500 ms.

Dropdown

@@ -181,7 +181,7 @@ Specify the source of the graphics for a button or an image control. Click "..." to select a file.
-

Height

+

Height

Specify the height of the current control or the dialog.
@@ -263,10 +263,10 @@ Enter a character to be displayed instead of the characters that are typed. This can be used for entering passwords in text controls.
-

PositionX

Specify the distance of the current control from the left side of the dialog. +

PositionX

Specify the distance of the current control from the left side of the dialog.
-

PositionY

+

PositionY

Specify the distance of the current control from the top of the dialog.
@@ -293,7 +293,7 @@ Select "Yes" to prevent the user from editing the value of the current control. The control is enabled and can be focused but not modified.
-

RepeatUFI: see spec spinbutton_form_control.sxw

+

RepeatUFI: see spec spinbutton_form_control.sxw

Repeats trigger events when you keep the mouse button pressed on a control such as a spin button.
@@ -313,9 +313,9 @@ Scales the image to fit the control size.
- - -

Scrollbar

+ + +

Scrollbar

Adds the scrollbar type that you specify to a text box.
@@ -323,11 +323,11 @@ Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider.
-

Scroll value max.

+

Scroll value max.

Specify the maximum value of a scrollbar control.
-

Scroll value min.

+

Scroll value min.

Specify the minimum value of a scrollbar control.
-- cgit