LibreOffice Module sc (master) 1
SparklineShell.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 */
10
11#pragma once
12
13#include <sfx2/shell.hxx>
14
15#include <shellids.hxx>
16
17class ScTabViewShell;
18class SfxModule;
19
20namespace sc
21{
23class SparklineShell final : public SfxShell
24{
25public:
27
28private:
30 static void InitInterface_Impl();
31
32public:
34 virtual ~SparklineShell() override;
35
36private:
38};
39}
40
41/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Shell to handle the sparkline context.
SparklineShell(ScTabViewShell *pView)
virtual ~SparklineShell() override
static void InitInterface_Impl()
SfxInterface initializer.
ScTabViewShell * m_pViewShell
CAUTION! The following defines must be in the same namespace as the respective type.
Definition: broadcast.cxx:15
#define SFX_DECL_INTERFACE(nId)
#define SCID_SPARKLINE_SHELL
Definition: shellids.hxx:42