summaryrefslogtreecommitdiff
path: root/sd/prj
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-11-27 16:10:40 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-11-28 12:48:36 +0000
commit837e2808f7ed0ef7e40f2596a7a1781b52b606a2 (patch)
tree87706132ea2c25c4cd185fb7d83485cca5775ebb /sd/prj
parent6d2fa52272e3418d1c6baa64e75ee45ad1ff6172 (diff)
re-base on ALv2 code. Includes:
Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
Diffstat (limited to 'sd/prj')
-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 5e13a0ec2538..000000000000
--- 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
-