/* -*- 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_EDITENG_NHYPITEM_HXX #define INCLUDED_EDITENG_NHYPITEM_HXX #include #include // class SvxNoHyphenItem ------------------------------------------------- class EDITENG_DLLPUBLIC SvxNoHyphenItem final : public SfxBoolItem { public: SvxNoHyphenItem( const sal_uInt16 nId ); // "pure virtual Methods" from SfxPoolItem virtual SvxNoHyphenItem* Clone( SfxItemPool *pPool = nullptr ) const override; virtual bool GetPresentation( SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper& ) const override; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-02Improved loplugin:staticanonymous -> redundantstaticStephan Bergmann
2019-10-14New loplugin:getstrStephan Bergmann
2019-10-10Fix detection of std::unique_ptr/shared_ptr in loplugin:redundantpointeropsStephan Bergmann
2019-09-13Avoid some false loplugin:redundantfcast involving std::function and lambdasStephan Bergmann
2019-08-28New loplugin:stdfunctionStephan Bergmann
2019-06-06loplugin:typedefparam: Work around different size_t typedefs on macOSStephan Bergmann
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák
2019-03-11move isDerivedFrom() from a clang plugin to shared code, for reuseLuboš Luňák
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-03-23Check isOkToRemoveArithmeticCast in loplugin:redundantfcast tooStephan Bergmann
2018-01-23Remove unused TypeCheck::SubstTemplateTypeParmTypeStephan Bergmann
2018-01-23new loplugin: pointerboolNoel Grandin
2017-10-22Make sure TypeCheck has a non-deleted default ctorStephan Bergmann
2017-07-14loplugin:oncevar: empty stringsStephan Bergmann
2017-07-03loplugin:casttovoidStephan Bergmann
2017-06-30Avoid getQualifiedNameAsStringStephan Bergmann
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-02-01loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin
2016-12-18Generalize typedef-to-void* check in loplugin:redundantcastStephan Bergmann
2016-10-09loplugin:badstaticsStephan Bergmann
2016-07-08loplugin:redundantcast: redundant static_castsStephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann