/* -*- 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_SFX2_PRINTER_HXX #define INCLUDED_SFX2_PRINTER_HXX #include #include #include #include class SfxItemSet; // class SfxPrinter ------------------------------------------------------ class SFX2_DLLPUBLIC SfxPrinter : public Printer { private: std::unique_ptr pOptions; bool bKnown; SfxPrinter& operator =(SfxPrinter const &) = delete; public: SfxPrinter( std::unique_ptr &&pTheOptions ); SfxPrinter( std::unique_ptr &&pTheOptions, const OUString &rPrinterName ); SfxPrinter( std::unique_ptr &&pTheOptions, const JobSetup &rTheOrigJobSetup ); SfxPrinter( const SfxPrinter &rPrinter ); virtual ~SfxPrinter() override; virtual void dispose() override; VclPtr Clone() const; static VclPtr Create( SvStream &rStream, std::unique_ptr &&pOptions ); void Store( SvStream &rStream ) const; const SfxItemSet& GetOptions() const { return *pOptions; } void SetOptions( const SfxItemSet &rNewOptions ); bool IsKnown() const { return bKnown; } }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ co-22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-09-18 08:39:21 +0200
committerAndras Timar <andras.timar@collabora.com>2018-10-21 00:13:08 +0200
commitc6af7bc0bd426ec459197c0b52db0a113fb5cd80 (patch)
tree85045def08e5d157721ce70cb7e7c50a9900e363 /include/drawinglayer/processor2d
parent3a31948ae3f2fff1a010efe34d1fcd94e4a1829f (diff)
macOS SDK 10.14 is out cp-6.0-13
Reviewed-on: https://gerrit.libreoffice.org/60657 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit a8eb515599526b5b69647a842b2889b6f56de2c8) Change-Id: Iab7bc66db94fe02bb3714234d68b3e2fc3569fdf
Diffstat (limited to 'include/drawinglayer/processor2d')
0 files changed, 0 insertions, 0 deletions