summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2015-07-26 17:39:23 -0300
committerCaolán McNamara <caolanm@redhat.com>2015-08-25 15:12:31 +0000
commitfff841e50d4e1b36453820b66f150d708ebfff2b (patch)
tree3e3c6c53167aa89ac0b32ea49b1a439f2b481cbd /source/text/sbasic
parent67285d99b8c9373ba3fa992679353ee1a5bc4da9 (diff)
TDF#80588 Help page for Basic IDE Options
Help page for Basic IDE Option in Tools - LibreOffice - Basic IDE Options Before merging this patch it is necessary to verify correctness of the help page contents. Change-Id: Ic80410910ed3eadb02c4fd49c02fc5f1dce053db Reviewed-on: https://gerrit.libreoffice.org/17356 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/shared/01030000.xhp3
-rw-r--r--source/text/sbasic/shared/code-stubs.xhp46
2 files changed, 48 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/01030000.xhp b/source/text/sbasic/shared/01030000.xhp
index a231d8cec8..8ff95c25ef 100644
--- a/source/text/sbasic/shared/01030000.xhp
+++ b/source/text/sbasic/shared/01030000.xhp
@@ -18,7 +18,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
+
<helpdocument version="1.0">
<meta>
<topic id="textsbasicshared01030000xml" indexer="include" status="PUBLISH">
@@ -42,5 +42,6 @@
<embed href="text/sbasic/shared/01030400.xhp#anlegenverwalten"/>
<embed href="text/sbasic/shared/01030200.xhp#basiceditor"/>
<embed href="text/sbasic/shared/01030300.xhp#basicfehler"/>
+<embed href="text/sbasic/shared/BasicIDE.xhp#basicide"/>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/code-stubs.xhp b/source/text/sbasic/shared/code-stubs.xhp
new file mode 100644
index 0000000000..469c2d91ed
--- /dev/null
+++ b/source/text/sbasic/shared/code-stubs.xhp
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<helpdocument version="1.0">
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+-->
+
+<meta>
+ <topic id="topic_2507201510192393">
+ <title xml-lang="en-US" id="tit">BasicCodeStubs</title>
+ <filename>/text/sbasic/shared/code-stubs.xhp</filename>
+ </topic>
+</meta>
+<body>
+
+<section id="BasicIDEOption01">
+ <bascode>
+ <paragraph id="hd_id1000010" role="bascode" xml-lang="en-US" localize="false">Dim aPicker As com.sun.star.ui.dialogs.XfilePicker</paragraph>
+ </bascode>
+</section>
+<section id="BasicIDEOption02">
+ <bascode>
+ <paragraph id="hd_id1000020" role="bascode" xml-lang="en-US" localize="false">aPicker.getDisplayDirectory()</paragraph>
+ </bascode>
+</section>
+<section id="BasicIDEOption03">
+ <bascode>
+ <paragraph id="hd_id1000030" role="bascode" xml-lang="en-US" localize="false">Dim intVar as Integer</paragraph>
+ </bascode>
+</section>
+</body>
+
+</helpdocument> \ No newline at end of file