LibreOffice Module chart2 (master) 1
tp_DataTable.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#pragma once
11
12#include <sfx2/tabdlg.hxx>
14
15namespace chart
16{
19{
20private:
22
23public:
25 const SfxItemSet& rInAttrs);
26 virtual ~DataTableTabPage() override;
27
28 static std::unique_ptr<SfxTabPage>
29 Create(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rInAttrs);
30
31 virtual bool FillItemSet(SfxItemSet* rOutAttrs) override;
32 virtual void Reset(const SfxItemSet* rInAttrs) override;
33};
34
35} //namespace chart
36
37/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
The shared UI elements for the data table properties.
Tab page for the data table properties.
static std::unique_ptr< SfxTabPage > Create(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rInAttrs)
virtual bool FillItemSet(SfxItemSet *rOutAttrs) override
DataTableTabPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs)
DataTablePropertiesResources m_aDataTablePropertiesResources
virtual void Reset(const SfxItemSet *rInAttrs) override
virtual ~DataTableTabPage() override