Replacement done with
find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \
's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g'
(note some inconsistencies with space between name and = and also having
empty value, and some more complicated expression to also clear up
double space before/after the attribute)
translation files will be prepped with:
find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \
$'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/'
(note that not all languages use the " as quote character for the
attributes, but that also single quotes appera in the po file. Hence
the use of the shell $'string' syntax to be able to quote ' as \'
It also requires to quote the backslash, so that it needs to be escaped
once for the shell, then another time for perl. Also don't work on
obsolete strings (those are prefixed with #~ in the po files)
Also note that <link..></link> gets turned into <link ../> during
translation extraction (along with removal of the space between the
attribute name and the value), so the pattern needs to be slightly
different here)
Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
66 lines
3.5 KiB
XML
66 lines
3.5 KiB
XML
<?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="textsharedguideexport_msxml" indexer="include" status="PUBLISH">
|
|
<title id="tit" xml-lang="en-US">Saving Documents in Other Formats</title>
|
|
<filename>/text/shared/guide/export_ms.xhp</filename>
|
|
</topic>
|
|
</meta>
|
|
<body>
|
|
<section id="chapter_all">
|
|
<bookmark xml-lang="en-US" branch="index" id="bm_id3159233"><bookmark_value>documents; saving in other formats</bookmark_value>
|
|
<bookmark_value>saving; documents in other formats</bookmark_value>
|
|
<bookmark_value>files; saving in other formats</bookmark_value>
|
|
<bookmark_value>text documents;saving in other formats</bookmark_value>
|
|
<bookmark_value>spreadsheets; saving in other formats</bookmark_value>
|
|
<bookmark_value>drawings; saving in other formats</bookmark_value>
|
|
<bookmark_value>presentations; saving in other formats</bookmark_value>
|
|
<bookmark_value>exporting; to Microsoft Office formats</bookmark_value>
|
|
<bookmark_value>Word documents; saving as</bookmark_value>
|
|
<bookmark_value>Excel; saving as</bookmark_value>
|
|
<bookmark_value>PowerPoint export</bookmark_value>
|
|
</bookmark><comment>mw made "PowerPoint;..." a one level entry</comment><paragraph role="paragraph" id="par_id3159233" xml-lang="en-US" localize="false"/>
|
|
<paragraph role="heading" id="hd_id3149416" xml-lang="en-US" level="1"><variable id="export_ms"><link href="text/shared/guide/export_ms.xhp">Saving Documents in Other Formats</link>
|
|
</variable></paragraph>
|
|
<list type="ordered">
|
|
<listitem>
|
|
<paragraph role="listitem" id="par_id3150084" xml-lang="en-US">Choose <emph>File - Save as</emph>. You will see the <emph>Save as</emph> dialog.</paragraph>
|
|
</listitem>
|
|
<listitem>
|
|
<paragraph role="listitem" id="par_id3153348" xml-lang="en-US">In the <emph>Save as type</emph> or <emph>File type</emph> list box, select the desired format.</paragraph>
|
|
</listitem>
|
|
<listitem>
|
|
<paragraph role="listitem" id="par_id3150985" xml-lang="en-US">Enter a name in the <emph>File name</emph> box and click <emph>Save</emph>.</paragraph>
|
|
</listitem>
|
|
</list>
|
|
<paragraph role="paragraph" id="par_id3153252" xml-lang="en-US">If you want the file dialogs to offer another file format as default, select that format in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph> in the <emph>Default file format </emph>area.</paragraph>
|
|
</section>
|
|
<embed href="text/shared/00/00000004.xhp#related"/>
|
|
<embed href="text/shared/guide/doc_save.xhp#doc_save"/>
|
|
<paragraph role="paragraph" id="par_id3149669" xml-lang="en-US"><link href="text/shared/01/01070000.xhp">Save As</link></paragraph>
|
|
<embed href="text/shared/guide/ms_user.xhp#ms_user"/>
|
|
</body>
|
|
</helpdocument>
|