office-gobmx/sw/CppunitTest_sw_ww8export.mk
Miklos Vajna c5b71a7f6c CppunitTest_sw_ww8export: avoid external fonts
- sw/qa/extras/ww8export/data/cell-bg-color.odt:
  - missing font: 'Helvetica' try: Liberation Sans instead
- sw/qa/extras/ww8export/data/tdf46441-2.odt:
  - missing font: 'Times Regular' try: Noto Sans instead
- sw/qa/extras/ww8export/data/ooo92948-1.doc:
  - missing font: 'Baskerville MT' try: Noto Sans instead
  - missing font: 'Futura Book' try: Noto Sans instead
- sw/qa/extras/ww8export/data/i120158.doc:
  - missing font: 'SimSun' try: Noto Serif instead
- sw/qa/extras/ww8export/data/fdo68967.doc:
  - missing font: 'Arial Rounded MT Bold' try: Noto Sans instead
- sw/qa/extras/ww8export/data/n760294.doc:
  - missing font: 'Thorndale AMT' try: Liberation Serif instead
- sw/qa/extras/ww8export/data/new-page-styles.doc:
  - missing font: 'Raytheon Corporate Logo' try: Noto Sans instead
- sw/qa/extras/ww8export/data/redline-export-1.odt:
  - missing font: 'Helvetica' try: Liberation Sans instead
- sw/qa/extras/ww8export/data/redline-export-2.odt:
  - missing font: 'Helvetica' try: Liberation Sans instead
- sw/qa/extras/ww8export/data/redline-export-3.odt:
  - missing font: 'Helvetica' try: Liberation Sans instead
- sw/qa/extras/ww8export/data/tdf118564.doc:
  - missing font: 'FangSong_GB2312' try: Noto Sans instead
  - missing font: 'SimSun' try: Noto Serif instead
  - missing font: 'FangSong' try: Noto Sans instead
- sw/qa/extras/ww8export/data/tdf130262.doc:
  - missing font: 'Univers' try: Noto Sans instead
- sw/qa/extras/ww8export/data/tdf59896.doc (WW6):
  - missing font: 'MS Sans Serif' try: DejaVu Sans instead
- sw/qa/extras/ww8export/data/tdf95576.doc:
  - missing font: 'Calibri Light' try: Noto Sans instead
- sw/qa/extras/ww8export/data/cjklist30.doc:
  - missing font: '新細明體' try: Noto Sans instead
  - missing font: 'PMingLiU' try: Noto Sans instead
- sw/qa/extras/ww8export/data/cjklist31.doc:
  - missing font: '新細明體' try: Noto Sans instead
  - missing font: 'PMingLiU' try: Noto Sans instead
- sw/qa/extras/ww8export/data/cjklist34.doc:
  - missing font: '新細明體' try: Noto Sans instead
  - missing font: 'PMingLiU' try: Noto Sans instead
- sw/qa/extras/ww8export/data/cjklist35.doc:
  - missing font: '新細明體' try: Noto Sans instead
  - missing font: 'PMingLiU' try: Noto Sans instead

The .doc files are edited with Word (convert to DOCX, edit there,
convert back), the single WW6 file is binary patched, using spaces as
padding for the shorter new font name.

Change-Id: Ic023a0ba6e542ac0f3782dfef5986bdcf69f3056
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160713
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-12-14 08:20:25 +01:00

25 lines
804 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# 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/.
#
#*************************************************************************
# empty second argument (i.e. no 1)
$(eval $(call sw_ww8export_test,))
$(eval $(call gb_CppunitTest_use_uiconfigs,sw_ww8export, \
modules/swriter \
sfx \
svt \
))
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ww8export,abort))
endif
# vim: set noet sw=4 ts=4: