Update ooo320-m1
[ooovba.git] / autodoc / inc / ary / idl / ik_interface.hxx
blob7dd9121a40124e236c722c1902a2d5370f92e83a
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: ik_interface.hxx,v $
10 * $Revision: 1.5 $
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
35 // USED SERVICES
36 // BASE CLASSES
37 #include <ary/idl/ik_ce.hxx>
38 // COMPONENTS
39 // PARAMETERS
42 namespace ary
44 namespace idl
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> &
59 o_result,
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 );
93 #if 0
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 );
103 #endif // 0
106 struct doc : public ifc_ce::doc
110 } // namespace ifc_interface
112 } // namespace idl
113 } // namespace ary
115 #endif