LibreOffice
LibreOffice 4.2 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
formula
SymbolDescriptor.idl
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
#ifndef __com_sun_star_formula_SymbolDescriptor_idl__
20
#define __com_sun_star_formula_SymbolDescriptor_idl__
21
22
23
module com { module sun { module star { module formula {
24
32
published
struct
SymbolDescriptor
33
{
36
string
sName
;
37
40
string
sExportName
;
41
44
string
sSymbolSet
;
45
48
long
nCharacter
;
49
52
string
sFontName
;
53
58
short
nCharSet
;
59
64
short
nFamily
;
65
70
short
nPitch
;
71
89
short
nWeight
;
90
100
short
nItalic
;
101
};
102
}; }; }; };
103
#endif
104
105
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::formula::SymbolDescriptor::nWeight
short nWeight
Specifies the thickness of the line.
Definition:
SymbolDescriptor.idl:89
com::sun::star::formula::SymbolDescriptor::nItalic
short nItalic
Specifies if the font is italic.
Definition:
SymbolDescriptor.idl:100
com::sun::star::formula::SymbolDescriptor::sFontName
string sFontName
Specifies the exact name of the font ("Arial", "Courier", etc.).
Definition:
SymbolDescriptor.idl:52
com::sun::star::formula::SymbolDescriptor::sName
string sName
The name of the symbol.
Definition:
SymbolDescriptor.idl:36
com::sun::star::formula::SymbolDescriptor::nPitch
short nPitch
Specifies the pitch of the font.
Definition:
SymbolDescriptor.idl:70
com::sun::star::formula::SymbolDescriptor
Definition:
SymbolDescriptor.idl:32
com::sun::star::formula::SymbolDescriptor::nCharSet
short nCharSet
Specifies the character set which is supported by the font.
Definition:
SymbolDescriptor.idl:58
com::sun::star::formula::SymbolDescriptor::nFamily
short nFamily
Specifies the general style of the font.
Definition:
SymbolDescriptor.idl:64
com::sun::star::formula::SymbolDescriptor::sExportName
string sExportName
The export name of the symbol.
Definition:
SymbolDescriptor.idl:40
com::sun::star::formula::SymbolDescriptor::nCharacter
long nCharacter
Specifies the Unicode character of the symbol.
Definition:
SymbolDescriptor.idl:48
com::sun::star::formula::SymbolDescriptor::sSymbolSet
string sSymbolSet
Specifies the name of the symbol set to which this symbol belongs.
Definition:
SymbolDescriptor.idl:44
Generated by
1.8.6