1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: d_token.cxx,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
32 #include <ary_i/d_token.hxx>
35 // NOT FULLY DEFINED SERVICES
36 #include <ary_i/disdocum.hxx>
47 DT_Dsapi::IsWhiteOnly() const
52 DT_TextToken::~DT_TextToken()
57 DT_TextToken::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
59 o_rDisplay
.Display_TextToken( *this );
63 DT_TextToken::IsWhiteOnly() const
65 for ( const char * it
= sText
.c_str();
66 static_cast<UINT8
>(*it
) > 32;
79 DT_White::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
81 o_rDisplay
.Display_White();
85 DT_White::IsWhiteOnly() const
90 DT_MupType::~DT_MupType()
95 DT_MupType::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
97 o_rDisplay
.Display_MupType( *this );
100 DT_MupMember::~DT_MupMember()
105 DT_MupMember::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
107 o_rDisplay
.Display_MupMember( *this );
110 DT_MupConst::~DT_MupConst()
115 DT_MupConst::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
117 o_rDisplay
.Display_MupConst( *this );
120 DT_Style::~DT_Style()
125 DT_Style::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
127 o_rDisplay
.Display_Style( *this );
135 DT_EOL::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
137 o_rDisplay
.Display_EOL();
141 DT_EOL::IsWhiteOnly() const
146 DT_StdAtTag::~DT_StdAtTag()
151 DT_StdAtTag::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
153 o_rDisplay
.Display_StdAtTag( *this );
156 DT_SeeAlsoAtTag::~DT_SeeAlsoAtTag()
161 DT_SeeAlsoAtTag::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
163 o_rDisplay
.Display_SeeAlsoAtTag( *this );
166 DT_ParameterAtTag::~DT_ParameterAtTag()
171 DT_ParameterAtTag::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
173 o_rDisplay
.Display_ParameterAtTag( *this );
176 DT_SinceAtTag::~DT_SinceAtTag()
181 DT_SinceAtTag::DisplayAt( DocumentationDisplay
& o_rDisplay
) const
183 o_rDisplay
.Display_SinceAtTag( *this );