LibreOffice Module sc (master) 1
graphsh.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
22#include <memory>
23#include <vector>
24#include <sfx2/shell.hxx>
25#include <shellids.hxx>
26#include "drawsh.hxx"
27
29class ScViewData;
30class SfxModule;
31
32
33class ScGraphicShell final : public ScDrawShell
34{
35public:
37
38private:
39 std::vector<std::unique_ptr<SdrExternalToolEdit>> m_ExternalEdits;
40
42 static void InitInterface_Impl();
43
44public:
46 virtual ~ScGraphicShell() override;
47
48 void Execute(SfxRequest& rReq);
49 void GetAttrState(SfxItemSet &rSet);
50
51 void ExecuteFilter(const SfxRequest& rReq);
52 void GetFilterState(SfxItemSet &rSet);
53
56
59
62
65
68};
69
70/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
void GetExternalEditState(SfxItemSet &rSet)
Definition: graphsh.cxx:137
void Execute(SfxRequest &rReq)
Definition: graphsh.cxx:72
void GetCompressGraphicState(SfxItemSet &rSet)
Definition: graphsh.cxx:180
void ExecuteCropGraphic(SfxRequest &rReq)
Definition: graphsh.cxx:244
void ExecuteFilter(const SfxRequest &rReq)
Definition: graphsh.cxx:102
void ExecuteCompressGraphic(SfxRequest &rReq)
Definition: graphsh.cxx:198
void GetChangePictureState(SfxItemSet &rSet)
Definition: graphsh.cxx:361
void GetSaveGraphicState(SfxItemSet &rSet)
Definition: graphsh.cxx:304
void GetCropGraphicState(SfxItemSet &rSet)
Definition: graphsh.cxx:226
void ExecuteSaveGraphic(SfxRequest &rReq)
Definition: graphsh.cxx:264
std::vector< std::unique_ptr< SdrExternalToolEdit > > m_ExternalEdits
Definition: graphsh.hxx:39
void ExecuteChangePicture(SfxRequest &rReq)
Definition: graphsh.cxx:325
void GetFilterState(SfxItemSet &rSet)
Definition: graphsh.cxx:83
void ExecuteExternalEdit(SfxRequest &rReq)
Definition: graphsh.cxx:158
void GetAttrState(SfxItemSet &rSet)
Definition: graphsh.cxx:64
static void InitInterface_Impl()
SfxInterface initializer.
Definition: graphsh.cxx:43
ScGraphicShell(ScViewData &rData)
Definition: graphsh.cxx:53
virtual ~ScGraphicShell() override
Definition: graphsh.cxx:60
#define SFX_DECL_INTERFACE(nId)
#define SCID_GRAPHIC_SHELL
Definition: shellids.hxx:39