LibreOffice Module writerfilter (master)
1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
Functions
a
b
c
d
e
f
g
i
k
l
m
n
p
q
r
s
u
x
Variables
a
c
d
f
h
m
n
o
p
w
Typedefs
Enumerations
Enumerator
b
c
e
f
i
l
m
n
p
r
s
t
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
e
f
g
h
l
m
n
p
r
s
t
x
Typedefs
b
c
d
e
i
o
p
r
t
v
Enumerations
Enumerator
a
c
d
e
f
g
h
i
l
n
p
r
s
t
u
v
w
Files
File List
File Members
All
a
b
c
d
e
h
i
l
m
n
p
s
u
w
Functions
Variables
Typedefs
Macros
writerfilter
source
rtftok
rtfcharsets.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
#pragma once
11
12
namespace
writerfilter::rtftok
13
{
15
struct
RTFEncoding
16
{
17
int
charset
;
18
int
codepage
;
19
};
20
extern
RTFEncoding
const
aRTFEncodings
[];
21
extern
int
nRTFEncodings
;
22
28
struct
RTFFontNameSuffix
29
{
30
const
char
*
suffix
;
31
int
codepage
;
32
};
33
extern
RTFFontNameSuffix
const
aRTFFontNameSuffixes
[];
34
35
}
// namespace writerfilter::rtftok
36
37
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
writerfilter::rtftok
Definition:
rtfcharsets.cxx:17
writerfilter::rtftok::aRTFFontNameSuffixes
RTFFontNameSuffix const aRTFFontNameSuffixes[]
Definition:
rtfcharsets.cxx:56
writerfilter::rtftok::aRTFEncodings
RTFEncoding const aRTFEncodings[]
Definition:
rtfcharsets.cxx:19
writerfilter::rtftok::nRTFEncodings
int nRTFEncodings
Definition:
rtfcharsets.cxx:54
writerfilter::rtftok::RTFEncoding
RTF legacy charsets.
Definition:
rtfcharsets.hxx:16
writerfilter::rtftok::RTFEncoding::codepage
int codepage
Definition:
rtfcharsets.hxx:18
writerfilter::rtftok::RTFEncoding::charset
int charset
Definition:
rtfcharsets.hxx:17
writerfilter::rtftok::RTFFontNameSuffix
Font name can contain special suffixes used to determine encoding for given font table entry For exam...
Definition:
rtfcharsets.hxx:29
writerfilter::rtftok::RTFFontNameSuffix::codepage
int codepage
Definition:
rtfcharsets.hxx:31
writerfilter::rtftok::RTFFontNameSuffix::suffix
const char * suffix
Definition:
rtfcharsets.hxx:30
Generated on Sun Jul 30 2023 04:31:27 for LibreOffice Module writerfilter (master) by
1.9.3