diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-10-06 12:33:05 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-10-10 14:38:26 +0200 |
commit | 01be581e707e83a5aaefd2174dc363c1b410ec08 (patch) | |
tree | 7dbdfa9165b8bc51cc4061cfacafc4a37dc22076 /source/text | |
parent | 44ae617cb4f7eaae3eb4b06f5a61fdb1f751e061 (diff) |
tdf#151386 - Add preferred resolution for images in file properties
Change-Id: I31abed704493b6d91ab3af192b9af4926110cad7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141027
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/shared/01/01100000.xhp | 4 | ||||
-rw-r--r-- | source/text/shared/01/01100200.xhp | 17 |
2 files changed, 19 insertions, 2 deletions
diff --git a/source/text/shared/01/01100000.xhp b/source/text/shared/01/01100000.xhp index 6190e023bb..776b210806 100644 --- a/source/text/shared/01/01100000.xhp +++ b/source/text/shared/01/01100000.xhp @@ -27,6 +27,10 @@ </topic> </meta> <body> +<bookmark xml-lang="en-US" branch="index" id="bm_id761665070352241"> + <bookmark_value>file;properties</bookmark_value> + <bookmark_value>document;properties</bookmark_value> +</bookmark> <section id="properties"> <bookmark xml-lang="en-US" branch="hid/.uno:SetDocumentProperties" id="bm_id1332604" localize="false"/> <h1 id="hd_id3152876" xml-lang="en-US"><variable id="eigen_von"><link href="text/shared/01/01100000.xhp" name="Document Properties">Properties</link> diff --git a/source/text/shared/01/01100200.xhp b/source/text/shared/01/01100200.xhp index 698047c093..6caca3d77b 100644 --- a/source/text/shared/01/01100200.xhp +++ b/source/text/shared/01/01100200.xhp @@ -32,6 +32,15 @@ <bookmark_value>files; version numbers</bookmark_value> <bookmark_value>editing time of documents</bookmark_value> <bookmark_value>documents; editing time</bookmark_value> +<bookmark_value>documents; template applied</bookmark_value> +<bookmark_value>documents; preferred image resolution</bookmark_value> +<bookmark_value>documents; last printed</bookmark_value> +<bookmark_value>documents; preview image</bookmark_value> +<bookmark_value>documents; number of modifications</bookmark_value> +<bookmark_value>documents; location</bookmark_value> +<bookmark_value>documents; size</bookmark_value> +<bookmark_value>documents; apply user data to</bookmark_value> +<bookmark_value>documents; reset properties</bookmark_value> </bookmark> <bookmark branch="hid/sfx/ui/documentinfopage/DocumentInfoPage" id="bm_id3154926" xml-lang="en-US" localize="false"/> <bookmark branch="hid/sfx/ui/documentinfopage/@@nowidget@@" id="bm_@@nowidget@@" xml-lang="en-US" localize="false"/> @@ -75,8 +84,12 @@ <bookmark branch="hid/sfx/ui/documentinfopage/reset" id="bm_id3148686" xml-lang="en-US" localize="false"/> <h2 id="hd_id3154046" xml-lang="en-US">Reset Properties</h2> <paragraph role="paragraph" id="par_id3152349" xml-lang="en-US"><ahelp hid="sfx/ui/documentinfopage/reset">Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted.</ahelp></paragraph> - <h2 id="hd_id101602069139228">Save preview image with this document</h2> - <paragraph role="paragraph" id="par_id171606265050158">Saves a thumbnail preview .png inside the document. This image may be used by a file manager under certain conditions.</paragraph> +<bookmark xml-lang="en-US" branch="hid/sfx/ui/documentinfopage/thumbnailsavecb" id="bm_id561665067801321" localize="false"/> +<h2 id="hd_id101602069139228">Save preview image with this document</h2> + <paragraph role="paragraph" id="par_id171606265050158">Saves a thumbnail preview in PNG format inside the document. This image may be used by a file manager under certain conditions.</paragraph> <tip id="par_id231606265075565">To disable generating thumbnails in general, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem></menuitem><menuitem> - %PRODUCTNAME - Advanced</menuitem>. Click the <widget>Open Expert Configuration</widget> button, and search for <emph>GenerateThumbnail</emph>. If this property has the value <literal>true</literal>, then double-click on it to set its value to <literal>false</literal>.</tip> +<bookmark xml-lang="en-US" branch="hid/sfx/ui/documentinfopage/image-preferred-dpi-combobox" id="bm_id41665067473347" localize="false"/> +<h2 id="hd_id921665067043255">Preferred resolution for images</h2> + <paragraph role="paragraph" id="par_id731665067447722">Check this box to select the preferred image resolution in points per inch, which is used as default when an image is inserted into a Writer, Impress or a Draw document and resize it according to the value in the list box.</paragraph> </body> </helpdocument> |