/* -*- 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_EDITENG_RSIDITEM_HXX #define INCLUDED_EDITENG_RSIDITEM_HXX #include #include // SvxRsidItem class EDITENG_DLLPUBLIC SvxRsidItem : public SfxUInt32Item { public: static SfxPoolItem* CreateDefault(); SvxRsidItem( sal_uInt32 nRsid, sal_uInt16 nId ) : SfxUInt32Item( nId, nRsid ) {} SvxRsidItem( SvStream& rIn, sal_uInt16 nId ) : SfxUInt32Item( nId, rIn ) {} virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override; virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override; virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; void dumpAsXml(struct _xmlTextWriter* pWriter) const override; }; #endif // INCLUDED_EDITENG_RSIDITEM_HXX n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-06 17:21:18 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-05-06 18:00:17 +0200
commitf8ec9ca67e9150562440fd859e266d52ad26042f (patch)
tree721df8ab71b4ac6b56ea2b5666a3ce464adb63c3 /l10ntools
parent32af02b32f1ab7f2683749e6c949470847175da0 (diff)