/* -*- 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/. */ #ifndef INCLUDED_SW_INC_PROOFREADINGITERATOR_HXX #define INCLUDED_SW_INC_PROOFREADINGITERATOR_HXX #include #include namespace com::sun::star { namespace linguistic2 { class XProofreadingIterator; } namespace uno { class XComponentContext; } } // A simple wrapper around the css.linguistic2.ProofreadingIterator // single-instance service. The first time that service implementation gets // instantiated it immediately starts a GrammarCheckingIterator thread that // eventually needs to be joined (via dispose): namespace sw::proofreadingiterator { css::uno::Reference get( css::uno::Reference const & context); void dispose(); } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-30Extended loplugin:ostr: l10ntoolsStephan Bergmann
2023-11-20Extended loplugin:ostr: l10ntoolsStephan Bergmann
2022-11-20Clean up CfgParser::aStackStephan Bergmann
2022-06-23clang-tidy modernize-pass-by-value in l10ntoolsNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-04-10use more string_viewNoel Grandin
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2020-11-10new loplugin:reducevarscopeNoel Grandin