diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
commit | fd069bee7e57ad529c3c0974559fd2d84ec3151a (patch) | |
tree | ef2eddeefb786feaf966d6a1c0c291872c0ae420 /svx/sdi/svxslots.sdi | |
parent | 04c1c754ab9d0ad07f2c5362d46597d13efe75c2 (diff) |
initial import
Diffstat (limited to 'svx/sdi/svxslots.sdi')
-rw-r--r-- | svx/sdi/svxslots.sdi | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/svx/sdi/svxslots.sdi b/svx/sdi/svxslots.sdi new file mode 100644 index 000000000000..17259477f4be --- /dev/null +++ b/svx/sdi/svxslots.sdi @@ -0,0 +1,53 @@ +import "sfxslots.ilb" + +module +"BD25A480-30AB-101C-A17D-000024021828" +"C049C7E0-30AB-101C-A17D-000024021828" +SvxItems +[ +HelpText( "Svx-Items" ) +SlotIdFile( "svxslots.hrc" ) +TypeLibFile( "svxslots.tlb" ) +] +{ + //========================================================================= + + include "svxitems.sdi" + include "xoitems.sdi" + include "svxnew.sdi" + include "svx.sdi" + include "fmslots.sdi" + +/* interface SearchSettings: Object + [ + uuid = "19B54420-184C-101D-B8ED-3273768855A7"; + ] + { + SID_SEARCH_ITEM + [ + ExecMethod = _ExecSearch; + StateMethod = _StateSearch; + ] + } + + interface Interior : Object + [ + uuid ( "6CFA4FC0-608E-11cf-89CB-008029E4B0B1" ) + ] + { + SID_ATTR_BRUSH // status(final|play) + [ + ExecMethod = ExecBckCol ; + StateMethod = GetBckColState ; + ] + } + //============================================================================ + interface OLEObjects : Collection + [ + uuid = "BA338A43-064E-11d0-89CB-008029E4B0B1" ; + ] + { + } +*/ +} + |