summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_uibase_wrtsh.mk
AgeCommit message (Collapse)Author
2024-01-11CppunitTest_sw_unowriter: turn on gb_CppunitTest_set_non_application_font_useMiklos Vajna
And the same for CppunitTest_sw_uibase_wrtsh, which found two places where font fallback happens for the checkmark glyph from the Liberation Serif font, so explicitly set the font name in those cases to avoid the font fallback at a glyph level. Similar to commit dc4d7500c9d283e26d1553ce11366a217cf1f69d (Fix CppunitTest_sd_import_tests-smartart non_application_font_use, 2023-10-23). Change-Id: If72e94a61ef38f2f52e677ac989f60ccdae27cd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161911 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2022-11-09SwModelTestBase: inherit from UnoApiXmlTestXisco Fauli
it seems setUp/tearDown can also go as well. See the discussion in gerrit. Change-Id: I5e81dcdcb2e070eb4beb737f3cb25c86cb9d042b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142465 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-03-24sw clearing breaks: add insert UIMiklos Vajna
Expose SwLineBreakClear in SwBreakDlg and extend SwWrtShell::InsertLineBreak() to be able to insert clearing breaks as well. Change-Id: I17a4c34cb74f1c72d8e208bace25597de0367e17 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132024 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins