summaryrefslogtreecommitdiff
path: root/AllLangHelp_sdatabase.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-29 16:04:38 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-29 21:08:39 +0200
commit971425d46a52037cc1bead7c0a1054d84c10e56b (patch)
tree498c6bc59466f3eaf0426ff340fe14a484d7f623 /AllLangHelp_sdatabase.mk
parenta03c8e79a278e9e17967b4978ac6667abc6d6dbc (diff)
refactor some database Help files
Change-Id: Ia3ad2896015c335450d0970d8cf51044473e249e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97456 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_sdatabase.mk')
-rw-r--r--AllLangHelp_sdatabase.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/AllLangHelp_sdatabase.mk b/AllLangHelp_sdatabase.mk
index d438789b8f..95b1c6b145 100644
--- a/AllLangHelp_sdatabase.mk
+++ b/AllLangHelp_sdatabase.mk
@@ -17,6 +17,8 @@ $(eval $(call gb_AllLangHelp_use_linked_modules,sdatabase,\
$(eval $(call gb_AllLangHelp_add_helpfiles,sdatabase,\
helpcontent2/source/text/sdatabase/main \
+ helpcontent2/source/text/sdatabase/02000000 \
+ helpcontent2/source/text/sdatabase/02000002 \
))
# vim: set noet sw=4 ts=4:
ture/vcl-opengl'>feature/vcl-opengl LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtGraphics_Text.cxx
AgeCommit message (Expand)Author
2023-12-24qt: Rename SAL_VCL_{QT5 -> QT}_NO_NATIVEMichael Weghorn
2023-11-24enable using medium/full font hinting even with subpixel positioningFrank Steiner
2023-08-02vcl: Drop the PrintFont -> FastPrintFontInfo -> FontAttributes indirectionKhaled Hosny
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-23vcl: TextRenderModeForResolutionIndependentLayout → SubpixelPositioningKhaled Hosny
2023-07-03Rename ImplFontMetricData -> FontMetricDataKhaled Hosny
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny
2022-09-11vcl: Add a PhysicalFontFace-backed TrueTypeFontKhaled Hosny
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara
2022-06-01Avoid -Werror,-Wdeprecated-declarations when building Library_vclplug_qt6Stephan Bergmann
2022-05-10tdf#104930 Implement TextMetric::GetHangingBaseline.Mark Hung
2022-01-13allow selecting text rendering mode suitable for natural glyph positionsCaolán McNamara
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-09-29qt5: Rename sources + headers according to new class namesMichael Weghorn