LibreOffice Module sc (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sc
inc
dbdocutl.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
#ifndef INCLUDED_SC_INC_DBDOCUTL_HXX
21
#define INCLUDED_SC_INC_DBDOCUTL_HXX
22
23
#include "
types.hxx
"
24
#include <
sal/types.h
>
25
#include <
tools/long.hxx
>
26
27
class
ScDocument
;
28
namespace
com::sun::star::uno
{
template
<
typename
>
class
Reference
; }
29
namespace
com::sun::star::sdbc
{
class
XRow; }
30
31
class
ScDatabaseDocUtil
32
{
33
public
:
37
struct
StrData
38
{
39
bool
mbSimpleText
;
40
sal_uInt32
mnStrLength
;
41
42
StrData
();
43
};
44
static
void
PutData
(
ScDocument
& rDoc,
SCCOL
nCol,
SCROW
nRow,
SCTAB
nTab,
45
const
css::uno::Reference< css::sdbc::XRow>& xRow,
46
sal_Int32 nRowPos,
47
tools::Long
nType
,
bool
bCurrency,
StrData
* pStrData =
nullptr
);
48
};
49
50
#endif
51
52
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ScDatabaseDocUtil::StrData::StrData
StrData()
Definition:
dbdocutl.cxx:32
types.h
tools::Long
long Long
Reference
Reference
com::sun::star::uno
ScDatabaseDocUtil::StrData::mnStrLength
sal_uInt32 mnStrLength
Definition:
dbdocutl.hxx:40
types.hxx
SCCOL
sal_Int16 SCCOL
Definition:
types.hxx:22
com::sun::star::sdbc
long.hxx
SCROW
sal_Int32 SCROW
Definition:
types.hxx:18
nType
QPRO_FUNC_TYPE nType
Definition:
qproform.cxx:400
ScDatabaseDocUtil
Definition:
dbdocutl.hxx:31
ScDatabaseDocUtil::StrData::mbSimpleText
bool mbSimpleText
Definition:
dbdocutl.hxx:39
ScDatabaseDocUtil::PutData
static void PutData(ScDocument &rDoc, SCCOL nCol, SCROW nRow, SCTAB nTab, const css::uno::Reference< css::sdbc::XRow > &xRow, sal_Int32 nRowPos, tools::Long nType, bool bCurrency, StrData *pStrData=nullptr)
Definition:
dbdocutl.cxx:37
ScDocument
Definition:
document.hxx:312
SCTAB
sal_Int16 SCTAB
Definition:
types.hxx:23
ScDatabaseDocUtil::StrData
Detailed information on single string value.
Definition:
dbdocutl.hxx:37
Generated on Thu Jan 21 2021 08:28:41 for LibreOffice Module sc (master) by
1.8.10