LibreOffice Module lotuswordpro (master)
1
lotuswordpro
inc
xfilter
xfdocfield.hxx
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*************************************************************************
3
*
4
* The Contents of this file are made available subject to the terms of
5
* either of the following licenses
6
*
7
* - GNU Lesser General Public License Version 2.1
8
* - Sun Industry Standards Source License Version 1.1
9
*
10
* Sun Microsystems Inc., October, 2000
11
*
12
* GNU Lesser General Public License Version 2.1
13
* =============================================
14
* Copyright 2000 by Sun Microsystems, Inc.
15
* 901 San Antonio Road, Palo Alto, CA 94303, USA
16
*
17
* This library is free software; you can redistribute it and/or
18
* modify it under the terms of the GNU Lesser General Public
19
* License version 2.1, as published by the Free Software Foundation.
20
*
21
* This library is distributed in the hope that it will be useful,
22
* but WITHOUT ANY WARRANTY; without even the implied warranty of
23
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24
* Lesser General Public License for more details.
25
*
26
* You should have received a copy of the GNU Lesser General Public
27
* License along with this library; if not, write to the Free Software
28
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
29
* MA 02111-1307 USA
30
*
31
*
32
* Sun Industry Standards Source License Version 1.1
33
* =================================================
34
* The contents of this file are subject to the Sun Industry Standards
35
* Source License Version 1.1 (the "License"); You may not use this file
36
* except in compliance with the License. You may obtain a copy of the
37
* License at http://www.openoffice.org/license.html.
38
*
39
* Software provided under this License is provided on an "AS IS" basis,
40
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
41
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
42
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
43
* See the License for the specific provisions governing your rights and
44
* obligations concerning the Software.
45
*
46
* The Initial Developer of the Original Code is: IBM Corporation
47
*
48
* Copyright: 2008 by IBM Corporation
49
*
50
* All Rights Reserved.
51
*
52
* Contributor(s): _______________________________________
53
*
54
*
55
************************************************************************/
56
/*************************************************************************
57
* @file
58
* doc field.
59
************************************************************************/
60
#ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDOCFIELD_HXX
61
#define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDOCFIELD_HXX
62
63
#include <
xfilter/xfcontent.hxx
>
64
65
class
XFFileName
:
public
XFContent
66
{
67
public
:
68
void
SetType
(
const
OUString&
sType
);
69
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
70
private
:
71
OUString
m_strType
;
72
};
73
class
XFWordCount
:
public
XFContent
74
{
75
public
:
76
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
77
};
78
class
XFWordCountStart
:
public
XFContent
79
{
80
public
:
81
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
82
};
83
84
class
XFWordCountEnd
:
public
XFContent
85
{
86
public
:
87
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
88
};
89
90
class
XFPageCountStart
:
public
XFContent
91
{
92
public
:
93
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
94
};
95
96
class
XFPageCountEnd
:
public
XFContent
97
{
98
public
:
99
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
100
};
101
102
class
XFCharCount
:
public
XFContent
103
{
104
public
:
105
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
106
};
107
class
XFCharCountStart
:
public
XFContent
108
{
109
public
:
110
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
111
};
112
113
class
XFCharCountEnd
:
public
XFContent
114
{
115
public
:
116
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
117
};
118
class
XFDescription
:
public
XFContent
119
{
120
public
:
121
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
122
};
123
class
XFDescriptionStart
:
public
XFContent
124
{
125
public
:
126
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
127
};
128
129
class
XFDescriptionEnd
:
public
XFContent
130
{
131
public
:
132
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
133
};
134
135
class
XFKeywords
:
public
XFContent
136
{
137
public
:
138
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
139
};
140
class
XFTotalEditTime
:
public
XFContent
141
{
142
public
:
143
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
144
};
145
class
XFTotalEditTimeEnd
:
public
XFContent
146
{
147
public
:
148
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
149
};
150
151
class
XFTotalEditTimeStart
:
public
XFContent
152
{
153
public
:
154
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
155
};
156
class
XFCreateTime
:
public
XFContent
157
{
158
public
:
159
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
160
};
161
class
XFCreateTimeStart
:
public
XFContent
162
{
163
public
:
164
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
165
};
166
167
class
XFCreateTimeEnd
:
public
XFContent
168
{
169
public
:
170
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
171
};
172
class
XFLastEditTime
:
public
XFContent
173
{
174
public
:
175
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
176
};
177
class
XFLastEditTimeStart
:
public
XFContent
178
{
179
public
:
180
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
181
};
182
183
class
XFLastEditTimeEnd
:
public
XFContent
184
{
185
public
:
186
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
187
};
188
189
class
XFInitialCreator
:
public
XFContent
190
{
191
public
:
192
virtual
void
ToXml
(
IXFStream
*pStrm)
override
;
193
};
194
195
#endif
196
197
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sType
OptionalString sType
IXFStream
Stream wrapper for sax writer.
Definition:
ixfstream.hxx:72
XFCharCountEnd
Definition:
xfdocfield.hxx:114
XFCharCountEnd::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:142
XFCharCountStart
Definition:
xfdocfield.hxx:108
XFCharCountStart::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:123
XFCharCount
Definition:
xfdocfield.hxx:103
XFCharCount::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:89
XFContent
@descr Base class for all content object.
Definition:
xfcontent.hxx:80
XFCreateTimeEnd
Definition:
xfdocfield.hxx:168
XFCreateTimeEnd::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:217
XFCreateTimeStart
Definition:
xfdocfield.hxx:162
XFCreateTimeStart::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:200
XFCreateTime
Definition:
xfdocfield.hxx:157
XFCreateTime::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:181
XFDescriptionEnd
Definition:
xfdocfield.hxx:130
XFDescriptionEnd::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:147
XFDescriptionStart
Definition:
xfdocfield.hxx:124
XFDescriptionStart::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:130
XFDescription
Definition:
xfdocfield.hxx:119
XFDescription::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:97
XFFileName
Definition:
xfdocfield.hxx:66
XFFileName::m_strType
OUString m_strType
Definition:
xfdocfield.hxx:71
XFFileName::SetType
void SetType(const OUString &sType)
Definition:
xfdocfield.cxx:64
XFFileName::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:69
XFInitialCreator
Definition:
xfdocfield.hxx:190
XFInitialCreator::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:227
XFKeywords
Definition:
xfdocfield.hxx:136
XFKeywords::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:152
XFLastEditTimeEnd
Definition:
xfdocfield.hxx:184
XFLastEditTimeEnd::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:222
XFLastEditTimeStart
Definition:
xfdocfield.hxx:178
XFLastEditTimeStart::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:209
XFLastEditTime
Definition:
xfdocfield.hxx:173
XFLastEditTime::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:190
XFPageCountEnd
Definition:
xfdocfield.hxx:97
XFPageCountEnd::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:111
XFPageCountStart
Definition:
xfdocfield.hxx:91
XFPageCountStart::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:105
XFTotalEditTimeEnd
Definition:
xfdocfield.hxx:146
XFTotalEditTimeEnd::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:177
XFTotalEditTimeStart
Definition:
xfdocfield.hxx:152
XFTotalEditTimeStart::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:169
XFTotalEditTime
Definition:
xfdocfield.hxx:141
XFTotalEditTime::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:160
XFWordCountEnd
Definition:
xfdocfield.hxx:85
XFWordCountEnd::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:137
XFWordCountStart
Definition:
xfdocfield.hxx:79
XFWordCountStart::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:116
XFWordCount
Definition:
xfdocfield.hxx:74
XFWordCount::ToXml
virtual void ToXml(IXFStream *pStrm) override
Definition:
xfdocfield.cxx:81
xfcontent.hxx
Generated on Sun Jul 30 2023 04:29:21 for LibreOffice Module lotuswordpro (master) by
1.9.3