summaryrefslogtreecommitdiff
path: root/sc/sdi/graphsh.sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-11-26 11:54:24 +0000
committerNiklas Nebel <nn@openoffice.org>2000-11-26 11:54:24 +0000
commit96c526456a1c03ab6731f1333c7b21d35669f33d (patch)
tree009f3bc8c9caf8f07ebab8c6e68175fef941eeb0 /sc/sdi/graphsh.sdi
parent8260f4d9ca7b0d3fa8c42688bbed017194cdb06d (diff)
#80753# graphic filter slots
Diffstat (limited to 'sc/sdi/graphsh.sdi')
-rw-r--r--sc/sdi/graphsh.sdi65
1 files changed, 65 insertions, 0 deletions
diff --git a/sc/sdi/graphsh.sdi b/sc/sdi/graphsh.sdi
index dfad28796b10..fc49844b18e8 100644
--- a/sc/sdi/graphsh.sdi
+++ b/sc/sdi/graphsh.sdi
@@ -1,6 +1,71 @@
interface GraphSelection : Selection
{
+ // filters
+
+ SID_GRFFILTER
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_INVERT
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_SMOOTH
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_SHARPEN
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_REMOVENOISE
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_SOBEL
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_MOSAIC
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_EMBOSS
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_POSTER
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_POPART
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_SEPIA
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+ SID_GRFFILTER_SOLARIZE
+ [
+ ExecMethod = ExecuteFilter;
+ StateMethod = GetFilterState;
+ ]
+
+ // other graphics functions
+
SID_ATTR_GRAF_MODE
[
ExecMethod = Execute;