/* -*- 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 : public SfxBoolItem { public: static SfxPoolItem* CreateDefault(); SvxNoHyphenItem( const bool bHyphen /*= true*/, const sal_uInt16 nId ); // "pure virtual Methods" from SfxPoolItem virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override; virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const override; virtual bool GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = nullptr ) const override; inline SvxNoHyphenItem& operator=(const SvxNoHyphenItem& rNHH) { SetValue( rNHH.GetValue() ); return *this; } }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ion value='distro/collabora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-01tdf#88276: Add background colour toolbar and sidebar buttonsKatarina Behrens
2015-05-12tdf#68871: Remove the old Elements panel from MathJulien Nabet
2015-04-28set the executable bit offTakeshi Abe
2015-04-22Optimization of icon themes.Andrew
2015-03-18Icon files optimizedAndrew
2015-02-26tdf#30425 Remove old icons -2Andrew
2015-02-25ICONS: Fix icons in sifr and tango in CalcYousuf Philips
2015-02-23Revert "tdf30425 Remove old icons -2"Adolfo Jayme Barrientos
2015-02-23tdf#30425 Remove old icons -2Andrew
2015-02-16Remove old icons.Andrew
2015-02-10Remove duplicate L10n icons.Andrew
2015-02-06Tidy up HC icons.Andrew
2015-02-05Icon theme compressionAndrew
2015-01-30Delete useless “-old” copies of iconsAdolfo Jayme Barrientos
2014-12-29HUMAN: improve the look of the default icon set used in ubuntuYousuf Philips