/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #ifndef INCLUDED_UNOTOOLS_WINCODEPAGE_HXX #define INCLUDED_UNOTOOLS_WINCODEPAGE_HXX #include #include #include /** Map from an ISO-639 language code (and optionally ISO-3166 country/region code) to a text encoding of corresponding Windows ANSI or OEM codepage. @param sLanguage Any language-country string. Must not be null. @param bOEM If true, OEM codepage is returned, otherwise ANSI. @return The corresponding rtl_TextEncoding value. If no mapping is found, RTL_TEXTENCODING_IBM_850 is returned when bOEM is true, RTL_TEXTENCODING_MS_1252 otherwise. */ UNOTOOLS_DLLPUBLIC rtl_TextEncoding utl_getWinTextEncodingFromLangStr( const OUString& sLanguage, bool bOEM = false); #endif // INCLUDED_UNOTOOLS_WINCODEPAGE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
568643f24c5b6'>Let's have activex control test also a slowcheck test
AgeCommit message (Expand)Author
Tamás Zolnai
2017-11-13Move sd unit tests to slowcheckTamás Zolnai
2017-09-04SmartArt: separate unit testsGrzegorz Araminowicz
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai
2017-08-12Add ActiveX control testsTamás Zolnai
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-02disable the tiledrendering tests in the headless build modeMarkus Mohrhard
2016-08-18screenshots: add new global make targetArmin Le Grand
2016-08-18screenshots: gen screenshots during 'make slowcheck'Katarina Behrens
2016-08-18screenshots: exclude sd tests for the whileKatarina Behrens
2016-08-18screenshots: extend default paths where stuff gets writtenArmin Le Grand
2016-07-01sd: sd_export_ooxml still takes the most time, split it in 2Michael Stahl
2016-07-01sd: split up sd_export_testsMichael Stahl
2016-06-10CppunitTest_sd_tiledrendering: replace ifdefs with a single makefile conditionMiklos Vajna
2015-12-14tdf#96206: Avoid scaling objects while copying to clipboardMike Kaganski
2015-12-12Make .mk files more portableBaptiste Daroussin
2015-11-05sd: CppunitTest_sd_svg_export_tests is Linux-only so farMiklos Vajna
2015-11-05sd: add support for svg export unit testsMarco Cecchetti
2015-04-07Add testcase for sd::Window::LogicInvalidate().Miklos Vajna
2015-02-21Disable more tests with _use_library_objects for mergelibsMatúš Kukan