/* -*- 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_INPUTSEQUENCECHECKER_HI_HXX #define INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_HI_HXX #include "inputsequencechecker.hxx" namespace i18npool { // class InputSequenceChecker_hi class InputSequenceChecker_hi : public InputSequenceCheckerImpl { public: InputSequenceChecker_hi(); virtual ~InputSequenceChecker_hi() override; sal_Bool SAL_CALL checkInputSequence(const OUString& Text, sal_Int32 nStartPos, sal_Unicode inputChar, sal_Int16 inputCheckMode) override; sal_Int32 SAL_CALL correctInputSequence(OUString& Text, sal_Int32 nStartPos, sal_Unicode inputChar, sal_Int16 inputCheckMode) override; }; } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppuhelper/source/gcc3.map
AgeCommit message (Expand)Author
2022-02-28address review comments for "Add XWeak constructor..."Noel Grandin
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2016-09-19cid#1371142: Move semantics for css::uno::WeakReferenceHelperStephan Bergmann
2016-02-26Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann
2016-02-15Re-work cppu::preInitBootstrap()Henry Castro
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2012-12-06re-base on ALv2 code. Includes:Michael Meeks
2012-10-04Version name/dependency cleanup towards 3.7Stephan Bergmann
2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann
2012-05-18fdo#42865: privatized unique empty string symbol:Michael Stahl
2012-01-02cppuhelper: convert to gbuildMatúš Kukan
2011-09-07correct OPropertySetHelper2 copy constructor and assignment operatorLionel Elie Mamane
2011-09-07apparently vtable & thunks necessary after all in gcc3.mapLionel Elie Mamane
2011-09-07Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane
2011-08-16Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida
2011-08-08Add invokeStaticComponentFactory() for statically linked componentsTor Lillqvist
2011-06-24Allows using prefix information about componentMatus Kukan
2010-11-18#i115599# use symbol shortcutVladimir Glazunov
2010-11-11#i10000# added export for x64Vladimir Glazunov
2010-09-16dba34a: #i111148# do not call setPropertyValue from within setFastPropertyVal...Frank Schoenheit [fs]
2010-03-24slidecopy: correct symbolsFrank Schoenheit [fs]
2010-03-23slidecopy: +createOneInstanceComponentFactoryFrank Schoenheit [fs]
2010-01-13swunolocking1: #i108161#: WeakReferenceHelper:Michael Stahl
2010-01-08swunolocking1: #i108161#: WeakReferenceHelper::operator=():Michael Stahl
2009-11-27dba33a: summary migration from SVNJens-Heiner Rechtien
2008-02-26INTEGRATION: CWS custommeta (1.3.16); FILE MERGEDOliver Bolte
2007-10-15INTEGRATION: CWS sb71 (1.2.12); FILE MERGEDVladimir Glazounov
2007-07-18INTEGRATION: CWS unomacli64 (1.1.2); FILE ADDEDOliver Bolte