LibreOffice Module sc (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sc
inc
celltextattr.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
#ifndef INCLUDED_SC_CELLTEXTATTR_HXX
11
#define INCLUDED_SC_CELLTEXTATTR_HXX
12
13
#include <
sal/types.h
>
14
#include <
svl/languageoptions.hxx
>
15
16
namespace
sc
17
{
18
struct
CellTextAttr
19
{
20
sal_uInt16
mnTextWidth
;
21
SvtScriptType
mnScriptType
;
22
23
CellTextAttr
();
24
};
25
}
26
27
#endif
28
29
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
types.h
sc::CellTextAttr::mnTextWidth
sal_uInt16 mnTextWidth
Definition:
celltextattr.hxx:20
sc::CellTextAttr::CellTextAttr
CellTextAttr()
Definition:
celltextattr.cxx:15
SvtScriptType
SvtScriptType
sc::CellTextAttr::mnScriptType
SvtScriptType mnScriptType
Definition:
celltextattr.hxx:21
sc
Definition:
celltextattr.cxx:13
languageoptions.hxx
sc::CellTextAttr
Definition:
celltextattr.hxx:18
Generated on Sat Feb 27 2021 02:36:59 for LibreOffice Module sc (master) by
1.8.10