/* -*- 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 . */ /*| Author: Alexander Gelfenbain |*/ #ifndef INCLUDED_VCL_SOURCE_FONTSUBSET_XLAT_HXX #define INCLUDED_VCL_SOURCE_FONTSUBSET_XLAT_HXX //####include "sft.hxx" namespace vcl { // TODO: sal_UCS4 sal_uInt16 TranslateChar12(sal_uInt16); sal_uInt16 TranslateChar13(sal_uInt16); sal_uInt16 TranslateChar14(sal_uInt16); sal_uInt16 TranslateChar15(sal_uInt16); sal_uInt16 TranslateChar16(sal_uInt16); } #endif // INCLUDED_VCL_SOURCE_FONTSUBSET_XLAT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ eoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/l10ntools/source/pocheck.cxx
AgeCommit message (Expand)Author
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-17pocheck: don't throw away Plural-Forms headerChristian Lohmaier
2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin
2018-09-30pocheck: tdf#119080 update po checker tool for post LO 6.0 po filesAndras Timar
2018-09-30pocheck: stop further processing, if input file cannot be openedAndras Timar
2018-09-30pocheck: fix usage messageAndras Timar
2018-03-25Use for-range loops in some modulesJulien Nabet
2017-12-07Replace list by vector in pocheck (l10ntools)Julien Nabet
2017-10-23loplugin:includeform: l10ntoolsStephan Bergmann
2015-11-06coverity#1338269 Uncaught exceptionCaolán McNamara
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin