summaryrefslogtreecommitdiff
path: root/sd/prj/struct.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sd/prj/struct.txt')
-rw-r--r--sd/prj/struct.txt54
1 files changed, 0 insertions, 54 deletions
diff --git a/sd/prj/struct.txt b/sd/prj/struct.txt
deleted file mode 100644
index 5e13a0ec2..000000000
--- a/sd/prj/struct.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-
-sd-
- |-idl
- |-inc ----
- | |-usr -----
- | |-IFACEID.hxx (IDs fuer Interfaces)
- |-jobs
- |-prj
- |-res
- |-source -
- | |-ui ------
- | |-inc ---- (Deklaration der Klassen)
- | | |-UNOMODEL.hxx
- | | |-UNOPAGE.hxx
- | |
- | |-unoidl - (Implementation der Klassen)
- | |-UNOMODEL.cxx
- | |-UNOPAGE.cxx
- |-unoidl -
- | |-sd ------
- | | |-XIMODEL.idl
- | | |-XIPAGE.idl (der eigentliche IDL-Code)
- | |-smart ---
- | |-XIMODEL.idl
- | |-XIPAGE.idl (import/mapping des IDL-Codes)
- |-util
- |-wntmsci-
- | |-idl------
- | | |-usr --
- | | |-MAP.idl
- | | |-SDMAP.idl
- | |-inc------
- | | |-sd --- (Deklaration der Interfaces)
- | | |-XIMODEL.hxx
- | | |-XIPAGE.hxx ...
- | |-misc ----
- | |-XIMODEL.cxx
- | (Impl., fast ausschliesslich pure virtual functions)
- |-workben
-
-
-
-usr-
- |-idl ----
- | |-cponent -
- | |-smart -
- | | |-MAP.idl
- | |-usr ---
- | |-SFXMAP.idl
- |
- |-inc ----
- |-usr -----
- |-IFACEID.hxx
-