From 2b18ffdb75152e0d537d5d0240d8d5d4fd06eac9 Mon Sep 17 00:00:00 2001
From: Italo Vignoli
Date: Sun, 15 Apr 2012 16:12:17 +0200
Subject: Cleaned Basic Help files from useless comments. Left some comments
for a further check after end of useless comments cleaning process.
---
.../source/text/sbasic/shared/01/06130000.xhp | 2 +-
.../source/text/sbasic/shared/01020100.xhp | 5 ++-
.../source/text/sbasic/shared/01170100.xhp | 2 +-
.../source/text/sbasic/shared/01170101.xhp | 40 +++++++++++-----------
.../source/text/sbasic/shared/01170103.xhp | 2 +-
.../source/text/sbasic/shared/02/11080000.xhp | 2 +-
.../source/text/sbasic/shared/02/20000000.xhp | 6 ++--
.../source/text/sbasic/shared/03010103.xhp | 2 +-
.../source/text/sbasic/shared/03020000.xhp | 2 +-
.../source/text/sbasic/shared/03020103.xhp | 4 +--
.../source/text/sbasic/shared/03020200.xhp | 2 +-
.../source/text/sbasic/shared/03020202.xhp | 2 +-
.../source/text/sbasic/shared/03020203.xhp | 2 +-
.../source/text/sbasic/shared/03020205.xhp | 2 +-
.../source/text/sbasic/shared/03020304.xhp | 3 +-
.../source/text/sbasic/shared/03020305.xhp | 2 +-
.../source/text/sbasic/shared/03020401.xhp | 2 +-
.../source/text/sbasic/shared/03020412.xhp | 2 +-
.../source/text/sbasic/shared/03030101.xhp | 2 +-
.../source/text/sbasic/shared/03050500.xhp | 2 +-
.../source/text/sbasic/shared/03060200.xhp | 2 +-
.../source/text/sbasic/shared/03102100.xhp | 2 +-
.../source/text/sbasic/shared/03102101.xhp | 2 +-
.../source/text/sbasic/shared/03120101.xhp | 2 +-
.../source/text/sbasic/shared/03120300.xhp | 2 +-
.../source/text/sbasic/shared/03120306.xhp | 2 +-
.../source/text/sbasic/shared/03120401.xhp | 4 +--
.../source/text/sbasic/shared/03132200.xhp | 2 +-
.../source/text/sbasic/shared/03132500.xhp | 2 +-
.../source/text/sbasic/shared/05060700.xhp | 2 +-
helpcontent2/source/text/sbasic/shared/keys.xhp | 2 +-
31 files changed, 56 insertions(+), 56 deletions(-)
(limited to 'helpcontent2/source/text')
diff --git a/helpcontent2/source/text/sbasic/shared/01/06130000.xhp b/helpcontent2/source/text/sbasic/shared/01/06130000.xhp
index ccaffc5fcc..8afbd7c069 100644
--- a/helpcontent2/source/text/sbasic/shared/01/06130000.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01/06130000.xhp
@@ -44,7 +44,7 @@
macros; Basic IDEBasic IDE; macros
-ufi: this file needs more work, see i62546
+this file needs more work, see i62546MacroOpens the Macro dialog, where you can create, edit, organize, and run $[officename] Basic macros.
diff --git a/helpcontent2/source/text/sbasic/shared/01020100.xhp b/helpcontent2/source/text/sbasic/shared/01020100.xhp
index 7bcd2aec69..60fc9a17e7 100644
--- a/helpcontent2/source/text/sbasic/shared/01020100.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01020100.xhp
@@ -213,8 +213,7 @@
Dim Variable as LongDecimal Variablessee i64349Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits.i85284You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces).
-If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down.this is the only information from "Programming Guide
-for BASIC" about decimal variables
+If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down.information from "Programming Guide for BASIC" about decimal variablesSingle VariablesSingle variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is "!".Dim Variable!
@@ -282,7 +281,7 @@ for BASIC" about decimal variables
-The index range can include positive as well as negative numbers. UFI: deleted second sentence, #i36558#
+The index range can include positive as well as negative numbers. i36558ConstantsConstants have a fixed value. They are only defined once in the program and cannot be redefined later:CONST ConstName=Expression
diff --git a/helpcontent2/source/text/sbasic/shared/01170100.xhp b/helpcontent2/source/text/sbasic/shared/01170100.xhp
index e57e5ca761..de197f7016 100644
--- a/helpcontent2/source/text/sbasic/shared/01170100.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01170100.xhp
@@ -46,7 +46,7 @@
controls; propertiesproperties; controls and dialogsdialogs; properties
-UFI: removed help id
+
Control and Dialog PropertiesSpecifies the properties of the selected dialog or control. You must be in the design mode to be able to use this command.
diff --git a/helpcontent2/source/text/sbasic/shared/01170101.xhp b/helpcontent2/source/text/sbasic/shared/01170101.xhp
index b4b0eb0a98..1f8cf61829 100644
--- a/helpcontent2/source/text/sbasic/shared/01170101.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01170101.xhp
@@ -52,21 +52,21 @@
AutoFillSelect "Yes" to enable the AutoFill function for the selected control.
-UFI: removed help idBackground color
+Background colorSpecify the background color for the current control.Large changeSpecify the number of units to scroll when a user clicks in the area between the slider and the arrows on a scrollbar.
-UFI: removed help idBorder
+BorderSpecify the border type for the current control.Button typeSelect a button type. Button types determine what type of action is initiated.
-UFI: removed help idCharacter set
+Character setSelect the font to be used for displaying the contents of the current control.
@@ -74,8 +74,8 @@
Enter the currency symbol to be used for currency controls.
-inserted Help ID for this Dialog Editor property in this file onlyDate
-Specify the default date to be shown in the Date control.just guessing. Could not find spec. May be this is the same as "Date format"?
+Date
+Specify the default date to be shown in the Date control.Date format
@@ -101,7 +101,7 @@
DelaySpecifies 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.
-UFI: removed help idDropdown
+DropdownSelect "Yes" to enable the dropdown option for list or combo box controls. A dropdown control field has an arrow button which you can click to open a list of the existing form entries.
@@ -192,11 +192,11 @@
Specifies whether the nodes of the tree control are editable.The default value is FALSE.
-UFI: removed help idGraphics
+GraphicsSpecify the source of the graphics for a button or an image control. Click "..." to select a file.
-inserted Help ID for this Dialog Editor property in this file onlyHeight
+HeightSpecify the height of the current control or the dialog.
@@ -218,7 +218,7 @@
Setting this property to TRUE causes the changes to be automatically saved when editing is interrupted. FALSE means that editing is canceled and changes are lost.The default value is FALSE.
-UFI: removed help idLabel
+LabelSpecifies the label of the current control. The label is displayed along with the control.You can create multi-line labels by inserting manual line breaks in the label using Shift+Enter.
@@ -234,7 +234,7 @@
Small changeSpecify the number of units to scroll when a user clicks an arrow on a scrollbar.
-UFI: removed help idList entries
+List entriesSpecify the entries for a list control. One line takes one list entry. Press Shift+Enter to insert a new line.
@@ -249,17 +249,17 @@
Max. text lengthSpecify the maximum number of characters that the user can enter.
-UFI: removed help idMultiline Input
+Multiline InputSelect "Yes" to allow the input of multiple lines in the control. Press Enter to insert a manual line break in the control.MultiselectionSelect "Yes" to allow the selection of multiple entries in list controls.
-UFI removed help idName
+NameInsert a name for the current control. This name is used to identify the control.
-UFI: removed help idOrder
+OrderSpecify the order in which the controls receive the focus when the Tab key is pressed in the dialog. On entering a dialog, the control with the lowest order (0) receives the focus. Pressing the Tab key the successively focusses the other controls as specified by their order number.Initially, the controls receive numbers in the order they are added to the dialog. You can change the order numbers for controls. $[officename] Basic updates the order numbers automatically to avoid duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are skipped when using the Tab key.
@@ -268,7 +268,7 @@
Specify the orientation for a scrollbar control.
-inserted Help ID for this Dialog Editor property in this file onlyPage (step)
+Page (step)Specify the number of the dialog page to which the current control is assigned or the page number of the dialog you want to edit. If a dialog has only one page set its Page (Step) value to 0.Select Page (Step) = 0 to make a control visible on every dialog page.To switch between dialog pages at run time, you need to create a macro that changes the value of Page (Step).
@@ -278,10 +278,10 @@
Enter a character to be displayed instead of the characters that are typed. This can be used for entering passwords in text controls.
-PositionXinserted Help ID for this Dialog Editor property in this file onlySpecify the distance of the current control from the left side of the dialog.
+PositionXSpecify the distance of the current control from the left side of the dialog.
-inserted Help ID for this Dialog Editor property in this file onlyPositionY
+PositionYSpecify the distance of the current control from the top of the dialog.
@@ -304,7 +304,7 @@
Progress value min.Specify the minimum value of a progress bar control.
-UFI: removed help idRead-only
+Read-onlySelect "Yes" to prevent the user from editing the value of the current control. The control is enabled and can be focussed but not modified.
@@ -366,7 +366,7 @@
Selection typesee http://specs.openoffice.org/appwide/dialog_ide/New_Tree_Control_in_IDE.odtSpecifies the selection mode that is enabled for this tree control.
-UFI: removed help idSpin Button
+Spin ButtonSelect "Yes" to add spin buttons to a numerical, currency, date, or time control to allow increasing and decreasing the input value using arrow buttons.
@@ -377,7 +377,7 @@
Strict formatSelect "Yes" to only allow valid characters to be entered in a numerical, currency, date, or time control.
-UFI: removed help idTabstop
+TabstopSelect the focus behavior of the current control when using the Tab key.
@@ -448,7 +448,7 @@
Visible sizeSpecify the length of the slider of a scrollbar control.
-UFI: removed help idWidth
+WidthSpecify the width of the current control or dialog.
diff --git a/helpcontent2/source/text/sbasic/shared/01170103.xhp b/helpcontent2/source/text/sbasic/shared/01170103.xhp
index adbe5ca9a5..dfa2049ac0 100644
--- a/helpcontent2/source/text/sbasic/shared/01170103.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01170103.xhp
@@ -44,7 +44,7 @@
Events
-Define event assignments for the selected control or dialog. The available events depend on the type of control selected.UFI: removed all help ids
+Define event assignments for the selected control or dialog. The available events depend on the type of control selected.When receiving focusThis event takes place if a control receives the focus.
diff --git a/helpcontent2/source/text/sbasic/shared/02/11080000.xhp b/helpcontent2/source/text/sbasic/shared/02/11080000.xhp
index 66984f6451..9f02a45d9b 100644
--- a/helpcontent2/source/text/sbasic/shared/02/11080000.xhp
+++ b/helpcontent2/source/text/sbasic/shared/02/11080000.xhp
@@ -64,6 +64,6 @@
-To remove the variable watch, select the variable in the Watch window, and then click on the Remove Watch icon.UFI: removed help ID and para
+To remove the variable watch, select the variable in the Watch window, and then click on the Remove Watch icon.
diff --git a/helpcontent2/source/text/sbasic/shared/02/20000000.xhp b/helpcontent2/source/text/sbasic/shared/02/20000000.xhp
index 99b6937f55..0b03ba2195 100644
--- a/helpcontent2/source/text/sbasic/shared/02/20000000.xhp
+++ b/helpcontent2/source/text/sbasic/shared/02/20000000.xhp
@@ -74,10 +74,10 @@
file selection controlselection options for controlstest mode control
-MW made "selections; controls" a one level entry
+
Insert Controls
-Opens the Toolbox bar.UFI: removed all help ids (shared/02 has them too, and as shared is now part of sbasic module, this would lead to build errors
+Opens the Toolbox bar.
@@ -99,7 +99,7 @@
In edit mode, you can also right-click a control and choose the cut, copy, and paste command.
-UFI: inserted all Help-IDs in this file again
+
Button
diff --git a/helpcontent2/source/text/sbasic/shared/03010103.xhp b/helpcontent2/source/text/sbasic/shared/03010103.xhp
index 95f050461c..b8b33190e8 100644
--- a/helpcontent2/source/text/sbasic/shared/03010103.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03010103.xhp
@@ -50,7 +50,7 @@
Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]] Parameter:
-FileName: Any numeric expression that contains the file number that was set by the Open statement for the respective file.ufi: copied this para from Write statement, see i61758
+FileName: Any numeric expression that contains the file number that was set by the Open statement for the respective file.see i61758Expression: Any numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted.
diff --git a/helpcontent2/source/text/sbasic/shared/03020000.xhp b/helpcontent2/source/text/sbasic/shared/03020000.xhp
index 0506ee551d..dc378da076 100644
--- a/helpcontent2/source/text/sbasic/shared/03020000.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020000.xhp
@@ -49,6 +49,6 @@
You can use these functions to support the creation of "relative" files, so that you can save and reload certain records by specifying their record number. File I/O functions can also help you manage your files by providing you with information such as file size, current path settings, or the creation date of a file or a directory.
-ufi: removed 03020300 ref and deleted that file
+
Line Input statement
-mw changed index entry
+
Line Input # Statement [Runtime]Reads strings from a sequential file into a variable.
diff --git a/helpcontent2/source/text/sbasic/shared/03020205.xhp b/helpcontent2/source/text/sbasic/shared/03020205.xhp
index adeafa7a8c..e211faa331 100644
--- a/helpcontent2/source/text/sbasic/shared/03020205.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020205.xhp
@@ -44,7 +44,7 @@
Write statement
-UFI: changed "Write function" to "Write statement"
+
Write Statement [Runtime]Writes data to a sequential file.
diff --git a/helpcontent2/source/text/sbasic/shared/03020304.xhp b/helpcontent2/source/text/sbasic/shared/03020304.xhp
index 3c7af7086a..76d29ffc89 100644
--- a/helpcontent2/source/text/sbasic/shared/03020304.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020304.xhp
@@ -46,7 +46,8 @@
Seek functionSeek Function [Runtime]
-Returns the position for the next writing or reading in a file that was opened with the open statement.UFI: see #61750
+Returns the position for the next writing or reading in a file that was opened with the open statement.
+UFI: see #61750For random access files, the Seek function returns the number of the next record to be read.For all other files, the function returns the byte position at which the next operation is to occur.
diff --git a/helpcontent2/source/text/sbasic/shared/03020305.xhp b/helpcontent2/source/text/sbasic/shared/03020305.xhp
index 97fee841d3..e7a3b7f9db 100644
--- a/helpcontent2/source/text/sbasic/shared/03020305.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020305.xhp
@@ -45,7 +45,7 @@
Seek statementSeek Statement [Runtime]
-Sets the position for the next writing or reading in a file that was opened with the Open statement.UFI: see #61751
+Sets the position for the next writing or reading in a file that was opened with the Open statement.see #61751For random access files, the Seek statement sets the number of the next record to be accessed.For all other files, the Seek statement sets the byte position at which the next operation is to occur.See also: Open, Seek.
diff --git a/helpcontent2/source/text/sbasic/shared/03020401.xhp b/helpcontent2/source/text/sbasic/shared/03020401.xhp
index 5a37097d3b..6ea00b311a 100644
--- a/helpcontent2/source/text/sbasic/shared/03020401.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020401.xhp
@@ -44,7 +44,7 @@
ChDir statement
-mw changed index entry
+
ChDir Statement [Runtime]Changes the current directory or drive.
diff --git a/helpcontent2/source/text/sbasic/shared/03020412.xhp b/helpcontent2/source/text/sbasic/shared/03020412.xhp
index 9e663f0471..de02a33586 100644
--- a/helpcontent2/source/text/sbasic/shared/03020412.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03020412.xhp
@@ -52,7 +52,7 @@
Name OldName As String As NewName As StringParameters:
-OldName, NewName: Any string expression that specifies the file name, including the path. You can also use URL notation.UFI: see #i61074; removed para
+OldName, NewName: Any string expression that specifies the file name, including the path. You can also use URL notation.see #i61074Example:Sub ExampleReNameOn Error Goto Error
diff --git a/helpcontent2/source/text/sbasic/shared/03030101.xhp b/helpcontent2/source/text/sbasic/shared/03030101.xhp
index 9fe3295c8b..0024d716f2 100644
--- a/helpcontent2/source/text/sbasic/shared/03030101.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03030101.xhp
@@ -58,7 +58,7 @@
Month: Integer expression that indicates the month of the specified year. The accepted range is from 1-12.
-Day: Integer expression that indicates the day of the specified month. The accepted range is from 1-31. No error is returned when you enter a non-existing day for a month shorter than 31 days. see i69463
+Day: Integer expression that indicates the day of the specified month. The accepted range is from 1-31. No error is returned when you enter a non-existing day for a month shorter than 31 days.see i69463The DateSerial function returns the number of days between December 30,1899 and the given date. You can use this function to calculate the difference between two dates.The DateSerial function returns the data type Variant with VarType 7 (Date). Internally, this value is stored as a Double value, so that when the given date is 1.1.1900, the returned value is 2. Negative values correspond to dates before December 30, 1899 (not inclusive).If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message.
diff --git a/helpcontent2/source/text/sbasic/shared/03050500.xhp b/helpcontent2/source/text/sbasic/shared/03050500.xhp
index bfe33b087a..77c4ef3d67 100644
--- a/helpcontent2/source/text/sbasic/shared/03050500.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03050500.xhp
@@ -52,7 +52,7 @@
Local: "On error" is global in scope, and remains active until canceled by another "On error" statement. "On Local error" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is canceled automatically, and any previous global setting is restored.
-The On Error GoTo statement is used to react to errors that occur in a macro.ufi: see i112231: The statement must be inserted at the start of a procedure (in a local error-handling routine) or at the start of a module.
+The On Error GoTo statement is used to react to errors that occur in a macro.see i112231: The statement must be inserted at the start of a procedure (in a local error-handling routine) or at the start of a module.Example:Sub ExampleResetOn Error Goto ErrorHandler
diff --git a/helpcontent2/source/text/sbasic/shared/03060200.xhp b/helpcontent2/source/text/sbasic/shared/03060200.xhp
index 77980f7b59..2cb9ced858 100644
--- a/helpcontent2/source/text/sbasic/shared/03060200.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03060200.xhp
@@ -57,7 +57,7 @@
In a bit-wise comparison, the Eqv operator only sets the corresponding bit in the result if a bit is set in both expressions, or in neither expression.Example:Sub ExampleEqv
-Dim A as Variant, B as Variant, C as Variant, D as VariantUFI: #i38265#
+Dim A as Variant, B as Variant, C as Variant, D as Variantsee #i38265Dim vOut as VariantA = 10: B = 8: C = 6: D = NullvOut = A > B Eqv B > C REM returns -1
diff --git a/helpcontent2/source/text/sbasic/shared/03102100.xhp b/helpcontent2/source/text/sbasic/shared/03102100.xhp
index 25dfe8903a..cc232caf2a 100644
--- a/helpcontent2/source/text/sbasic/shared/03102100.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03102100.xhp
@@ -59,7 +59,7 @@
VarName: Any variable or array name.
-Start, End: Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range.UFI: deleted the range numbers, #i36558#
+Start, End: Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range.see #i36558Start and End can be numerical expressions if ReDim is applied at the procedure level.VarType: Key word that declares the data type of a variable.
diff --git a/helpcontent2/source/text/sbasic/shared/03102101.xhp b/helpcontent2/source/text/sbasic/shared/03102101.xhp
index 54df46fb07..ef08c0acb4 100644
--- a/helpcontent2/source/text/sbasic/shared/03102101.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03102101.xhp
@@ -53,7 +53,7 @@
VarName: Any variable or array name.
-Start, End: Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range.UFI: deleted the numbers
+Start, End: Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range.
Start and End can be numeric expressions if ReDim is used at the procedure level.VarType: Keyword that declares the data type of a variable.
diff --git a/helpcontent2/source/text/sbasic/shared/03120101.xhp b/helpcontent2/source/text/sbasic/shared/03120101.xhp
index 39f9b6e0d1..31a2a31677 100644
--- a/helpcontent2/source/text/sbasic/shared/03120101.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03120101.xhp
@@ -53,7 +53,7 @@
Parameters:Text: Any valid string expression. Only the first character in the string is relevant.
-Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127)UFI: TL called me and asked to change this, the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters.
+Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters.Example:
diff --git a/helpcontent2/source/text/sbasic/shared/03120300.xhp b/helpcontent2/source/text/sbasic/shared/03120300.xhp
index 35b220c429..d9a688c6cb 100644
--- a/helpcontent2/source/text/sbasic/shared/03120300.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03120300.xhp
@@ -42,7 +42,7 @@
ampersand symbol in StarBasic
-mw added one index entryEditing String Contents
+Editing String ContentsThe following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings.
diff --git a/helpcontent2/source/text/sbasic/shared/03120306.xhp b/helpcontent2/source/text/sbasic/shared/03120306.xhp
index aa27f9f7d4..7c92a96c03 100644
--- a/helpcontent2/source/text/sbasic/shared/03120306.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03120306.xhp
@@ -55,7 +55,7 @@
Text: Any string expression that you want to modify.
-Start: Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The maximum allowed value is 65535.UFI: see #i17928#
+Start: Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The maximum allowed value is 65535.see i17928Length: Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 65535.If the Length parameter in the Mid function is omitted, all characters in the string expression from the start position to the end of the string are returned.
diff --git a/helpcontent2/source/text/sbasic/shared/03120401.xhp b/helpcontent2/source/text/sbasic/shared/03120401.xhp
index 8bb9400287..7595415613 100644
--- a/helpcontent2/source/text/sbasic/shared/03120401.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03120401.xhp
@@ -54,13 +54,13 @@ DEDR: Reviewed
IntegerParameters:
-Start: A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The maximum allowed value is 65535.UFI: see #i17928#
+Start: A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The maximum allowed value is 65535.see i17928Text1: The string expression that you want to search.Text2: The string expression that you want to search for.
-Compare: Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive.UFI: fixes #i17929#
+Compare: Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive.fixes i17929To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted.
diff --git a/helpcontent2/source/text/sbasic/shared/03132200.xhp b/helpcontent2/source/text/sbasic/shared/03132200.xhp
index 6e62c94cac..319a976e58 100644
--- a/helpcontent2/source/text/sbasic/shared/03132200.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03132200.xhp
@@ -47,7 +47,7 @@
components;addressingThisComponent [Runtime]
-Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type.text copied from dev guide. See i60932
+Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type.see i60932Syntax:ThisComponent
diff --git a/helpcontent2/source/text/sbasic/shared/03132500.xhp b/helpcontent2/source/text/sbasic/shared/03132500.xhp
index bad640fe46..03cfae4992 100644
--- a/helpcontent2/source/text/sbasic/shared/03132500.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03132500.xhp
@@ -44,7 +44,7 @@
GetDefaultContext function
-mw changed index entry
+
GetDefaultContext Function [Runtime]Returns the default context of the process service factory, if existent, else returns a null reference.
diff --git a/helpcontent2/source/text/sbasic/shared/05060700.xhp b/helpcontent2/source/text/sbasic/shared/05060700.xhp
index 332d569cc1..38d3d7f976 100644
--- a/helpcontent2/source/text/sbasic/shared/05060700.xhp
+++ b/helpcontent2/source/text/sbasic/shared/05060700.xhp
@@ -44,7 +44,7 @@
events;linked to objects
-UFI: removed all help ids
+
MacroChoose the macro that you want to execute when the selected graphic, frame, or OLE object is selected. Depending on the object that is selected, the function is either found on the Macro tab of the Object dialog, or in the Assign Macro dialog.
diff --git a/helpcontent2/source/text/sbasic/shared/keys.xhp b/helpcontent2/source/text/sbasic/shared/keys.xhp
index 16bf7a5ab6..634cacae27 100644
--- a/helpcontent2/source/text/sbasic/shared/keys.xhp
+++ b/helpcontent2/source/text/sbasic/shared/keys.xhp
@@ -70,7 +70,7 @@
Stop
-Shift+F5UFI: feature mail "changed/CWS tbe10 : Basic IDE keyboard shortcuts"
+Shift+F5
--
cgit