LibreOffice Module sc (master)
1
sc
source
filter
inc
xedbdata.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 "
xeroot.hxx
"
23
#include "
xerecord.hxx
"
24
25
class
ScDBData
;
26
27
class
XclExpTables
:
public
XclExpRecordBase
,
protected
XclExpRoot
28
{
29
public
:
30
XclExpTables
(
const
XclExpRoot
& rRoot );
31
virtual
~XclExpTables
()
override
;
32
33
void
AppendTable
(
const
ScDBData
*
pData
, sal_Int32 nTableId );
34
35
protected
:
36
struct
Entry
37
{
38
const
ScDBData
*
mpData
;
39
sal_Int32
mnTableId
;
40
41
Entry
(
const
ScDBData
* pData, sal_Int32 nTableId );
42
};
43
44
typedef ::std::vector<Entry>
TablesType
;
45
TablesType
maTables
;
46
47
static
void
SaveTableXml
(
XclExpXmlStream
& rStrm,
const
Entry
& rEntry );
48
};
49
52
class
XclExpTablesManager
:
protected
XclExpRoot
53
{
54
public
:
55
explicit
XclExpTablesManager
(
const
XclExpRoot
& rRoot );
56
virtual
~XclExpTablesManager
()
override
;
57
58
void
Initialize
();
59
rtl::Reference< XclExpTables >
GetTablesBySheet
(
SCTAB
nTab );
60
61
private
:
62
typedef ::std::map< SCTAB, rtl::Reference< XclExpTables > >
TablesMapType
;
63
TablesMapType
maTablesMap
;
64
};
65
66
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ScDBData
Definition:
dbdata.hxx:66
XclExpRecordBase
Base class for all Excel records.
Definition:
xerecord.hxx:39
XclExpRoot
Access to global data from other classes.
Definition:
xeroot.hxx:113
XclExpTablesManager
Stores all data for database ranges (tables in Excel speak).
Definition:
xedbdata.hxx:53
XclExpTablesManager::GetTablesBySheet
rtl::Reference< XclExpTables > GetTablesBySheet(SCTAB nTab)
Definition:
xedbdata.cxx:152
XclExpTablesManager::TablesMapType
::std::map< SCTAB, rtl::Reference< XclExpTables > > TablesMapType
Definition:
xedbdata.hxx:62
XclExpTablesManager::maTablesMap
TablesMapType maTablesMap
Definition:
xedbdata.hxx:63
XclExpTablesManager::~XclExpTablesManager
virtual ~XclExpTablesManager() override
Definition:
xedbdata.cxx:100
XclExpTablesManager::Initialize
void Initialize()
Definition:
xedbdata.cxx:104
XclExpTablesManager::XclExpTablesManager
XclExpTablesManager(const XclExpRoot &rRoot)
Definition:
xedbdata.cxx:95
XclExpTables
Definition:
xedbdata.hxx:28
XclExpTables::TablesType
::std::vector< Entry > TablesType
Definition:
xedbdata.hxx:44
XclExpTables::~XclExpTables
virtual ~XclExpTables() override
Definition:
xedbdata.cxx:168
XclExpTables::SaveTableXml
static void SaveTableXml(XclExpXmlStream &rStrm, const Entry &rEntry)
Definition:
xedbdata.cxx:177
XclExpTables::AppendTable
void AppendTable(const ScDBData *pData, sal_Int32 nTableId)
Definition:
xedbdata.cxx:172
XclExpTables::XclExpTables
XclExpTables(const XclExpRoot &rRoot)
Definition:
xedbdata.cxx:163
XclExpTables::maTables
TablesType maTables
Definition:
xedbdata.hxx:45
XclExpXmlStream
Definition:
xestream.hxx:285
rtl::Reference
pData
std::unique_ptr< sal_Int32[]> pData
XclExpTables::Entry
Definition:
xedbdata.hxx:37
XclExpTables::Entry::Entry
Entry(const ScDBData *pData, sal_Int32 nTableId)
used as [n] in table[n].xml part name.
Definition:
xedbdata.cxx:158
XclExpTables::Entry::mnTableId
sal_Int32 mnTableId
Definition:
xedbdata.hxx:39
XclExpTables::Entry::mpData
const ScDBData * mpData
Definition:
xedbdata.hxx:38
SCTAB
sal_Int16 SCTAB
Definition:
types.hxx:22
xerecord.hxx
xeroot.hxx
Generated on Sun Jul 30 2023 04:28:41 for LibreOffice Module sc (master) by
1.9.3