summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03/lib_template.xhp
blob: b490b136d68d93412a86c12804b06c0209dbea6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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/.
    *
    -->

    <meta>
        <topic id="basictemplatelibrary" indexer="include" status="PUBLISH">
            <title id="tit" xml-lang="en-US">TEMPLATE Library</title>
            <filename>/text/sbasic/shared/03/lib_template.xhp</filename>
        </topic>
    </meta>
    <body>
    <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="template_lib"><link href="text/sbasic/shared/03/lib_template.xhp">The <item type="literal">Template</item> Library</link></variable></paragraph>

    <section id="howtoget">
        <embed href="text/sbasic/shared/00000003.xhp#basiclibhowtoget"/>
    </section>
    <paragraph xml-lang="en-US" id="par_id901528999850603" localize="false" role="note"><embedvar href="text/sbasic/shared/00000003.xhp#basiclibrarynote" markup="keep"/><br/>
        <item type="literal">GlobalScope.BasicLibraries.LoadLibrary("Template")</item></paragraph>
    <embed href="text/shared/need_help.xhp#needhelp"/>
</body>
</helpdocument>
ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/items/aeitem.cxx
AgeCommit message (Expand)Author
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-03-10Avoid reserved identifierStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30svl: remove mostly superfluous abstraction of vectorMichael Stahl
2015-10-30svl: replace boost::ptr_vector with std::vectorMichael Stahl
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher
2014-07-10fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara