summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03101400.xhp
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-01 09:51:27 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-10-16 11:07:30 -0500
commit61173c1b58efa79c0ba6b08348d2796a249d0186 (patch)
tree00ebf544db18942e2a1ecfc5e5fa16931127d38f /source/text/sbasic/shared/03101400.xhp
parent3dc2e7497f1798ae4ff6c5c8c562666bc10a393c (diff)
move help structure one directory up
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
Diffstat (limited to 'source/text/sbasic/shared/03101400.xhp')
-rw-r--r--source/text/sbasic/shared/03101400.xhp73
1 files changed, 73 insertions, 0 deletions
diff --git a/source/text/sbasic/shared/03101400.xhp b/source/text/sbasic/shared/03101400.xhp
new file mode 100644
index 0000000000..88146bebbb
--- /dev/null
+++ b/source/text/sbasic/shared/03101400.xhp
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+
+<!--***********************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************-->
+
+<helpdocument version="1.0">
+<meta>
+<topic id="textsbasicshared03101400xml" indexer="include" status="PUBLISH">
+<title id="tit" xml-lang="en-US">DefDbl Statement [Runtime]</title>
+<filename>/text/sbasic/shared/03101400.xhp</filename>
+</topic>
+<history>
+<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
+<lastedited date="2004-08-24T11:25:24">converted from old format - fpe</lastedited>
+</history>
+</meta>
+<body>
+<section id="defdbl">
+<bookmark xml-lang="en-US" branch="index" id="bm_id3147242"><bookmark_value>DefDbl statement</bookmark_value>
+</bookmark>
+<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03101400.xhp" name="DefDbl Statement [Runtime]">DefDbl Statement [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="U" oldref="2">Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.</paragraph>
+</section>
+<paragraph role="heading" id="hd_id3155420" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3147530" xml-lang="en-US" l10n="U" oldref="4">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph>
+<paragraph role="heading" id="hd_id3145069" xml-lang="en-US" level="2" l10n="U" oldref="5">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" oldref="6">
+<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for.</paragraph>
+<paragraph role="paragraph" id="par_id3150791" xml-lang="en-US" l10n="U" oldref="7">
+<emph>xxx:</emph> Keyword that defines the default variable type:</paragraph>
+<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US" l10n="U" oldref="8">
+<emph>Keyword:</emph> Default variable type</paragraph>
+<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U" oldref="9">
+<emph>DefDbl:</emph> Double</paragraph>
+<paragraph role="heading" id="hd_id3153192" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U" oldref="12">REM Prefix definitions for variable types:</paragraph>
+<paragraph role="paragraph" id="par_id3153970" xml-lang="en-US" l10n="U" oldref="13">DefBool b</paragraph>
+<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U" oldref="14">DefDate t</paragraph>
+<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" l10n="U" oldref="15">DefDbL d</paragraph>
+<paragraph role="paragraph" id="par_id3150487" xml-lang="en-US" l10n="U" oldref="16">DefInt i</paragraph>
+<paragraph role="paragraph" id="par_id3151116" xml-lang="en-US" l10n="U" oldref="17">DefLng l</paragraph>
+<paragraph role="paragraph" id="par_id3146922" xml-lang="en-US" l10n="U" oldref="18">DefObj o</paragraph>
+<paragraph role="paragraph" id="par_id3146984" xml-lang="en-US" l10n="U" oldref="19">DefVar v</paragraph>
+<paragraph role="paragraph" id="par_id3147436" xml-lang="en-US" l10n="U" oldref="21">Sub ExampleDefDBL</paragraph>
+<paragraph role="paragraph" id="par_id3153144" xml-lang="en-US" l10n="U" oldref="22">dValue=1.23e43 REM dValue is an implicit Double variable type</paragraph>
+<paragraph role="paragraph" id="par_id3152941" xml-lang="en-US" l10n="U" oldref="23">end sub</paragraph>
+</body>
+</helpdocument>
eoffice-5-2-4'>libreoffice-5-2-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/i18nlangtag/lang.h
AgeCommit message (Expand)Author
2018-05-25no need declare these tag structs separatelyNoel Grandin
2018-05-15Resolves: tdf#117617 Add Iloko [ilo-PH] to language listEike Rathke
2018-05-08Add Ju|’hoansi [ktz-NA] and Naro [nhr-BW] to language listEike Rathke
2018-05-04Add Malay Arabic [ms-Arab-MY] and [ms-Arab-BN] to language list, both CTLEike Rathke
2018-03-01Resolves: tdf#116058 add Armenian [hy-IR] [hy-RU] [hyw-AM] [xcl-AM]Eike Rathke
2017-12-04Add Plautdietsch [pdt-CA] to language listboxEike Rathke
2017-11-14Resolves: tdf#113835 add Fon [fon-BJ] to language listEike Rathke
2017-10-04Add 0xF400 and 0xF800 constants for number format code modifiers, tdf#102075Eike Rathke
2017-10-02Remove now moot comment about comments and .src file inclusionEike Rathke
2017-07-21de-hrc various thingsCaolán McNamara
2017-06-19Add Kituba (Democratic Republic of the Congo) [ktu-CD] to language listEike Rathke
2017-06-07tdf#108349: fix LanguageType conversions from UNO "short"Michael Stahl
2017-05-30drop LANGUAGE_USER_MALAGASY_PLATEAU defineNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25make __RSC a builtin define for the RSC compilerNoel Grandin
2017-03-15tdf#105448 add Xibe [sjo-CN] to language list (and remove Sibe [nco-PG])Eike Rathke
2017-01-30tdf#105448 add Sibe [nco-PG] to language listEike Rathke
2017-01-30tdf#105448 add Manchu [mnc-CN] to language list (CTL)Eike Rathke
2016-08-29name it Hungarian Rovas, tdf#97406 follow-upEike Rathke
2016-08-26add Old Hungarian (Hungarian Rovas) [hu-Hung-HU] to language list, tdf#97406Eike Rathke
2016-08-16Resolves: tdf#101540 add Silesian [szl-PL] to language listEike Rathke
2016-04-25add English (Mauritius) [en-MU] and French (Mauritius) [fr-MU], tdf#99372Eike Rathke
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-01-27add a comment about user defined IDsEike Rathke
2016-01-27tdf#97386 add Apatani [apt-IN] to language listEike Rathke
2016-01-22document some naming conventionsEike Rathke
2016-01-08tdf#96647 add Interlingue Occidental [ie] to language listEike Rathke
2015-09-30Fix typosAndrea Gelmini
2015-09-14add English (Botswana) [en-BW] 0x9809 to language list, tdf#94207 preparationEike Rathke
2015-08-25tdf#93468 add Arpitan (Switzerland) [frp-CH]Eike Rathke
2015-08-22disentangle the Dzongkha mess a littleEike Rathke
2015-08-21MS finally acknowledged CubaEike Rathke
2015-08-21Resolves: tdf#93468 add Arpitan (France,Italy) [frp-FR] [frp-IT]Eike Rathke
2015-07-27remove some unused definesNoel Grandin
2015-07-10support en-GB-oxendict additionally to now deprecated en-GB-oedEike Rathke
2015-07-09tdf#90428 add Aranese [oc-ES] to language listEike Rathke
2015-06-30add English (Gambia) [en-GM] to language list, tdf#92442Eike Rathke
2015-06-03tdf#91199 add Venetian [vec-IT] to language listEike Rathke
2015-04-29tdf#90802 add Church Slavic [cu-RU] localeAleksandr Andreev
2014-09-17add Kven Finnish [fkv-NO] to language list, fdo#83332Eike Rathke
2014-06-02add LANGUAGE_USER_FRENCH_TOGO 0x8C0C [fr-TG] French (Togo), fdo#79353Eike Rathke
2014-06-02add LANGUAGE_USER_FRENCH_NIGER 0x880C [fr-NE] French (Niger), fdo#79352Eike Rathke
2014-06-02add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351Eike Rathke
2014-02-26added Lengo [lgr-SB], fdo#72512Eike Rathke
2014-02-26added Cree, Plains, Latin [crk-Latn-CN] and Syllabics [crk-Cans-CN], fdo#73973Eike Rathke
2014-02-25added Avar [av-RU], fdo#75161Eike Rathke
2014-02-25added Maninkakan, Eastern, Latin [emk-Latn-GN], fdo#74672Eike Rathke