summaryrefslogtreecommitdiff
path: root/sd/sdi/_drvwsh.sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-21 10:14:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-21 19:31:22 +0100
commit46db544b41fd30f61dd7b7b4fa2b97ab22ceb079 (patch)
tree5cd712011c572e4be1a17fc436b1268090e2b003 /sd/sdi/_drvwsh.sdi
parentc48b87e6e6c23152135c73dddb63c1be9cc321fc (diff)
unused SID command in sd
Change-Id: I88f207d86bf8d92036f5cc286bf7ab260adea306 Reviewed-on: https://gerrit.libreoffice.org/46887 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/sdi/_drvwsh.sdi')
-rw-r--r--sd/sdi/_drvwsh.sdi123
1 files changed, 0 insertions, 123 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
index a18924f36a13..9cdb63eb9321 100644
--- a/sd/sdi/_drvwsh.sdi
+++ b/sd/sdi/_drvwsh.sdi
@@ -422,11 +422,6 @@ interface DrawView
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
- SID_PAGESIZE // ole : no, status : rec play
- [
- ExecMethod = FuTemporary ;
- StateMethod = GetMenuState ;
- ]
SID_PAGEMARGIN // ole : no, status : rec play
[
ExecMethod = FuTemporary ;
@@ -1127,16 +1122,6 @@ interface DrawView
ExecMethod = FuPermanent ;
StateMethod = GetMenuState ;
]
- SID_MOVETO // ole : no, status : play rec
- [
- ExecMethod = FuPermanent ;
- StateMethod = GetMenuState ;
- ]
- SID_LINETO // ole : no, status : play rec
- [
- ExecMethod = FuPermanent ;
- StateMethod = GetMenuState ;
- ]
SID_BEZIERTO // ole : no, status : play rec
[
ExecMethod = FuPermanent ;
@@ -1814,119 +1799,11 @@ interface DrawView
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
- // problem with SID_ATTR_FILL_STYLE:
- // former XFillStyle, now property FillStyle (Get/Set)
- // therefore Export = FALSE !
- SID_SETFILLSTYLE // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- Export = FALSE ;
- ]
- SID_GETFILLSTYLE // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_SETLINESTYLE // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_GETLINESTYLE // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- // problem with SID_ATTR_LINE_WIDTH:
- // former XLineWidth, now property LineWidth (Get/Set)
- // therefore Export = FALSE !
- SID_SETLINEWIDTH // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- Export = FALSE ;
- ]
- SID_GETLINEWIDTH // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- //DB: FillColor -> SetFillColor
- // problem with SID_ATTR_FILL_COLOR:
- // former XFillColor, now property FillColor (Get/Set)
- // therefore Export = FALSE !
- SID_SETFILLCOLOR // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- Export = FALSE ;
- ]
- SID_SETLINECOLOR // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_SETHATCHCOLOR // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_SETGRADSTARTCOLOR // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_SETGRADENDCOLOR // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_GETRED // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_GETBLUE // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_GETGREEN // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
SID_DASH // ole : no, status : play rec
[
ExecMethod = AttrExec ;
StateMethod = AttrState ;
]
- SID_HATCH // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_GRADIENT // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_SELECTGRADIENT // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_SELECTHATCH // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
- SID_UNSELECT // ole : no, status : play rec
- [
- ExecMethod = AttrExec ;
- StateMethod = AttrState ;
- ]
SID_TEXTATTR_DLG // ole : no, status : play rec
[
ExecMethod = FuTemporary ;