/* -*- 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/. */ #include sal_Size ImplConvertIsciiDevanagariToUnicode(void const * pData, void * pContext, char const * pSrcBuf, sal_Size nSrcBytes, sal_Unicode * pDestBuf, sal_Size nDestChars, sal_uInt32 nFlags, sal_uInt32 * pInfo, sal_Size * pSrcCvtBytes); sal_Size ImplConvertUnicodeToIsciiDevanagari(void const * pData, void * pContext, sal_Unicode const * pSrcBuf, sal_Size nSrcChars, char * pDestBuf, sal_Size nDestBytes, sal_uInt32 nFlags, sal_uInt32 * pInfo, sal_Size * pSrcCvtChars); void *ImplCreateIsciiDevanagariToUnicodeContext(); void ImplDestroyIsciiDevanagariToUnicodeContext(void * pContext); void ImplResetIsciiDevanagariToUnicodeContext(void * pContext); void *ImplCreateUnicodeToIsciiDevanagariContext(); void ImplResetUnicodeToIsciiDevanagariContext(void * pContext); void ImplDestroyUnicodeToIsciiDevanagariContext(void * pContext); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 'distro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/inc/sidebar/Tools.hxx
AgeCommit message (Expand)Author
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2020-11-12loplugin:unusedmethodsNoel
2020-11-05use XGraphic instead of ImageCaolán McNamara
2020-05-10compact namespace in sfx2Noel Grandin
2020-03-03move some headers inside their moduleNoel Grandin