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: ik_interface.hxx,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 ************************************************************************/
31 #ifndef ARY_IDL_IK_INTERFACE_HXX
32 #define ARY_IDL_IK_INTERFACE_HXX
37 #include <ary/idl/ik_ce.hxx>
46 class CommentedRelation
;
48 namespace ifc_interface
51 using ifc_ce::Dyn_CeIterator
;
52 using ifc_ce::DocText
;
55 struct attr
: public ifc_ce::attr
57 static void Get_Bases(
58 Dyn_StdConstIterator
<CommentedRelation
> &
60 const CodeEntity
& i_ce
);
61 static void Get_Functions(
62 Dyn_CeIterator
& o_result
,
63 const CodeEntity
& i_ce
);
64 static void Get_Attributes(
65 Dyn_CeIterator
& o_result
,
66 const CodeEntity
& i_ce
);
69 struct xref
: public ifc_ce::xref
71 static void Get_Derivations(
72 Dyn_CeIterator
& o_result
,
73 const CodeEntity
& i_ce
);
74 static void Get_SynonymTypedefs( /// like: typedef i_ce.LocalName() newName;
75 Dyn_CeIterator
& o_result
,
76 const CodeEntity
& i_ce
);
77 static void Get_ExportingServices(
78 Dyn_CeIterator
& o_result
,
79 const CodeEntity
& i_ce
);
80 static void Get_ExportingSingletons(
81 Dyn_CeIterator
& o_result
,
82 const CodeEntity
& i_ce
);
83 static void Get_AsReturns(
84 Dyn_CeIterator
& o_result
,
85 const CodeEntity
& i_ce
);
86 static void Get_AsParameters(
87 Dyn_CeIterator
& o_result
,
88 const CodeEntity
& i_ce
);
89 static void Get_AsDataTypes(
90 Dyn_CeIterator
& o_result
,
91 const CodeEntity
& i_ce
);
94 static void Get_UsingTypedefs( /// like: typedef sequence<i_ce.LocalName()> newNameSeq;
95 Dyn_CeIterator
& o_result
,
96 const CodeEntity
& i_ce
);
97 static void Get_AsIndirectReturns(
98 Dyn_CeIterator
& o_result
,
99 const CodeEntity
& i_ce
);
100 static void Get_AsIndirectParameters(
101 Dyn_CeIterator
& o_result
,
102 const CodeEntity
& i_ce
);
106 struct doc
: public ifc_ce::doc
110 } // namespace ifc_interface