summaryrefslogtreecommitdiffstats
path: root/helpcontent2/source/text/sbasic/shared/special_vba_func.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source/text/sbasic/shared/special_vba_func.xhp')
-rw-r--r--helpcontent2/source/text/sbasic/shared/special_vba_func.xhp121
1 files changed, 121 insertions, 0 deletions
diff --git a/helpcontent2/source/text/sbasic/shared/special_vba_func.xhp b/helpcontent2/source/text/sbasic/shared/special_vba_func.xhp
new file mode 100644
index 000000000..92e88d44e
--- /dev/null
+++ b/helpcontent2/source/text/sbasic/shared/special_vba_func.xhp
@@ -0,0 +1,121 @@
+<?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="textsbasicsharedspecial_vba_funcxml">
+ <title id="tit" xml-lang="en-US">Exclusive VBA functions</title>
+ <filename>/text/sbasic/shared/special_vba_func.xhp</filename>
+ </topic>
+</meta>
+
+<body>
+<section id="exclusive_vba_functions">
+<bookmark xml-lang="en-US" branch="index" id="bm_id051920170350145208">
+<bookmark_value>VBA Functions;Introduction</bookmark_value>
+</bookmark>
+
+<h1 id="hd_id051820170313205718"><variable id="exclusivevba"><link href="text/sbasic/shared/special_vba_func.xhp">Exclusive VBA Functions and Statements</link></variable></h1>
+<paragraph id="par_id051820170314436068" role="paragraph" xml-lang="en-US"><ahelp hid=".">%PRODUCTNAME Basic adds this set of functions when VBA support is enabled.</ahelp></paragraph>
+</section>
+<paragraph id="hd_id051820170407499827" role="paragraph" xml-lang="en-US">These exclusive VBA functions are enabled when the statement <item type="literal">Option VBASupport 1</item> is placed before the first macro of a %PRODUCTNAME Basic module. </paragraph>
+
+<section id="vbastatements">
+<bookmark xml-lang="en-US" branch="index" id="bm_id71543455697570">
+<bookmark_value>VBA Statements</bookmark_value>
+</bookmark>
+ <h2 id="hd_id31543446449360">VBA Statements</h2>
+ <comment> Option Compatible is not a VBA statement, it extends LibreOffice Basic constructs. </comment>
+ <embed href="text/sbasic/shared/classmodule.xhp#classmodulefunction"/>
+ <embed href="text/sbasic/shared/03103350.xhp#optionVBASupport"/>
+ <embed href="text/sbasic/shared/enum.xhp#enumheading"/>
+</section>
+
+<section id="VBAString">
+<bookmark xml-lang="en-US" branch="index" id="bm_id05192017035621676">
+<bookmark_value>VBA Functions;Text Functions</bookmark_value>
+</bookmark>
+<h2 id="par_id051820170355592834">Text functions</h2>
+<embed href="text/sbasic/shared/03120111.xhp#ascw"/>
+<embed href="text/sbasic/shared/03120112.xhp#chrw"/>
+<embed href="text/sbasic/shared/03120411.xhp#instrrev"/>
+<embed href="text/sbasic/shared/03120412.xhp#strreverse"/>
+<embed href="text/sbasic/shared/strconv.xhp#vbastrconv"/>
+</section>
+
+<section id="VBAFinancial">
+<bookmark xml-lang="en-US" branch="index" id="bm_id051920170357078705">
+<bookmark_value>VBA Functions;Financial Functions</bookmark_value>
+</bookmark>
+<h2 id="par_id051820170355592581">Financial functions</h2>
+<embed href="text/sbasic/shared/03140000.xhp#ddb"/>
+<embed href="text/sbasic/shared/03140001.xhp#fv"/>
+<embed href="text/sbasic/shared/03140002.xhp#ipmt"/>
+<embed href="text/sbasic/shared/03140003.xhp#irr"/>
+<embed href="text/sbasic/shared/03140004.xhp#mirr"/>
+<embed href="text/sbasic/shared/03140005.xhp#nper"/>
+<embed href="text/sbasic/shared/03140006.xhp#npv"/>
+<embed href="text/sbasic/shared/03140007.xhp#pmt"/>
+<embed href="text/sbasic/shared/03140008.xhp#ppmt"/>
+<embed href="text/sbasic/shared/03140009.xhp#pv"/>
+<embed href="text/sbasic/shared/03140010.xhp#rate"/>
+<embed href="text/sbasic/shared/03140011.xhp#sln"/>
+<embed href="text/sbasic/shared/03140012.xhp#syd"/>
+</section>
+
+<section id="VBADateTime">
+<bookmark xml-lang="en-US" branch="index" id="bm_id051920170358102074">
+<bookmark_value>VBA Functions;Date and Time Functions</bookmark_value>
+</bookmark>
+<h2 id="par_id051820170356005357">Date and time functions</h2>
+<embed href="text/sbasic/shared/03150000.xhp#FormatDateTime"/>
+<embed href="text/sbasic/shared/03150002.xhp#MonthName"/>
+<embed href="text/sbasic/shared/03150001.xhp#WeekdayName"/>
+</section>
+
+<section id="VBAIO">
+<bookmark xml-lang="en-US" branch="index" id="bm_id051920170358002074">
+<bookmark_value>VBA Functions;I/O Functions</bookmark_value>
+</bookmark>
+
+<h2 id="par_id051820170356006501">I/O Functions</h2>
+<embed href="text/sbasic/shared/03160000.xhp#Input"/>
+</section>
+
+<section id="VBAMath">
+<bookmark xml-lang="en-US" branch="index" id="bm_id051920170358346963">
+<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value>
+<bookmark_value>VBA Functions;formatting numbers</bookmark_value>
+<bookmark_value>VBA Functions;partitioning numbers</bookmark_value>
+</bookmark>
+<h2 id="par_id051820170356005221">Mathematical Functions</h2>
+<embed href="text/sbasic/shared/03170000.xhp#Round"/>
+<embed href="text/sbasic/shared/03170010.xhp#formatnumber"/>
+<embed href="text/sbasic/shared/partition.xhp#vbapartition"/>
+</section>
+
+<section id="VBAObject">
+<bookmark xml-lang="en-US" branch="index" id="bm_id051920170359045662">
+<bookmark_value>VBA Functions;Object Properties and Methods</bookmark_value>
+</bookmark>
+<h2 id="hd_id051920170347039686">Object Properties and Methods</h2>
+<embed href="text/sbasic/shared/ErrVBA.xhp#VBAErrObject"/>
+</section>
+</body>
+</helpdocument>