forked from amazingfate/help
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>
46 lines
1.7 KiB
XML
46 lines
1.7 KiB
XML
<?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> |