/* -*- 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: */ 6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-20nss: update to release 3.83Taichi Haradaguchi
2022-06-01nss: upgrade to release 3.79Michael Stahl
2019-11-26nss: upgrade to release 3.47.1Michael Stahl
2019-07-10nss: upgrade to release 3.45Michael Stahl
2017-09-16nss: no rpath/origin flag for Android (unused DT entry/DT_FLAGS warnings)Christian Lohmaier
2017-08-29nss: Upgrade to release 3.31.1 and update patchesGautam Prajapati
2017-04-21nss: upgrade to release 3.29.5Michael Stahl
2016-10-10bump nss to 3.27Caolán McNamara
2016-07-19Revert "bump nss to 3.25"Caolán McNamara
2016-07-19bump nss to 3.25Caolán McNamara
2016-03-05nss: Fix pointer truncation from 'char *' to 'long'David Ostrovsky
2016-02-28Bump nss to 3.22.1 and nspr to 4.12David Ostrovsky
2015-07-03nss: upgrade to release 3.19.2Michael Stahl
2014-10-09bump nss from 3.15.3 to 3.16.5Caolán McNamara