/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License or as specified alternatively below. You may obtain a copy of * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * Major Contributor(s): * [ Copyright (C) 2012 Red Hat, Inc., Stephan Bergmann * (initial developer) ] * * All Rights Reserved. * * For minor contributions see the git repository. * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 3 or later (the "GPLv3+"), or * the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable * instead of those above. */ #ifndef INCLUDED_SAL_TEXTENC_TCVTUTF8_HXX #define INCLUDED_SAL_TEXTENC_TCVTUTF8_HXX #include "sal/config.h" #include "sal/types.h" void * ImplCreateUtf8ToUnicodeContext(); void ImplResetUtf8ToUnicodeContext(void * pContext); void ImplDestroyUtf8ToUnicodeContext(void * pContext); sal_Size ImplConvertUtf8ToUnicode( 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); void * ImplCreateUnicodeToUtf8Context(); void ImplResetUnicodeToUtf8Context(void * pContext); void ImplDestroyUnicodeToUtf8Context(void * pContext); sal_Size ImplConvertUnicodeToUtf8( 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); #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/form/databaselocationinput.cxx
AgeCommit message (Expand)Author
2019-09-01loplugin:unusedfieldsNoel Grandin
2019-08-31drop newly unused OFileURLControlCaolán McNamara
2019-08-31[API CHANGE] remove MacroMigrationWizardCaolán McNamara
2019-08-30weld addressbook wizardCaolán McNamara
2019-08-15loplugin:sequenceloop in svtools..svxNoel Grandin
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2018-10-06drop some now unnecessary includeCaolán McNamara
2018-04-06weld linkeditdialogCaolán McNamara
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-09-20convert Link<> to typedNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-09-05convert svx/source/form/*.cxx from String to OUStringNoel Grandin
2013-09-05convert include/svx/databaselocationinput.hxx from String to OUStringNoel Grandin
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
2013-06-03fdo#46808, Convert ComponentContext in connectivity,extension..Noel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold