summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/shared
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-02-19 23:39:10 +0000
committerRüdiger Timm <rt@openoffice.org>2008-02-19 23:39:10 +0000
commit609935a44d20e1d92e748169ce243827442f37a6 (patch)
treefb090b3e65907f4c2bb1dd28c548b562ede36763 /helpcontent2/source/text/shared
parentfaedf9ad80f7f7992de05d73e49efa8e71b881c7 (diff)
INTEGRATION: CWS hcshared16 (1.12.16); FILE MERGED
2008/02/11 13:18:35 ufi 1.12.16.2: changed how-to-tables 2008/02/07 14:58:15 fpe 1.12.16.1: script based change of references according to #i85615#
Diffstat (limited to 'helpcontent2/source/text/shared')
-rw-r--r--helpcontent2/source/text/shared/optionen/01060100.xhp8
1 files changed, 5 insertions, 3 deletions
diff --git a/helpcontent2/source/text/shared/optionen/01060100.xhp b/helpcontent2/source/text/shared/optionen/01060100.xhp
index 9310616a7d..2d2509968b 100644
--- a/helpcontent2/source/text/shared/optionen/01060100.xhp
+++ b/helpcontent2/source/text/shared/optionen/01060100.xhp
@@ -7,9 +7,9 @@
*
* $RCSfile: 01060100.xhp,v $fileonly,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ihi $ $Date: 2007-11-26 14:25:28 $
+ * last change: $Author: rt $ $Date: 2008-02-20 00:39:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,7 +79,9 @@
<bookmark xml-lang="en-US" branch="hid/HID_SCPAGE_CONTENT" id="bm_id3157898" localize="false"/><paragraph role="heading" id="hd_id3150445" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/optionen/01060100.xhp" name="View">View</link></paragraph>
<paragraph role="paragraph" id="par_id3153988" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid="HID_SCPAGE_CONTENT">Defines which elements of the <item type="productname">%PRODUCTNAME</item> Calc main window are displayed. You can also show or hide highlighting of values in tables.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3149182" xml-lang="en-US" l10n="E" localize="false"><link href="text/shared/00/00000406.xhp#tabelleinhalte"><embedvar href="text/shared/00/00000004.xhp#wie"/></link></paragraph>
+<section id="howtoget">
+ <embed href="text/shared/00/00000406.xhp#tabelleinhalte"/>
+</section>
<paragraph role="heading" id="hd_id3153682" xml-lang="en-US" level="2" l10n="U" oldref="28">Visual aids</paragraph>
<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U" oldref="29">Specifies which lines are displayed.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GRID" id="bm_id3148538" localize="false"/><paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="3" l10n="U" oldref="30">Grid lines</paragraph>
1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vcl/weldutils.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-12 12:29:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-13 20:28:12 +0100
commitb8d3d4ad0f5bf4f449118214a91219b98ee506c3 (patch)
tree47bcf39252f1357b0e97a628be4f5b4611297f78 /include/vcl/weldutils.hxx
parentc58cc416b604de0891fc8976bcf7cf099e2e8e00 (diff)
merge the various SetPointFont via DefaultDevice calls
Change-Id: I769bb95c588c7222ff0dc6c4b845dfc3f0d7cbc0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112390 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/weldutils.hxx')
-rw-r--r--include/vcl/weldutils.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/weldutils.hxx b/include/vcl/weldutils.hxx
index 86af6c6e95ee..b75b94d99e52 100644
--- a/include/vcl/weldutils.hxx
+++ b/include/vcl/weldutils.hxx
@@ -434,6 +434,9 @@ VCL_DLLPUBLIC int GetMinimumEditHeight();
// from relative to rOutWin to relative to that weld::Window suitable for use
// with popup_at_rect
VCL_DLLPUBLIC weld::Window* GetPopupParent(vcl::Window& rOutWin, tools::Rectangle& rRect);
+
+// Use Application::GetDefaultDevice to set the PointFont rFont to the OutputDevice
+VCL_DLLPUBLIC void SetPointFont(OutputDevice& rDevice, const vcl::Font& rFont);
}
#endif