/* -*- 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_PRNTITEM_HXX #define INCLUDED_EDITENG_PRNTITEM_HXX #include #include // class SvxPrintItem ---------------------------------------------------- /* [Description] This item describes a logical variable "Print yes or no". */ class EDITENG_DLLPUBLIC SvxPrintItem final : public SfxBoolItem { public: explicit SvxPrintItem( const sal_uInt16 nId , const bool bPrt = true ); // "pure virtual Methods" from SfxPoolItem virtual SvxPrintItem* Clone( SfxItemPool *pPool = nullptr ) const override; virtual bool GetPresentation( SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper& ) const override; }; inline SvxPrintItem::SvxPrintItem( const sal_uInt16 nId, const bool bPrt ) : SfxBoolItem( nId, bPrt ) {} #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ o/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-06connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-12Get rid of _SVX_NOIDERESIDSStephan Bergmann
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-02-21tdf#93837 Convert RID_POPUP_DLGED to xmlMaxim Monastirsky
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-02boost::hash->std::hashNoel Grandin
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara
2016-01-18drawmodes header goneCaolán McNamara
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-09-18boost->stdCaolán McNamara
2015-09-10no need to warn anymore as we can save VBA nowMarkus Mohrhard
2015-08-17o3tl: rename compat_functional headerThorsten Behrens
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-02-17boost->stdCaolán McNamara
2015-02-05Updated all precompiled headers.Ashod Nakashian
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara
2014-05-28update_pchThomas Arnhold
2014-05-22bnc#467278: Introduce a warning that changes to VBA macros cannot be saved.Jan Holesovsky
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2014-04-23huge hrc and src file cleanupThomas Arnhold
2014-04-19fixincludeguards.sh: basctlThomas Arnhold
2014-02-11convert manage languages dialog to .uiCaolán McNamara
2014-01-06convert module and dialog tabpages to .uiCaolán McNamara
2014-01-06convert lib page to .uiCaolán McNamara
2014-01-03convert default language dialog to .uiCaolán McNamara
2014-01-03convert import library dialog to .uiCaolán McNamara
2013-12-31convert export basic dialog to .ui (600th .ui conversion)Caolán McNamara
2013-12-31convert new lib dialog to .uiCaolán McNamara
2013-12-31convert goto line dialog to .uiCaolán McNamara
2013-12-24convert organize macros dialog to .uiCaolán McNamara