Files
help/source/text/shared/02/20040000.xhp
Gabor Kelemen e2f8d201aa Remove duplicated HID bookmarks in shared
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:

for i in $(find source/text/shared -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done

Change-Id: Ie7cde338aa210ef81d1e15ecc8087d8f67f77b27
Reviewed-on: https://gerrit.libreoffice.org/74655
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-25 04:35:35 +02:00

62 lines
3.4 KiB
XML

<?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="textshared0220040000xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Insert Mode</title>
<filename>/text/shared/02/20040000.xhp</filename>
</topic>
</meta>
<body>
<section id="einfuegemodus">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertMode" id="bm_id1407203" localize="false"/>
<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/02/20040000.xhp" name="Insert Mode">Insert Mode</link></paragraph>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US"><ahelp hid=".uno:InsertMode">Displays the current insert mode. You can toggle between <emph>INSRT</emph> = insert and <emph>OVER</emph> = overwrite.</ahelp><switchinline select="appl"><caseinline select="CALC"> This field is only active if the cursor is in the input line of the formula bar or in a cell.</caseinline></switchinline></paragraph>
</section>
<paragraph role="paragraph" id="par_id3154422" xml-lang="en-US">Click in the field to toggle the modes (except in the $[officename] Basic IDE, where only the <emph>Insert</emph> mode is active). If the cursor is positioned in a text document, you may also use the <emph>Insert</emph> key (if available on your keyboard) to toggle the modes.</paragraph>
<table id="tbl_id3152801">
<tablerow>
<tablecell colspan="" rowspan="">
<paragraph role="tablehead" id="par_id3149177" xml-lang="en-US"><emph>Mode</emph></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
<paragraph role="tablehead" id="par_id3155391" xml-lang="en-US"><emph>Result</emph></paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell colspan="" rowspan="">
<paragraph role="tablecontent" id="par_id3149388" xml-lang="en-US">INSRT</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
<paragraph role="tablecontent" id="par_id3147243" xml-lang="en-US">In the insert mode, new text is inserted at the cursor position and the following text is shifted to the right. The cursor is displayed as a vertical line.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell colspan="" rowspan="">
<paragraph role="tablecontent" id="par_id3148539" xml-lang="en-US">OVER</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
<paragraph role="tablecontent" id="par_id3156327" xml-lang="en-US">In the overwrite mode, any existing text is replaced by new text. The cursor is displayed as a thick vertical line.</paragraph>
</tablecell>
</tablerow>
</table>
</body>
</helpdocument>