diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:42:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:42:35 +0000 |
commit | ddc158b36605a138ce3dda5316140aa9508cd85f (patch) | |
tree | 214eca5c71eb38aae7064a33ff908c5d52dc7fd0 | |
parent | fd7df4a3d1ec16d549b59e85a4d381d61d389fe0 (diff) |
INTEGRATION: CWS helpcontentbeta (1.1.2); FILE MERGED
2004/10/11 10:23:21 fpe 1.1.2.2: Regular Update
2004/09/16 11:45:11 fpe 1.1.2.1: Regular Update
-rwxr-xr-x | helpcontent2/source/text/sbasic/shared/01030100.xhp | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/helpcontent2/source/text/sbasic/shared/01030100.xhp b/helpcontent2/source/text/sbasic/shared/01030100.xhp index 8bf732f6b5..730a93c1b9 100755 --- a/helpcontent2/source/text/sbasic/shared/01030100.xhp +++ b/helpcontent2/source/text/sbasic/shared/01030100.xhp @@ -52,28 +52,30 @@ * Contributor(s): _______________________________________ * * - ************************************************************************--><helpdocument version="1.0"> + ************************************************************************--> + +<helpdocument version="1.0"> <meta> <topic id="textsbasicshared01030100xml" indexer="include" status="PUBLISH"> -<title xml-lang="en-US" id="tit">IDE Overview</title> +<title id="tit" xml-lang="en-US">IDE Overview</title> <filename>/text/sbasic/shared/01030100.xhp</filename> </topic> <history> <created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> -<lastedited date="2003-10-31T00:00:00">converted from old format - fpe</lastedited> +<lastedited date="2004-10-11T11:18:08">converted from old format - fpe</lastedited> </history> </meta> <body> - - - <bookmark branch="hid/HID_BASICIDE_MODULWINDOW" xml-lang="en-US" id="bm_id3093440"/><section id="ueberblick"> - <paragraph id="hd_id3147291" role="heading" level="1" oldref="1" l10n="U" xml-lang="en-US"><link href="text/sbasic/shared/01030100.xhp" name="IDE Overview">IDE Overview</link></paragraph> - </section> - <paragraph l10n="U" xml-lang="en-US" role="paragraph" id="par_id3156344" oldref="3">The <emph/><link href="text/sbasic/shared/main0211.xhp" name="Macro Toolbar"><emph>Macro Toolbar</emph><emph/></link> in the IDE provides various icons for editing and testing programs.</paragraph> - <paragraph l10n="U" xml-lang="en-US" role="paragraph" id="par_id3151210" oldref="4">In the <emph/><link href="text/sbasic/shared/01030200.xhp" name="Editor window"><emph>Editor window</emph><emph/></link>, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code.</paragraph> - <paragraph l10n="U" xml-lang="en-US" role="paragraph" id="par_id3154686" oldref="5">The <emph/><link href="text/sbasic/shared/01050100.xhp" name="Watch"><emph>Watch</emph><emph/></link> (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process.</paragraph> - <paragraph xml-lang="en-US" role="paragraph" id="par_id3145787" l10n="U" oldref="8">The <emph>Call Stack</emph> window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs.</paragraph> - <paragraph l10n="U" role="paragraph" id="par_id3147318" xml-lang="en-US" oldref="7"><emph>Related Topics</emph></paragraph> - <paragraph l10n="U" role="paragraph" id="par_id3147434" xml-lang="en-US" oldref="6"><link href="text/sbasic/shared/01050000.xhp" name="Basic IDE">Basic IDE</link></paragraph> - </body> +<bookmark xml-lang="en-US" branch="hid/HID_BASICIDE_MODULWINDOW" id="bm_id3093440" localize="false"/> +<section id="ueberblick"> +<paragraph role="heading" id="hd_id3147291" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/01030100.xhp" name="IDE Overview">IDE Overview</link></paragraph> +</section> +<paragraph role="paragraph" id="par_id3156344" xml-lang="en-US" l10n="U" oldref="3">The <link href="text/sbasic/shared/main0211.xhp" name="Macro Toolbar"><emph>Macro Toolbar</emph></link> in the IDE provides various icons for editing and testing programs.</paragraph> +<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US" l10n="U" oldref="4">In the <link href="text/sbasic/shared/01030200.xhp" name="Editor window"><emph>Editor window</emph></link>, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code.</paragraph> +<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U" oldref="5">The <link href="text/sbasic/shared/01050100.xhp" name="Watch"><emph>Watch window</emph></link> (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process.</paragraph> +<paragraph role="paragraph" id="par_id3145787" xml-lang="en-US" l10n="U" oldref="8">The <emph>Call Stack</emph> window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs.</paragraph> +<section id="relatedtopics"> +<paragraph role="paragraph" id="par_id3147434" xml-lang="en-US" l10n="U" oldref="6"><link href="text/sbasic/shared/01050000.xhp" name="Basic IDE">Basic IDE</link></paragraph> +</section> +</body> </helpdocument> |