LibreOffice Module sw (master) 1
SwXDocumentSettings.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#pragma once
21
23#include <com/sun/star/lang/XServiceInfo.hpp>
24#include <com/sun/star/lang/XTypeProvider.hpp>
25#include <cppuhelper/weak.hxx>
26#include <vcl/vclptr.hxx>
27
28class SwXTextDocument;
29class SwDocShell;
30class SwDoc;
31class SfxPrinter;
32
35 public css::lang::XServiceInfo,
36 public css::lang::XTypeProvider,
38{
42
48
49 virtual void _preSetValues () override;
50 virtual void _setSingleValue( const comphelper::PropertyInfo & rInfo, const css::uno::Any &rValue ) override;
51 virtual void _postSetValues () override;
52
53 virtual void _preGetValues () override;
54 virtual void _getSingleValue( const comphelper::PropertyInfo & rInfo, css::uno::Any & rValue ) override;
55 virtual void _postGetValues () override;
56 virtual ~SwXDocumentSettings()
57 noexcept override;
58public:
60
61 // XInterface
62 virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override;
63 virtual void SAL_CALL acquire( )
64 noexcept override;
65 virtual void SAL_CALL release( )
66 noexcept override;
67
68 // XServiceInfo
69 virtual OUString SAL_CALL getImplementationName( ) override;
70 virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
71 virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
72
73 // XTypeProvider
74 virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;
75 virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) override;
76};
77
78/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: doc.hxx:197
virtual void _preGetValues() override
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override
virtual ~SwXDocumentSettings() noexcept override
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override
virtual void _setSingleValue(const comphelper::PropertyInfo &rInfo, const css::uno::Any &rValue) override
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type &aType) override
virtual void SAL_CALL acquire() noexcept override
SwXTextDocument * mpModel
virtual void _postGetValues() override
virtual void _postSetValues() override
virtual void _getSingleValue(const comphelper::PropertyInfo &rInfo, css::uno::Any &rValue) override
VclPtr< SfxPrinter > mpPrinter
the printer should be set only once; since there are several printer-related properties,...
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
virtual void _preSetValues() override
virtual OUString SAL_CALL getImplementationName() override
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
virtual void SAL_CALL release() noexcept override
Type
unsigned char sal_Bool
signed char sal_Int8