1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef ARY_IDL_IK_CE_HXX
21 #define ARY_IDL_IK_CE_HXX
22 // KORR_DEPRECATED_3.0
30 #include <ary/idl/i_types4idl.hxx>
31 #include <ary/stdconstiter.hxx>
47 typedef ::ary::Dyn_StdConstIterator
<Ce_id
> Dyn_CeIterator
;
48 typedef ::ary::Dyn_StdConstIterator
<Type_id
> Dyn_TypeIterator
;
49 typedef ::ary::info::Text DocText
;
56 const CodeEntity
& i_ce
);
59 const CodeEntity
& i_ce
);
60 static Ce_id
NameRoom(
61 const CodeEntity
& i_ce
);
63 const CodeEntity
& i_ce
);
64 static E_SightLevel
SightLevel(
65 const CodeEntity
& i_ce
);
66 static bool Search_Member(
69 { return true; } // KORR_FUTURE
78 static const DocText
&
79 ShortInfo( /// @return a short description of the CodeEntity
80 const CodeEntity
& i_ce
);
82 static const DocText
&
84 const CodeEntity
& i_ce
);
85 static const DocText
&
87 const CodeEntity
& i_ce
);
88 static const DocText
&
90 const CodeEntity
& i_ce
);
91 static const DocText
&
93 const CodeEntity
& i_ce
);
94 static const DocText
&
96 const CodeEntity
& i_ce
);
97 static const DocText
&
99 const CodeEntity
& i_ce
);
100 static const DocText
&
102 const CodeEntity
& i_ce
);
103 static const DocText
&
105 const CodeEntity
& i_ce
);
106 static const DocText
&
108 const CodeEntity
& i_ce
);
111 const CodeEntity
& i_ce
);
113 const CodeEntity
& i_ce
);
115 const CodeEntity
& i_ce
);
117 const CodeEntity
& i_ce
);
119 const CodeEntity
& i_ce
);
121 const CodeEntity
& i_ce
);
126 } // namespace ifc_ce
135 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */