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, 54 insertions, 0 deletions
diff --git a/sd/prj/struct.txt b/sd/prj/struct.txt
new file mode 100644
index 000000000000..5e13a0ec2538
--- /dev/null
+++ b/sd/prj/struct.txt
@@ -0,0 +1,54 @@
+
+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
+