summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/swriter/01/05100300.xhp
blob: da0dfc903880f582292eb43014bc2464fdbe451b (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
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
	
<!--
***********************************************************************
 *
 * 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.
 *
 ************************************************************************
 -->
 
	
<meta>
      <topic id="textswriter0105100300xml" indexer="include" status="PUBLISH">
         <title xml-lang="en-US" id="tit">Protect</title>
         <filename>/text/swriter/01/05100300.xhp</filename>
      </topic>
   </meta>
   <body>
      <section id="schuetzen">
<bookmark xml-lang="en-US" branch="hid/.uno:Protect" id="bm_id7637302" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Protect" id="bm_id3155626" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3146322" role="heading" level="1" l10n="U" oldref="1"><link href="text/swriter/01/05100300.xhp" name="Protect">Protect</link></paragraph>
         <paragraph xml-lang="en-US" id="par_id3145822" role="paragraph" l10n="U" oldref="2"><ahelp hid=".uno:Protect">Prevents the contents of the selected cells from being modified.</ahelp></paragraph>
      </section>
      <section id="howtoget">
         <embed href="text/swriter/00/00000405.xhp#schtzenze"/>
      </section>
      <paragraph xml-lang="en-US" id="par_id3154641" role="note" l10n="U" oldref="3">When the cursor is in a read-only cell, a note appears on the <emph>Status Bar</emph>.</paragraph>
      <paragraph xml-lang="en-US" id="par_id3149292" role="paragraph" l10n="CHG" oldref="4">To remove cell protection, select the cell(s), right-click, and then choose <link href="text/swriter/01/05100400.xhp" name="Cell - Unprotect"><emph>Cell - Unprotect</emph></link>.</paragraph>
   </body>
</helpdocument>
ce-3-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/ConnectionPage.hxx
AgeCommit message (Expand)Author
2017-11-06loplugin:finalclasses in dbaccessNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-05Convert PAGE_CONNECTION to .uiPalenik Mihály
2014-07-28PAGE_DBWIZARD_TEXT, PAGE_TEXT, DLG_TEXT_CONNECTION_SETTINGS conversion to .uiSzymon Kłos
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-09Translated German comments dbaccess/source/ui clean nowLuc Castermans
2014-04-17dbaccess: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist