/* -*- 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_WRLMITEM_HXX #define INCLUDED_EDITENG_WRLMITEM_HXX #include #include // class SvxWordLineModeItem --------------------------------------------- /* [Description] This item describes, whether underlined and strikethrough is limited to word boundaries. */ class EDITENG_DLLPUBLIC SvxWordLineModeItem final : public SfxBoolItem { public: static SfxPoolItem* CreateDefault(); SvxWordLineModeItem( const bool bWordLineMode /*= false*/, const sal_uInt16 nId ); // "pure virtual Methods" from SfxPoolItem virtual SvxWordLineModeItem* 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: */ reoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-16Fix typoAndrea Gelmini
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2019-12-28Revert "tdf#124176: Use "pragma once" on udkapi/*"Stephan Bergmann
2019-12-28tdf#124176: Use "pragma once" on udkapi/*Andrea Gelmini
2019-07-27Fix typosAndrea Gelmini
2018-12-26Fix typoAndrea Gelmini
2018-01-26Fix typosAndrea Gelmini
2017-08-17Fix typosAndrea Gelmini
2017-06-26s/catched/caughtNoel Grandin