summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2023-08-04 21:04:24 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-08-05 11:42:52 +0200
commit1c3257e391a8fbbdcde2dc380d9a8227745894bc (patch)
tree540c963bdbe980ec8a851dfc7ffbf0d4a8f66147 /source/text/sbasic
parent6cd38151a2c1008ce4b37dc40bbaf7ed3a8b047d (diff)
tdf#155193 Fill indexer= when omitted in Help files
Change-Id: I10f3c9e1e698619dcace7c4314f2bd37adf698de Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155363 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/guide/basic_2_python.xhp2
-rw-r--r--source/text/sbasic/python/python_2_basic.xhp2
-rw-r--r--source/text/sbasic/python/python_dialogs.xhp2
-rw-r--r--source/text/sbasic/python/python_document_events.xhp4
-rw-r--r--source/text/sbasic/python/python_handler.xhp2
-rw-r--r--source/text/sbasic/python/python_import.xhp2
-rw-r--r--source/text/sbasic/python/python_listener.xhp2
-rw-r--r--source/text/sbasic/python/python_platform.xhp4
-rw-r--r--source/text/sbasic/python/python_programming.xhp2
-rw-r--r--source/text/sbasic/python/python_screen.xhp2
-rw-r--r--source/text/sbasic/python/python_session.xhp2
-rw-r--r--source/text/sbasic/shared/03040000.xhp4
-rw-r--r--source/text/sbasic/shared/Compiler_options.xhp8
-rw-r--r--source/text/sbasic/shared/ErrVBA.xhp2
-rw-r--r--source/text/sbasic/shared/classmodule.xhp2
-rw-r--r--source/text/sbasic/shared/code-stubs.xhp4
-rw-r--r--source/text/sbasic/shared/compatibilitymode.xhp2
-rw-r--r--source/text/sbasic/shared/compatible.xhp2
-rw-r--r--source/text/sbasic/shared/conventions.xhp2
-rw-r--r--source/text/sbasic/shared/enum.xhp2
-rw-r--r--source/text/sbasic/shared/property.xhp2
-rw-r--r--source/text/sbasic/shared/special_vba_func.xhp2
-rw-r--r--source/text/sbasic/shared/vbasupport.xhp2
23 files changed, 30 insertions, 30 deletions
diff --git a/source/text/sbasic/guide/basic_2_python.xhp b/source/text/sbasic/guide/basic_2_python.xhp
index df88ce51f6..cd1b2f82f7 100644
--- a/source/text/sbasic/guide/basic_2_python.xhp
+++ b/source/text/sbasic/guide/basic_2_python.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/guide/basic_2_python">
+ <topic id="text/sbasic/guide/basic_2_python" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Basic to Python</title>
<filename>/text/sbasic/guide/basic_2_python.xhp</filename>
</topic>
diff --git a/source/text/sbasic/python/python_2_basic.xhp b/source/text/sbasic/python/python_2_basic.xhp
index 11c4a7ab7d..8ce442e3bb 100644
--- a/source/text/sbasic/python/python_2_basic.xhp
+++ b/source/text/sbasic/python/python_2_basic.xhp
@@ -9,7 +9,7 @@
-->
<helpdocument version="1.0">
<meta>
- <topic id="python_2_basic">
+ <topic id="python_2_basic" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Python to Basic</title>
<filename>/text/sbasic/python/python_2_basic.xhp</filename>
</topic>
diff --git a/source/text/sbasic/python/python_dialogs.xhp b/source/text/sbasic/python/python_dialogs.xhp
index cd10848260..5ec6e0444b 100644
--- a/source/text/sbasic/python/python_dialogs.xhp
+++ b/source/text/sbasic/python/python_dialogs.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/python/Python_Dialog">
+ <topic id="text/sbasic/python/Python_Dialog" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Opening a Dialog with Python</title>
<filename>/text/sbasic/python/python_dialogs.xhp</filename>
</topic>
diff --git a/source/text/sbasic/python/python_document_events.xhp b/source/text/sbasic/python/python_document_events.xhp
index 883f7697ef..613eb1206b 100644
--- a/source/text/sbasic/python/python_document_events.xhp
+++ b/source/text/sbasic/python/python_document_events.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/python/python_document_events">
+ <topic id="text/sbasic/python/python_document_events" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Monitoring Document Events</title>
<filename>/text/sbasic/python/python_document_events.xhp</filename>
</topic>
@@ -290,4 +290,4 @@
<embed href="text/sbasic/python/python_2_basic.xhp#py2ba_h1"/>
</section>
</body>
-</helpdocument> \ No newline at end of file
+</helpdocument>
diff --git a/source/text/sbasic/python/python_handler.xhp b/source/text/sbasic/python/python_handler.xhp
index 0378032847..5bb294f6e3 100644
--- a/source/text/sbasic/python/python_handler.xhp
+++ b/source/text/sbasic/python/python_handler.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/python/python_handler">
+ <topic id="text/sbasic/python/python_handler" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Creating A Dialog Handler</title>
<filename>/text/sbasic/python/python_handler.xhp</filename>
</topic>
diff --git a/source/text/sbasic/python/python_import.xhp b/source/text/sbasic/python/python_import.xhp
index ad53db487c..850d3e35cc 100644
--- a/source/text/sbasic/python/python_import.xhp
+++ b/source/text/sbasic/python/python_import.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/python/python_import">
+ <topic id="text/sbasic/python/python_import" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Python : Importing Modules</title>
<filename>/text/sbasic/python/python_import.xhp</filename>
</topic>
diff --git a/source/text/sbasic/python/python_listener.xhp b/source/text/sbasic/python/python_listener.xhp
index e2ccff3a3b..b4bba61616 100644
--- a/source/text/sbasic/python/python_listener.xhp
+++ b/source/text/sbasic/python/python_listener.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/python/python_listener.xhp">
+ <topic id="text/sbasic/python/python_listener.xhp" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Python Listeners : Creating Event Listeners</title>
<filename>/text/sbasic/python/python_listener.xhp</filename>
</topic>
diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp
index a96c01fc54..d2b0d80e11 100644
--- a/source/text/sbasic/python/python_platform.xhp
+++ b/source/text/sbasic/python/python_platform.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/python/Python_Platform">
+ <topic id="text/sbasic/python/Python_Platform" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Python : Platform class</title>
<filename>/text/sbasic/python/python_platform.xhp</filename>
</topic>
@@ -124,4 +124,4 @@
<embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
</section>
</body>
-</helpdocument> \ No newline at end of file
+</helpdocument>
diff --git a/source/text/sbasic/python/python_programming.xhp b/source/text/sbasic/python/python_programming.xhp
index 1a85936012..92adbebfe6 100644
--- a/source/text/sbasic/python/python_programming.xhp
+++ b/source/text/sbasic/python/python_programming.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/python/Python_Programming">
+ <topic id="text/sbasic/python/Python_Programming" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Python : Programming with Python</title>
<filename>/text/sbasic/python/python_programming.xhp</filename>
</topic>
diff --git a/source/text/sbasic/python/python_screen.xhp b/source/text/sbasic/python/python_screen.xhp
index 2cfc4c23cf..227bc0290d 100644
--- a/source/text/sbasic/python/python_screen.xhp
+++ b/source/text/sbasic/python/python_screen.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/python/python_screen">
+ <topic id="text/sbasic/python/python_screen" indexer="include" status="PUBLISH">
<title id="tit">Python : Screen Input/Output</title>
<filename>/text/sbasic/python/python_screen.xhp</filename>
</topic>
diff --git a/source/text/sbasic/python/python_session.xhp b/source/text/sbasic/python/python_session.xhp
index 57538dc779..1368f3577f 100644
--- a/source/text/sbasic/python/python_session.xhp
+++ b/source/text/sbasic/python/python_session.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/python/python_session">
+ <topic id="text/sbasic/python/python_session" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Python_Session : Session class</title>
<filename>/text/sbasic/python/python_session.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/03040000.xhp b/source/text/sbasic/shared/03040000.xhp
index d577f9b6dc..4f861e1573 100644
--- a/source/text/sbasic/shared/03040000.xhp
+++ b/source/text/sbasic/shared/03040000.xhp
@@ -19,7 +19,7 @@
-->
<meta>
- <topic id="textsbasicshared03040000xml">
+ <topic id="textsbasicshared03040000xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Basic Constants</title>
<filename>/text/sbasic/shared/03040000.xhp</filename>
</topic>
@@ -231,7 +231,7 @@
<bookmark_value>VBA Variable Type Named Constants</bookmark_value>
</bookmark>
-
+
</section>
<h3 id="hd_id941628842567829">VBA Color Named Constants</h3>
diff --git a/source/text/sbasic/shared/Compiler_options.xhp b/source/text/sbasic/shared/Compiler_options.xhp
index 9562bb38b0..735e672541 100644
--- a/source/text/sbasic/shared/Compiler_options.xhp
+++ b/source/text/sbasic/shared/Compiler_options.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/shared/compiler">
+ <topic id="text/sbasic/shared/compiler" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Compiler Options</title>
<filename>/text/sbasic/shared/Compiler_options.xhp</filename>
</topic>
@@ -27,13 +27,13 @@
<note id="par_id141592406254504">Compiler options must be specified before the executable program code in a module.</note>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" id="par_id491585753339474"><image src="media/helpimg/sbasic/Option_statement.svg" id="img_id4156296484514"><alt xml-lang="en-US" id="alt_id15152796484514">Option Statement diagram</alt></image></paragraph>
-
+
<embed href="text/sbasic/shared/03103200.xhp#optionbase"/>
<embed href="text/sbasic/shared/classmodule.xhp#classmodulefunction"/>
<embed href="text/sbasic/shared/compatible.xhp#optioncompatiblestatement"/>
<embed href="text/sbasic/shared/compatibilitymode.xhp#compatibilitymodefunction"/>
<embed href="text/sbasic/shared/03103300.xhp#optionexplicit"/>
-
+
<h2 id="hd_id331592403410631">Option Private Module</h2>
<paragraph role="paragraph" id="par_id161592405163812">Specifies that the scope of the module is that of the Basic library it belongs to.</paragraph>
<embed href="text/sbasic/shared/03103350.xhp#optionVBASupport"/>
@@ -46,4 +46,4 @@
</section>
</body>
-</helpdocument> \ No newline at end of file
+</helpdocument>
diff --git a/source/text/sbasic/shared/ErrVBA.xhp b/source/text/sbasic/shared/ErrVBA.xhp
index 5fe8be500d..e608a96c32 100644
--- a/source/text/sbasic/shared/ErrVBA.xhp
+++ b/source/text/sbasic/shared/ErrVBA.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/shared/ErrVBA">
+ <topic id="text/sbasic/shared/ErrVBA" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Err VBA Object</title>
<filename>/text/sbasic/shared/ErrVBA.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/classmodule.xhp b/source/text/sbasic/shared/classmodule.xhp
index 25b76fb590..3e1a47d63c 100644
--- a/source/text/sbasic/shared/classmodule.xhp
+++ b/source/text/sbasic/shared/classmodule.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/shared/ClassModule">
+ <topic id="text/sbasic/shared/ClassModule" indexer="include" status="PUBLISH">
<title id="tit" localize="false" xml-lang="en-US">Option ClassModule</title>
<filename>/text/sbasic/shared/classmodule.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/code-stubs.xhp b/source/text/sbasic/shared/code-stubs.xhp
index 53161098a2..f8c852370f 100644
--- a/source/text/sbasic/shared/code-stubs.xhp
+++ b/source/text/sbasic/shared/code-stubs.xhp
@@ -19,7 +19,7 @@
-->
<meta>
- <topic id="topic_2507201510192393">
+ <topic id="topic_2507201510192393" indexer="include" status="PUBLISH">
<title xml-lang="en-US" localize="false" id="tit">BasicCodeStubs</title>
<filename>/text/sbasic/shared/code-stubs.xhp</filename>
</topic>
@@ -55,4 +55,4 @@
</section>
</body>
-</helpdocument> \ No newline at end of file
+</helpdocument>
diff --git a/source/text/sbasic/shared/compatibilitymode.xhp b/source/text/sbasic/shared/compatibilitymode.xhp
index 7c0dbc2baf..4130049a69 100644
--- a/source/text/sbasic/shared/compatibilitymode.xhp
+++ b/source/text/sbasic/shared/compatibilitymode.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/shared/compatibilitymode">
+ <topic id="text/sbasic/shared/compatibilitymode" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">CompatibilityMode function</title>
<filename>/text/sbasic/shared/compatibilitymode.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp
index 136a53285f..e769193077 100644
--- a/source/text/sbasic/shared/compatible.xhp
+++ b/source/text/sbasic/shared/compatible.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/shared/compatible">
+ <topic id="text/sbasic/shared/compatible" indexer="include" status="PUBLISH">
<title id="tit" localize="false" xml-lang="en-US">Option Compatible</title>
<filename>/text/sbasic/shared/compatible.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/conventions.xhp b/source/text/sbasic/shared/conventions.xhp
index f022ebd38e..77598e251a 100644
--- a/source/text/sbasic/shared/conventions.xhp
+++ b/source/text/sbasic/shared/conventions.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="org.LibreOffice.Help.conventions">
+ <topic id="org.LibreOffice.Help.conventions" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Syntax Diagrams</title>
<filename>/text/sbasic/shared/conventions.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/enum.xhp b/source/text/sbasic/shared/enum.xhp
index 21f9b5c391..79e6057bda 100644
--- a/source/text/sbasic/shared/enum.xhp
+++ b/source/text/sbasic/shared/enum.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="org.LibreOffice.Help.Enum">
+ <topic id="org.LibreOffice.Help.Enum" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Enum Statement</title>
<filename>/text/sbasic/shared/enum.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/property.xhp b/source/text/sbasic/shared/property.xhp
index 1552b251be..eb78f43a3a 100644
--- a/source/text/sbasic/shared/property.xhp
+++ b/source/text/sbasic/shared/property.xhp
@@ -18,7 +18,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<meta>
- <topic id="text/sbasic/shared/Property">
+ <topic id="text/sbasic/shared/Property" indexer="include" status="PUBLISH">
<title id="Property Statement" xml-lang="en-US">Property Statement</title>
<filename>/text/sbasic/shared/property.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/special_vba_func.xhp b/source/text/sbasic/shared/special_vba_func.xhp
index a1e10543c1..d8acdcbac9 100644
--- a/source/text/sbasic/shared/special_vba_func.xhp
+++ b/source/text/sbasic/shared/special_vba_func.xhp
@@ -19,7 +19,7 @@
-->
<meta>
- <topic id="textsbasicsharedspecial_vba_funcxml">
+ <topic id="textsbasicsharedspecial_vba_funcxml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Exclusive VBA functions</title>
<filename>/text/sbasic/shared/special_vba_func.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/vbasupport.xhp b/source/text/sbasic/shared/vbasupport.xhp
index 22638be02e..aee0a2f932 100644
--- a/source/text/sbasic/shared/vbasupport.xhp
+++ b/source/text/sbasic/shared/vbasupport.xhp
@@ -19,7 +19,7 @@
-->
<meta>
- <topic id="textsbasicsharedvbasupportxml">
+ <topic id="textsbasicsharedvbasupportxml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Support for VBA Macros</title>
<filename>/text/sbasic/shared/vbasupport.xhp</filename>
</topic>