summaryrefslogtreecommitdiff
path: root/sc/sdi/graphsh.sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-10-20 17:25:59 +0000
committerNiklas Nebel <nn@openoffice.org>2000-10-20 17:25:59 +0000
commit56dc454a8d34d31aed441aac6f5e363681fda530 (patch)
tree71fec6f418ea47f6dbce2101fc13f8d95789966f /sc/sdi/graphsh.sdi
parent53aa97b192842920879efc0dea91882cd0a09be1 (diff)
slots for graphic object functions
Diffstat (limited to 'sc/sdi/graphsh.sdi')
-rw-r--r--sc/sdi/graphsh.sdi49
1 files changed, 41 insertions, 8 deletions
diff --git a/sc/sdi/graphsh.sdi b/sc/sdi/graphsh.sdi
index 52e35954b49d..dfad28796b10 100644
--- a/sc/sdi/graphsh.sdi
+++ b/sc/sdi/graphsh.sdi
@@ -1,14 +1,46 @@
- //============================================================================
- //
- // ScGraphicShell fuer StarCalc
- //
- // (C) 1999 StarDivision GmbH, Hamburg, Germany
- // $Author: hr $ $Date: 2000-09-18 16:44:52 $ $Revision: 1.1.1.1 $
- // $Logfile: T:/sc/sdi/graphsh.sdv $ $Workfile: graphsh.sdi $
- //----------------------------------------------------------------------------
interface GraphSelection : Selection
{
+ SID_ATTR_GRAF_MODE
+ [
+ ExecMethod = Execute;
+ StateMethod = GetAttrState;
+ ]
+ SID_ATTR_GRAF_RED
+ [
+ ExecMethod = Execute;
+ StateMethod = GetAttrState;
+ ]
+ SID_ATTR_GRAF_GREEN
+ [
+ ExecMethod = Execute;
+ StateMethod = GetAttrState;
+ ]
+ SID_ATTR_GRAF_BLUE
+ [
+ ExecMethod = Execute;
+ StateMethod = GetAttrState;
+ ]
+ SID_ATTR_GRAF_LUMINANCE
+ [
+ ExecMethod = Execute;
+ StateMethod = GetAttrState;
+ ]
+ SID_ATTR_GRAF_CONTRAST
+ [
+ ExecMethod = Execute;
+ StateMethod = GetAttrState;
+ ]
+ SID_ATTR_GRAF_GAMMA
+ [
+ ExecMethod = Execute;
+ StateMethod = GetAttrState;
+ ]
+ SID_ATTR_GRAF_TRANSPARENCE
+ [
+ ExecMethod = Execute;
+ StateMethod = GetAttrState;
+ ]
}
// ===========================================================================
@@ -16,3 +48,4 @@ shell ScGraphicShell : ScDrawShell
{
import GraphSelection;
}
+