# -*- 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/. # #************************************************************************* $(eval $(call gb_CppunitTest_CppunitTest,sw_uibase_shells)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uibase_shells)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_uibase_shells, \ sw/qa/uibase/shells/shells \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_uibase_shells, \ comphelper \ cppu \ cppuhelper \ editeng \ sal \ sfx \ svl \ svx \ svxcore \ sw \ swqahelper \ test \ unotest \ utl \ vcl \ )) $(eval $(call gb_CppunitTest_use_externals,sw_uibase_shells,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_uibase_shells,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/uibase/inc \ -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_uibase_shells,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_uibase_shells)) $(eval $(call gb_CppunitTest_use_vcl,sw_uibase_shells)) $(eval $(call gb_CppunitTest_use_rdb,sw_uibase_shells,services)) $(eval $(call gb_CppunitTest_use_custom_headers,sw_uibase_shells,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_uibase_shells)) $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_shells, \ modules/swriter \ )) $(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_shells)) # vim: set noet sw=4 ts=4: >distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)Author
2022-11-30tdf#104597 related: restore the mirroring of Bidi_Mirrored charactersKevin Suo
2022-10-25Update to ICU 72.1Eike Rathke
2022-10-05Introduce unicode::getScriptClassFromLanguageTag()Eike Rathke
2022-09-22Related: tdf#151107 make "sloppy" paper fit up to 1.25ptCaolán McNamara
2022-09-22Revert "Related: tdf#151107 make "sloppy" paper fit up to 1.25pt"Caolán McNamara
2022-09-22Related: tdf#151107 make "sloppy" paper fit up to 1.25ptCaolán McNamara
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-11use more string_viewNoel Grandin
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-11-17Add script codes to standalone {mis} tagsEike Rathke
2021-11-16Update to ICU 70.1Eike Rathke
2021-11-11Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ foldingEike Rathke
2021-11-10Change CaseMappingExtra commented hex offsets to four digits and uppercaseEike Rathke
2021-09-16speedup CharacterClassificationImpl::toUpperNoel Grandin
2021-07-13Add PowerPoint compatible screen size for ImpressJun NOGATA
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-21remove some unnecessary OUString::internNoel Grandin
2021-06-14We only support ICU version 4.6 or newer, so drop these checksMike Kaganski
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-22tdf#135590 rotated paper sizes reported as portrait size they are notCaolán McNamara
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-10sync filter's paper table with calcs and i18nutilsCaolán McNamara
2020-10-22long->tools::Long in hwpfilter..ooxNoel
2020-08-03loplugin:flatten in configmgr..i18nutilNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18nutilStephan Bergmann
2020-05-29loplugin:simplifybool in hwpfilter..lotuswordproNoel Grandin
2020-05-11Adapt to be able to build against ICU 66Eike Rathke
2020-05-11change USCRIPT_JAMO language value for UnicodeDaeHyun Sung
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin
2020-02-16Add case table for AdlamAlex Henrie
2020-02-12Add case table for MedefaidrinAlex Henrie
2020-02-10Add case table for Warang CitiAlex Henrie
2020-01-22Add case table for Old HungarianAlex Henrie
2020-01-10Fix Osage lowercase-to-uppercase mappingsAlex Henrie
2020-01-08Fix case mapping for undefined characters in the Osage blockAlex Henrie
2019-12-20Add case table for Deseret and OsageAlex Henrie
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-28Upgrade to ICU 64.2Eike Rathke
2019-10-05Drop bogus memsetStephan Bergmann