LibreOffice Module chart2 (master) 1
tp_DataTable.cxx
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#include "tp_DataTable.hxx"
11
12namespace chart
13{
15 const SfxItemSet& rInAttrs)
16 : SfxTabPage(pPage, pController, "modules/schart/ui/tp_DataTable.ui", "DataTableTabPage",
17 &rInAttrs)
18 , m_aDataTablePropertiesResources(*m_xBuilder)
19{
20}
21
23
24std::unique_ptr<SfxTabPage> DataTableTabPage::Create(weld::Container* pPage,
25 weld::DialogController* pController,
26 const SfxItemSet* rAttrs)
27{
28 return std::make_unique<DataTableTabPage>(pPage, pController, *rAttrs);
29}
30
32{
34}
35
37{
39}
40
41} //namespace chart
42
43/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
bool writeToItemSet(SfxItemSet &rOutAttrs) const
void initFromItemSet(SfxItemSet const &rInAttrs)
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