/* -*- 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_I18NPOOL_INC_NUMTOCHAR_HXX #define INCLUDED_I18NPOOL_INC_NUMTOCHAR_HXX #include "transliteration_Numeric.hxx" namespace i18npool { #define TRANSLITERATION_NUMTOCHAR( name ) \ class NumToChar##name : public transliteration_Numeric \ { \ public: \ NumToChar##name (); \ }; TRANSLITERATION_NUMTOCHAR(Lower_zh_CN) TRANSLITERATION_NUMTOCHAR(Upper_zh_CN) TRANSLITERATION_NUMTOCHAR(Lower_zh_TW) TRANSLITERATION_NUMTOCHAR(Upper_zh_TW) TRANSLITERATION_NUMTOCHAR(Upper_ko) TRANSLITERATION_NUMTOCHAR(Hangul_ko) TRANSLITERATION_NUMTOCHAR(Lower_ko) TRANSLITERATION_NUMTOCHAR(KanjiShort_ja_JP) TRANSLITERATION_NUMTOCHAR(KanjiTraditional_ja_JP) TRANSLITERATION_NUMTOCHAR(Fullwidth) TRANSLITERATION_NUMTOCHAR(Indic_ar) TRANSLITERATION_NUMTOCHAR(EastIndic_ar) TRANSLITERATION_NUMTOCHAR(Indic_hi) TRANSLITERATION_NUMTOCHAR(_th) TRANSLITERATION_NUMTOCHAR(Halfwidth) #undef TRANSLITERATION_NUMTOCHAR } #endif // INCLUDED_I18NPOOL_INC_NUMTOCHAR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua
AgeCommit message (Expand)Author
2023-10-27Various -Werror,-Wvla-cxx-extensionStephan Bergmann
2023-07-13tdf#155125 add "Encrypt with GPG key" checkbox in macOS native save dialogPatrick Luby
2023-05-27Use getXWeak in fpickerMike Kaganski
2022-04-25loplugin:stringviewparamStephan Bergmann
2022-03-11tdf#114150: Remove duplication of strings found in file dialogsJulien Nabet
2021-11-30loplugin:stringviewStephan Bergmann
2021-10-30Prepare for removal of non-const operator[] from Sequence in fpickerMike Kaganski
2021-10-27Add support for macOS SDK 12.0Stephan Bergmann
2021-10-27Remove line that has been commented out since 2008Tor Lillqvist
2021-10-27There is nothing deprecated about these calls as far as I seeTor Lillqvist
2021-10-21Use NSModalResponseOK instead of deprecated NSFileHandlingPanelOKButtonTor Lillqvist
2021-10-21Bin dead codeTor Lillqvist
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2020-12-05Fix crash or hang on macOS on arm64 when opening a file pickerTor Lillqvist
2020-11-24Remove unused parameter (flagged now by loplugin:stringview)Stephan Bergmann
2020-11-15NSArray index type is NSUInteger, not longStephan Bergmann
2020-11-13tdf#123936 Formatting files in module fpicker with clang-formatPhilipp Hofer
2020-07-15fpicker/aqua: create instances with uno constructorsNoel Grandin
2020-02-16clang-format f*,h* with under 5-percent lines of changeMuhammet Kara
2019-12-19sal_Char->char in forms..frameworkNoel Grandin