diff options
author | Kai Ahrens <ka@openoffice.org> | 2000-11-18 10:45:06 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2000-11-18 10:45:06 +0000 |
commit | d7c44d85cb34212b8049c58bc8e431993583706e (patch) | |
tree | 57a3b870b66d11d7830b117ab980922bb0f6aa8b /sd/sdi/drgrfob.sdi | |
parent | d18a922a690008830249d99ef34ee43e60937532 (diff) |
added graphic filter control
Diffstat (limited to 'sd/sdi/drgrfob.sdi')
-rw-r--r-- | sd/sdi/drgrfob.sdi | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sd/sdi/drgrfob.sdi b/sd/sdi/drgrfob.sdi index 7d4b596f0abf..39a80d251051 100644 --- a/sd/sdi/drgrfob.sdi +++ b/sd/sdi/drgrfob.sdi @@ -1,61 +1,61 @@ shell SdDrawGrafObjectBar { - SID_GRAFTBX_FILTERS // ole : no, status : ? + SID_GRFFILTER [ ExecMethod = ExecuteFilter; - StateMethod = GetFilterState ; + StateMethod = GetFilterState; ] - SID_GRAFFILTER_INVERT // ole : no, status : no + SID_GRFFILTER_INVERT // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] - SID_GRAFFILTER_SMOOTH // ole : no, status : no + SID_GRFFILTER_SMOOTH // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] - SID_GRAFFILTER_SHARPEN // ole : no, status : no + SID_GRFFILTER_SHARPEN // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] - SID_GRAFFILTER_REMOVENOISE // ole : no, status : no + SID_GRFFILTER_REMOVENOISE // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState ; ] - SID_GRAFFILTER_SOBEL // ole : no, status : no + SID_GRFFILTER_SOBEL // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_MOSAIC // ole : no, status : no + SID_GRFFILTER_MOSAIC // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_EMBOSS // ole : no, status : no + SID_GRFFILTER_EMBOSS // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_POSTER // ole : no, status : no + SID_GRFFILTER_POSTER // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_POPART // ole : no, status : no + SID_GRFFILTER_POPART // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_SEPIA // ole : no, status : no + SID_GRFFILTER_SEPIA // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; ] - SID_GRAFFILTER_SOLARIZE // ole : no, status : no + SID_GRFFILTER_SOLARIZE // ole : no, status : no [ ExecMethod = ExecuteFilter; StateMethod = GetFilterState; |