summaryrefslogtreecommitdiff
path: root/source/text/scalc/01/04070000.xhp
blob: 5aed377385c1d2d40db14e2afa2d7a2345b8f672 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * 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 .
 -->
<helpdocument version="1.0">
<meta>
<topic id="textscalc0104070000xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Named Ranges and Expressions</title>
<filename>/text/scalc/01/04070000.xhp</filename>
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
</history>
</meta>
<body>
<section id="namen">
<bookmark xml-lang="en-US" branch="hid/.uno:NamesMenu" id="bm_id2043214" localize="false"/>
<h1 id="hd_id3153951"><link href="text/scalc/01/04070000.xhp" name="Names">Named Ranges and Expressions</link></h1>
<paragraph role="paragraph" id="par_id3145801" xml-lang="en-US"><ahelp hid=".">Allows you to name the different sections of your spreadsheet document.</ahelp> By naming the different sections, you can easily <link href="text/scalc/01/02110000.xhp" name="navigate">navigate</link> through the spreadsheet documents and find specific information.</paragraph>
</section>
<section id="howtoget">
  <embed href="text/scalc/00/00000404.xhp#einamen"/>
</section>
<h2 id="hd_id3153878"><link href="text/scalc/01/04070100.xhp" name="Define">Define</link></h2>
<embed href="text/scalc/01/04070100.xhp#namenfestlegentext"/>
<h2 id="hd_id3146969"><link href="text/scalc/01/04070200.xhp" name="Insert">Insert</link></h2>
<embed href="text/scalc/01/04070200.xhp#nameneinfuegentext"/>
<h2 id="hd_id3155764"><link href="text/scalc/01/04070300.xhp" name="Apply">Apply</link></h2>
<embed href="text/scalc/01/04070300.xhp#namenuebernehmentext"/>
<h2 id="hd_id3156382"><link href="text/scalc/01/04070400.xhp" name="Labels">Labels</link></h2>
<embed href="text/scalc/01/04070400.xhp#beschtext"/>
</body>
</helpdocument>
breoffice-3-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/metaact.cxx
AgeCommit message (Expand)Author
2018-04-12ofz#7165 set a recursion limit for svm in svmCaolán McNamara
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-02-17ofz: libFuzzer: out-of-memoryCaolán McNamara
2017-01-30vcl: fix MetaTextLine reading, version 2 contains overlineTomaž Vajngerl
2017-01-25ofz#463 unable to mmapCaolán McNamara
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara
2015-05-15fix debug buildCaolán McNamara
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-01-26coverity#1266484 rework to scrutinze mnLenCaolán McNamara
2015-01-26coverity#1266491 Untrusted loop boundCaolán McNamara
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin