/* -*- 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_SVX_INC_ACCESSIBLESVXFINDREPLACEDIALOG_HXX #define INCLUDED_SVX_INC_ACCESSIBLESVXFINDREPLACEDIALOG_HXX #include #include #include class VCLXAccessibleSvxFindReplaceDialog : public VCLXAccessibleComponent { public: VCLXAccessibleSvxFindReplaceDialog(VCLXWindow* pVCLXindow); virtual ~VCLXAccessibleSvxFindReplaceDialog() override; virtual void FillAccessibleRelationSet( utl::AccessibleRelationSetHelper& rRelationSet ) override; // XServiceInfo virtual ::rtl::OUString SAL_CALL getImplementationName() override; virtual css::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() override; }; class VCLXSvxFindReplaceDialog : public VCLXDialog { public: VCLXSvxFindReplaceDialog(vcl::Window* pSplDlg) { SetWindow(pSplDlg); } private: virtual css::uno::Reference< css::accessibility::XAccessibleContext > CreateAccessibleContext() override { return new VCLXAccessibleSvxFindReplaceDialog(this); } }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-03Bump copyright year to 2021Adolfo Jayme Barrientos
2020-12-08update creditsChristian Lohmaier
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-10-07update creditsChristian Lohmaier
2020-09-30update creditsChristian Lohmaier
2020-09-29More “e-mail” → “email”Adolfo Jayme Barrientos
2020-09-04tdf#136377: Replace yum by dnf for Fedora in readme.xrmJulien Nabet
2020-08-27update creditsChristian Lohmaier
2020-08-06update creditsChristian Lohmaier
2020-07-29update creditsChristian Lohmaier
2020-06-24update creditsChristian Lohmaier
2020-06-17license: add Belarusian hyphenation dictionaryAndras Timar
2020-05-13update creditsChristian Lohmaier
2020-04-29Remove tango icon theme, tdf#132022Rizal Muttaqin
2020-04-22update creditsChristian Lohmaier
2020-04-07update creditsChristian Lohmaier
2020-03-11update creditsChristian Lohmaier
2020-02-27tdf#130725: use strtod by David M. Gay to make sure we get the nearestMike Kaganski
2020-02-26Resolves tdf#130500 - Sukapura icon themeHeiko Tietze
2020-02-20update creditsChristian Lohmaier
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2020-02-11update creditsChristian Lohmaier
2020-01-09python3: bundle libffi for GNU/Linux buildsMichael Stahl
2020-01-02Bump copyright year to 2020Adolfo Jayme Barrientos
2019-12-20Point to the right readmeIlmari Lauhakangas
2019-12-05update creditsChristian Lohmaier
2019-11-27initial build of the Skia libraryLuboš Luňák
2019-10-24readlicense_oo: update requirementsIlmari Lauhakangas
2019-10-23update creditsChristian Lohmaier
2019-10-20readlicense_oo: Bump minimum GTK requirementAdolfo Jayme Barrientos
2019-10-10update creditsChristian Lohmaier
2019-09-18update creditsChristian Lohmaier