xref: /aoo41x/main/sd/prj/struct.txt (revision 760cb77f)
1*760cb77fSAndrew Rist# *************************************************************
2*760cb77fSAndrew Rist#
3*760cb77fSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*760cb77fSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*760cb77fSAndrew Rist#  distributed with this work for additional information
6*760cb77fSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*760cb77fSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*760cb77fSAndrew Rist#  "License"); you may not use this file except in compliance
9*760cb77fSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*760cb77fSAndrew Rist#
11*760cb77fSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*760cb77fSAndrew Rist#
13*760cb77fSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*760cb77fSAndrew Rist#  software distributed under the License is distributed on an
15*760cb77fSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*760cb77fSAndrew Rist#  KIND, either express or implied.  See the License for the
17*760cb77fSAndrew Rist#  specific language governing permissions and limitations
18*760cb77fSAndrew Rist#  under the License.
19*760cb77fSAndrew Rist#
20*760cb77fSAndrew Rist# *************************************************************
21cdf0e10cSrcweir
22cdf0e10cSrcweirsd-
23cdf0e10cSrcweir   |-idl
24cdf0e10cSrcweir   |-inc ----
25cdf0e10cSrcweir   |         |-usr -----
26cdf0e10cSrcweir   |    		|-IFACEID.hxx	(IDs fuer Interfaces)
27cdf0e10cSrcweir   |-jobs
28cdf0e10cSrcweir   |-prj
29cdf0e10cSrcweir   |-res
30cdf0e10cSrcweir   |-source -
31cdf0e10cSrcweir   |         |-ui ------
32cdf0e10cSrcweir   |    		|-inc ---- (Deklaration der Klassen)
33cdf0e10cSrcweir   |                    |         |-UNOMODEL.hxx
34cdf0e10cSrcweir   |                    |         |-UNOPAGE.hxx
35cdf0e10cSrcweir   |                    |
36cdf0e10cSrcweir   |    		|-unoidl - (Implementation der Klassen)
37cdf0e10cSrcweir   |                    	  |-UNOMODEL.cxx
38cdf0e10cSrcweir   |                    	  |-UNOPAGE.cxx
39cdf0e10cSrcweir   |-unoidl -
40cdf0e10cSrcweir   |         |-sd ------
41cdf0e10cSrcweir   |         |          |-XIMODEL.idl
42cdf0e10cSrcweir   |         |          |-XIPAGE.idl	(der eigentliche IDL-Code)
43cdf0e10cSrcweir   |         |-smart ---
44cdf0e10cSrcweir   |                    |-XIMODEL.idl
45cdf0e10cSrcweir   |                    |-XIPAGE.idl	(import/mapping des IDL-Codes)
46cdf0e10cSrcweir   |-util
47cdf0e10cSrcweir   |-wntmsci-
48cdf0e10cSrcweir   |         |-idl------
49cdf0e10cSrcweir   |         |  	|-usr --
50cdf0e10cSrcweir   |         |                  |-MAP.idl
51cdf0e10cSrcweir   |         |                  |-SDMAP.idl
52cdf0e10cSrcweir   |         |-inc------
53cdf0e10cSrcweir   |         |  	|-sd --- (Deklaration der Interfaces)
54cdf0e10cSrcweir   |         |                  |-XIMODEL.hxx
55cdf0e10cSrcweir   |         |                  |-XIPAGE.hxx	...
56cdf0e10cSrcweir   |         |-misc ----
57cdf0e10cSrcweir   |                    |-XIMODEL.cxx
58cdf0e10cSrcweir   |    		(Impl., fast ausschliesslich pure virtual functions)
59cdf0e10cSrcweir   |-workben
60cdf0e10cSrcweir
61cdf0e10cSrcweir
62cdf0e10cSrcweir
63cdf0e10cSrcweirusr-
64cdf0e10cSrcweir   |-idl ----
65cdf0e10cSrcweir   |         |-cponent -
66cdf0e10cSrcweir   |    		|-smart -
67cdf0e10cSrcweir   |                    |        |-MAP.idl
68cdf0e10cSrcweir   |    		|-usr ---
69cdf0e10cSrcweir   |                             |-SFXMAP.idl
70cdf0e10cSrcweir   |
71cdf0e10cSrcweir   |-inc ----
72cdf0e10cSrcweir             |-usr -----
73cdf0e10cSrcweir        		|-IFACEID.hxx
74cdf0e10cSrcweir
75