summaryrefslogtreecommitdiff
path: root/source/text/swriter/main0101.xhp
blob: 0501faa6dc5ea2d6c800b2088b791f5230925375 (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
54
55
56
57
58
59
60
<?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="textswritermain0101xml" indexer="include" status="PUBLISH">
    <title id="tit" xml-lang="en-US">File</title>
    <filename>/text/swriter/main0101.xhp</filename>
  </topic>
</meta>

<body>


<section id="file">
<bookmark xml-lang="en-US" branch="hid/.uno:FileMenu" id="bm_id4299142" localize="false"/>

<paragraph id="hd_id3147331" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/main0101.xhp" name="File">File</link></paragraph>
<paragraph id="par_id3147352" role="paragraph" xml-lang="en-US"><ahelp hid=".">These commands apply to the current document, open a new document, or close the application.</ahelp></paragraph>
</section>
<embed href="text/shared/01/01010000.xhp#new"/>
<embed href="text/shared/01/01020000.xhp#open"/>
<embed href="text/shared/01/01990000.xhp#recentdocs"/>
<embed href="text/shared/01/01050000.xhp#close"/>
<embed href="text/shared/autopi/01000000.xhp#wizards"/>
<embed href="text/shared/01/01110000.xhp#templates"/>
<embed href="text/shared/02/07060000.xhp#reload"/>
<embed href="text/shared/01/01190000.xhp#versions"/>
<embed href="text/shared/01/01060000.xhp#save"/>
<embed href="text/shared/01/01070000.xhp#saveas"/>
<embed href="text/shared/01/01180000.xhp#saveall"/>
<embed href="text/shared/01/01070001.xhp#export"/>
<embed href="text/shared/01/ref_pdf_export.xhp#pdf_export"/>
<embed href="text/shared/01/01160000.xhp#send"/>
<embed href="text/shared/01/webhtml.xhp#previewinbrowser"/>
<embed href="text/swriter/01/01120000.xhp#printpreview"/>
<embed href="text/shared/01/01130000.xhp#print"/>
<embed href="text/shared/01/01140000.xhp#printersetup"/>
<embed href="text/shared/01/01100000.xhp#properties"/>
<embed href="text/shared/01/digitalsignatures.xhp#digitalsignatures"/>
<embed href="text/shared/01/01170000.xhp#exit"/>
</body>

</helpdocument>
n value='libreoffice-3-5-1'>libreoffice-3-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native/Library_reg_dlls.mk
AgeCommit message (Collapse)Author
2020-05-13Register spsupp*.dll during installationMike Kaganski
This registers SharePoint integration libraries using regsvr.exe. Both 32-bit and 64-bit libraries are registered; registration of LOSPSupport.OpenDocuments is unconditional. This introduces a new hidden MSI feature, which is disabled for installation: gm_SharePointSupport_SubstMSO. When installed, it registers SharePoint.OpenDocuments class in registry, thus overriding registration of this component by MS Office, allowing LibreOffice to serve as MS Office replacement working in IE with SharePoint. To install the feature, either a transform is needed setting the feature's level <= 100, or a command line: msiexec path-to-msi ADDLOCAL=gm_SharePointSupport_SubstMSO Change-Id: I5517bbb68dcc6db8bcb2bbc2368394ee4a62d741 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86452 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86462 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>