summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:43:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:43:23 +0000
commit4a037da66489658bc3e33457328350d2ad0c4da2 (patch)
treec161ecdc8222bcd9044f4d2a5904feeae8d00834
parent8f57c2df4535577d575106b12f1f0f691fc01379 (diff)
INTEGRATION: CWS helpcontentbeta (1.1.2); FILE MERGED
2004/10/28 10:40:45 fpe 1.1.2.2: Last update before final beta handover to G11N 2004/09/16 11:45:11 fpe 1.1.2.1: Regular Update
-rwxr-xr-xhelpcontent2/source/text/sbasic/shared/01030300.xhp18
-rwxr-xr-xhelpcontent2/source/text/sbasic/shared/01030400.xhp32
2 files changed, 18 insertions, 32 deletions
diff --git a/helpcontent2/source/text/sbasic/shared/01030300.xhp b/helpcontent2/source/text/sbasic/shared/01030300.xhp
index 52510cde56..d4a35736a7 100755
--- a/helpcontent2/source/text/sbasic/shared/01030300.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01030300.xhp
@@ -62,13 +62,19 @@
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-<lastedited date="2004-06-14T15:32:26">converted from old format - fpe</lastedited>
+<lastedited date="2004-10-18T11:55:14">converted from old format - fpe</lastedited>
</history>
</meta>
<body>
<section id="basicfehler">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3153344"><bookmark_value>debugging; Basic</bookmark_value>
+<bookmark xml-lang="en-US" branch="index" id="bm_id3153344"><bookmark_value>debugging Basic programs</bookmark_value>
<bookmark_value>Basic; debugging</bookmark_value>
+<bookmark_value>variables; observing values</bookmark_value>
+<bookmark_value>watching variables</bookmark_value>
+<bookmark_value>run-time errors in Basic</bookmark_value>
+<bookmark_value>error codes in Basic</bookmark_value>
+<bookmark_value>breakpoints</bookmark_value>
+<bookmark_value>Call Stack window</bookmark_value>
</bookmark>
<paragraph role="heading" id="hd_id3153344" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/01030300.xhp">Debugging a Basic Program</link></paragraph>
</section>
@@ -84,8 +90,6 @@
<paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="U" oldref="11">The list displays all <emph>breakpoints</emph> with the corresponding line number in the source code. You can activate or deactivate a selected breakpoint by checking or clearing the <emph>Active</emph> box.</paragraph>
<paragraph role="paragraph" id="par_id3158407" xml-lang="en-US" l10n="U" oldref="12">The <emph>Pass Count</emph> specifies the number of times the breakpoint can be passed over before the program is interrupted. If you enter 0 (default setting) the program is always interrupted as soon as a breakpoint is encountered.</paragraph>
<paragraph role="paragraph" id="par_id3153968" xml-lang="en-US" l10n="U" oldref="13">Click <emph>Delete</emph> to remove the breakpoint from the program.</paragraph>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3150439"><bookmark_value>variables; observing values</bookmark_value>
-</bookmark>
<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="2" l10n="U" oldref="14">Observing the Value of Variables</paragraph>
<paragraph role="paragraph" id="par_id3153368" xml-lang="en-US" l10n="U" oldref="15">You can monitor the values of a variable by adding it to the <emph>Watch</emph> window. To add a variable to the list of watched variables, type the variable name in the <emph>Watch</emph> text box and press Enter.</paragraph>
<paragraph role="paragraph" id="par_id3146986" xml-lang="en-US" l10n="U" oldref="16">The values of variables are only displayed if they are in scope. Variables that are not defined at the current source code location display ("Out of Scope") instead of a value.</paragraph>
@@ -94,11 +98,7 @@
<bookmark xml-lang="en-US" branch="hid/HID_BASICIDE_STACKWINDOW_LIST" id="bm_id3156286" localize="false"/>
<paragraph role="heading" id="hd_id3148618" xml-lang="en-US" level="2" l10n="U" oldref="20">The Call Stack Window</paragraph>
<paragraph role="paragraph" id="par_id3154491" xml-lang="en-US" l10n="U" oldref="21"><ahelp hid="HID_BASICIDE_STACKWINDOW_LIST">Provides an overview of the call hierarchy of procedures and functions.</ahelp> You can determine which procedures and functions called which other procedures and functions at the current point in the source code.</paragraph>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3150594"><bookmark_value>run-time errors; Basic</bookmark_value>
-<bookmark_value>error codes; Basic</bookmark_value>
-<bookmark_value>Basic; error codes</bookmark_value>
-</bookmark>
-<paragraph role="heading" id="hd_id3150594" xml-lang="en-US" level="2" l10n="U" oldref="24">Run-Time Error</paragraph>
+<paragraph role="heading" id="hd_id3150594" xml-lang="en-US" level="2" l10n="CHG" oldref="24">List of Run-Time Errors</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#allerrors"/>
</body>
</helpdocument>
diff --git a/helpcontent2/source/text/sbasic/shared/01030400.xhp b/helpcontent2/source/text/sbasic/shared/01030400.xhp
index bf568e80b5..f706c1a5f7 100755
--- a/helpcontent2/source/text/sbasic/shared/01030400.xhp
+++ b/helpcontent2/source/text/sbasic/shared/01030400.xhp
@@ -62,16 +62,22 @@
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-<lastedited date="2004-05-12T14:11:42">FPE: Repaired empty link</lastedited>
+<lastedited date="2004-10-18T12:02:07">FPE: Repaired empty link</lastedited>
</history>
</meta>
<body>
<section id="anlegenverwalten">
<bookmark xml-lang="en-US" branch="index" id="bm_id3148797"><bookmark_value>libraries;organizing</bookmark_value>
<bookmark_value>modules;organizing</bookmark_value>
+<bookmark_value>copying;modules</bookmark_value>
+<bookmark_value>adding libraries</bookmark_value>
+<bookmark_value>deleting;libraries/modules/dialogs</bookmark_value>
+<bookmark_value>dialogs;creating and renaming</bookmark_value>
+<bookmark_value>moving;modules</bookmark_value>
+<bookmark_value>organizing;modules/libraries</bookmark_value>
+<bookmark_value>renaming modules</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3148797" xml-lang="en-US" level="1" l10n="U" oldref="1">
-<variable id="01030400"><link href="text/sbasic/shared/01030400.xhp">Organizing Libraries and Modules</link>
+<paragraph role="heading" id="hd_id3148797" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="01030400"><link href="text/sbasic/shared/01030400.xhp">Organizing Libraries and Modules</link>
</variable></paragraph>
</section>
<paragraph role="heading" id="hd_id3150868" xml-lang="en-US" level="2" l10n="U" oldref="4">Organizing Libraries</paragraph>
@@ -90,10 +96,6 @@
<paragraph role="listitem" id="par_id3153365" xml-lang="en-US" l10n="U" oldref="10">Click <emph>New</emph> and insert a name to create a new library.</paragraph>
</listitem>
</list>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3147394"><bookmark_value>libraries;appending</bookmark_value>
-<bookmark_value>libraries;adding</bookmark_value>
-<bookmark_value>adding;libraries</bookmark_value>
-</bookmark>
<paragraph role="heading" id="hd_id3147394" xml-lang="en-US" level="3" l10n="U" oldref="48">Appending a Library</paragraph>
<list type="ordered">
<listitem>
@@ -121,9 +123,6 @@
<paragraph role="listitem" id="par_id3147004" xml-lang="en-US" l10n="U" oldref="56">Click <emph>OK</emph> to append the library.</paragraph>
</listitem>
</list>
-<bookmark xml-lang="en-US" branch="index" id="bm_id678426"><bookmark_value>deleting;libraries</bookmark_value>
-<bookmark_value>libraries;deleting</bookmark_value>
-</bookmark>
<paragraph role="heading" id="hd_id3159100" xml-lang="en-US" level="3" l10n="U" oldref="17">Deleting a Library</paragraph>
<list type="ordered">
<listitem>
@@ -151,9 +150,6 @@
</listitem>
</list>
<paragraph role="heading" id="hd_id3147070" xml-lang="en-US" level="2" l10n="U" oldref="21">Organizing Modules and Dialogs</paragraph>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3155265"><bookmark_value>modules;creating</bookmark_value>
-<bookmark_value>dialogs;creating</bookmark_value>
-</bookmark>
<paragraph role="heading" id="hd_id3155265" xml-lang="en-US" level="3" l10n="U" oldref="61">Creating a New Module or Dialog</paragraph>
<list type="ordered">
<listitem>
@@ -169,9 +165,6 @@
<paragraph role="listitem" id="par_id3152389" xml-lang="en-US" l10n="U" oldref="65">Enter a name for the module or the dialog and click <emph>OK</emph>.</paragraph>
</listitem>
</list>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3152872"><bookmark_value>modules;renaming</bookmark_value>
-<bookmark_value>dialogs;renaming</bookmark_value>
-</bookmark>
<paragraph role="heading" id="hd_id3152872" xml-lang="en-US" level="3" l10n="U" oldref="25">Renaming a Module or Dialog</paragraph>
<list type="ordered">
<listitem>
@@ -187,10 +180,6 @@
<paragraph role="listitem" id="par_id3155526" xml-lang="en-US" l10n="U" oldref="28">Press Enter to confirm your changes.</paragraph>
</listitem>
</list>
-<bookmark xml-lang="en-US" branch="index" id="bm_id163884"><bookmark_value>deleting;dialogs</bookmark_value>
-<bookmark_value>deleting;modules</bookmark_value>
-<bookmark_value>modules;deleting</bookmark_value>
-</bookmark>
<paragraph role="heading" id="hd_id3146963" xml-lang="en-US" level="3" l10n="U" oldref="29">Deleting a Module or Dialog</paragraph>
<list type="ordered">
<listitem>
@@ -208,9 +197,6 @@
</list>
<paragraph role="warning" id="par_id3151339" xml-lang="en-US" l10n="U" oldref="31">Deleting a module permanently deletes all existing procedures and functions in that module.</paragraph>
<paragraph role="heading" id="hd_id3151392" xml-lang="en-US" level="2" l10n="U" oldref="33">Organizing Projects among Documents or Templates</paragraph>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3156400"><bookmark_value>modules;moving</bookmark_value>
-<bookmark_value>modules;copying</bookmark_value>
-</bookmark>
<paragraph role="heading" id="hd_id3156400" xml-lang="en-US" level="3" l10n="U" oldref="36">Moving or copying modules between documents, templates and the application.</paragraph>
<list type="ordered">
<listitem>