/* -*- 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_TH_HXX #define INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_TH_HXX #include "inputsequencechecker.hxx" namespace i18npool { // class InputSequenceChecker_th class InputSequenceChecker_th : public InputSequenceCheckerImpl { public: InputSequenceChecker_th(); virtual ~InputSequenceChecker_th() 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 // INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_TH_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ e-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)Author
2013-09-01fdo#68346 Accessibility bridge should exspose the font name.Niklas Johansson
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-08-12covnert vcl/texteng.hxx from String to OUStringNoel Grandin
2013-07-17Fix mingw64 build of accessibilityFridrich Štrba
2013-07-17Fix crash & reduce nesting.Jan Holesovsky
2013-06-30fdo#58995 Fix window handle is null on AT side of JAB bridgeDavid Ostrovsky
2013-06-30fdo#58995 Fix focus gained/lost event dropping for Window and FrameDavid Ostrovsky
2013-06-27fdo#58995 fix focus gain/lost events dropping on JDK 1.7David Ostrovsky
2013-06-24fdo#43460 framework,i18npool,accessibility: use isEmpty()Jelle van der Waa
2013-06-20VCLXAccessibleTabPageWindow: unhandled IndexOutOfBoundsExceptionMichael Stahl
2013-06-07Let us cast pointers to pointer-sized integersFridrich Štrba
2013-06-05use uno::Reference#clear() method...Noel Grandin