Skip to content

Commit

Permalink
tdf#162607 Remove dup's in hid2file.js, .uno:ZoomOut
Browse files Browse the repository at this point in the history
+ The .uno:ZoomOut is a Math command
+ Added min zoom factor for other modules.
+ refactor here and there

Change-Id: I475cab22f08f0e30305ef938156ee71ef446ef43
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172557
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <[email protected]>
  • Loading branch information
Olivier Hallot committed Aug 29, 2024
1 parent 9b6f313 commit 8914196
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
1 change: 0 additions & 1 deletion source/text/scalc/02/10050000.xhp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<bookmark_value>increasing scales in page view</bookmark_value>
<bookmark_value>zooming;enlarging page views</bookmark_value>
</bookmark><comment>mw deleted "scaling;"</comment>
<bookmark branch="hid/.uno:ZoomIn" id="bm_id7362949" localize="false"/>
<h1 id="hd_id3148491"><variable id="h1"><link href="text/scalc/02/10050000.xhp">Zoom In</link></variable></h1>
<paragraph role="paragraph" id="par_id3145069"><ahelp hid=".uno:ZoomIn">Enlarges the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp></paragraph>
</section>
Expand Down
21 changes: 9 additions & 12 deletions source/text/scalc/02/10060000.xhp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<helpdocument version="1.0">
<meta>
<topic id="textscalc0210060000xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Zoom Out</title>
<title id="tit">Zoom Out</title>
<filename>/text/scalc/02/10060000.xhp</filename>
</topic>
<history>
Expand All @@ -28,31 +28,28 @@
</meta>
<body>
<section id="zoom_out">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153561"><bookmark_value>page views;reducing scales</bookmark_value>
<bookmark branch="index" id="bm_id3153561"><bookmark_value>page views;reducing scales</bookmark_value>
<bookmark_value>zooming;reducing page views</bookmark_value>
</bookmark><comment>mw deleted "scaling;"</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:ZoomOut" id="bm_id5729287" localize="false"/>
<h1 id="hd_id3153561"><variable id="h1"><link href="text/scalc/02/10060000.xhp">Zoom Out</link></variable></h1>
<paragraph role="paragraph" id="par_id3151246" xml-lang="en-US"><ahelp hid=".uno:ZoomOut">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3151246"><ahelp hid=".uno:ZoomOut">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id71678262942683" xml-lang="en-US">
<image src="media/helpimg/scalc/calczoomslider.png" id="img_id721678262942684" width="282px" height="40px"><alt xml-lang="en-US" id="alt_id461678262942685">Calc Zoom Slider</alt></image>
<paragraph role="paragraph" id="par_id71678262942683">
<image src="media/helpimg/scalc/calczoomslider.png" id="img_id721678262942684" width="282px" height="40px"><alt id="alt_id461678262942685">Calc Zoom Slider</alt></image>
</paragraph>
<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US">The minimum zoom factor is 20%.</paragraph>
<paragraph role="paragraph" id="par_id3150398">The minimum zoom factor is 20%.</paragraph>
<section id="syzoom_out">
<table id="tbl_id3125863">
<tablerow>
<tablecell>
<paragraph role="paragraph" id="par_id3153770" xml-lang="en-US">
<image id="img_id3155131" src="cmd/lc_zoomout.svg" width="1cm" height="1cm"><alt id="alt_id3155131" xml-lang="en-US">Icon</alt>
</image></paragraph>
<paragraph role="paragraph" id="par_id3153770">
<image id="img_id3155131" src="cmd/lc_zoomout.svg" width="1cm" height="1cm"><alt id="alt_id3155131">Icon Zooming Out</alt></image></paragraph>
</tablecell>
<tablecell>
<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US">Zooming Out</paragraph>
<paragraph role="paragraph" id="par_id3150440">Zooming Out</paragraph>
</tablecell>
</tablerow>
</table>

</section>
</body>
</helpdocument>
5 changes: 5 additions & 0 deletions source/text/shared/01/03010000.xhp
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,23 @@
<switch select="appl">
<case select="WRITER">
<paragraph role="paragraph" id="par_id3145271">The maximum zoom factor is 600%.</paragraph>
<paragraph role="paragraph" id="par_id3150398">The minimum zoom factor is 20%.</paragraph>
</case>
<case select="CALC">
<paragraph role="paragraph" id="par_id3145171">The maximum zoom factor is 400%.</paragraph>
<paragraph role="paragraph" id="par_id1001724880788117">The minimum zoom factor is 20%.</paragraph>
</case>
<case select="IMPRESS">
<paragraph role="paragraph" id="par_id421724879487503">The maximum zoom factor is 3000%.</paragraph>
<paragraph role="paragraph" id="par_id601724880724388">The minimum zoom factor is 5%.</paragraph>
</case>
<case select="DRAW">
<paragraph role="paragraph" id="par_id911724879483983">The maximum zoom factor is 3000%.</paragraph>
<paragraph role="paragraph" id="par_id131724880770276">The minimum zoom factor is 5%.</paragraph>
</case>
<case select="MATH">
<paragraph role="paragraph" id="par_id831724879490319">The maximum zoom factor is 800%.</paragraph>
<paragraph role="paragraph" id="par_id1001724880859502">The minimum zoom factor is 25%.</paragraph>
</case>
</switch>

Expand Down

0 comments on commit 8914196

Please sign in to comment.