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 | |
parent | d18a922a690008830249d99ef34ee43e60937532 (diff) |
added graphic filter control
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/drgrfob.sdi | 26 | ||||
-rw-r--r-- | sd/sdi/sdnew.sdi | 189 |
2 files changed, 13 insertions, 202 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; diff --git a/sd/sdi/sdnew.sdi b/sd/sdi/sdnew.sdi index f5ed480a96e0..a1c04caebae2 100644 --- a/sd/sdi/sdnew.sdi +++ b/sd/sdi/sdnew.sdi @@ -1,192 +1,3 @@ -SfxVoidItem GrafFilterCharcoal SID_GRAFFILTER_SOBEL -() -[ - AutoUpdate = FALSE , - Cachable = Cachable , - FastCall = FALSE , - HasCoreId = FALSE , - HasDialog = FALSE , - ReadOnlyDoc = FALSE , - Toggle = FALSE , - Synchron ; - - Container = FALSE , - PlugComm = FALSE , - - Export = TRUE , - IsCollection = FALSE , - RecordAbsolute = FALSE , - RecordPerSet ; - - AccelConfig = TRUE , - MenuConfig = TRUE , - StatusBarConfig = FALSE , - ToolBoxConfig = TRUE , - GroupId = GID_MODIFY ; -] - -SfxVoidItem GrafFilterMosaic SID_GRAFFILTER_MOSAIC -() -[ - AutoUpdate = FALSE , - Cachable = Cachable , - FastCall = FALSE , - HasCoreId = FALSE , - HasDialog = FALSE , - ReadOnlyDoc = FALSE , - Toggle = FALSE , - Synchron ; - - Container = FALSE , - PlugComm = FALSE , - - Export = TRUE , - IsCollection = FALSE , - RecordAbsolute = FALSE , - RecordPerSet ; - - AccelConfig = TRUE , - MenuConfig = TRUE , - StatusBarConfig = FALSE , - ToolBoxConfig = TRUE , - GroupId = GID_MODIFY ; -] - -SfxVoidItem GrafFilterRelief SID_GRAFFILTER_EMBOSS -() -[ - AutoUpdate = FALSE , - Cachable = Cachable , - FastCall = FALSE , - HasCoreId = FALSE , - HasDialog = FALSE , - ReadOnlyDoc = FALSE , - Toggle = FALSE , - Synchron ; - - Container = FALSE , - PlugComm = FALSE , - - Export = TRUE , - IsCollection = FALSE , - RecordAbsolute = FALSE , - RecordPerSet ; - - AccelConfig = TRUE , - MenuConfig = TRUE , - StatusBarConfig = FALSE , - ToolBoxConfig = TRUE , - GroupId = GID_MODIFY ; -] - -SfxVoidItem GrafFilterPoster SID_GRAFFILTER_POSTER -() -[ - AutoUpdate = FALSE , - Cachable = Cachable , - FastCall = FALSE , - HasCoreId = FALSE , - HasDialog = FALSE , - ReadOnlyDoc = FALSE , - Toggle = FALSE , - Synchron ; - - Container = FALSE , - PlugComm = FALSE , - - Export = TRUE , - IsCollection = FALSE , - RecordAbsolute = FALSE , - RecordPerSet ; - - AccelConfig = TRUE , - MenuConfig = TRUE , - StatusBarConfig = FALSE , - ToolBoxConfig = TRUE , - GroupId = GID_MODIFY ; -] - -SfxVoidItem GrafFilterPopart SID_GRAFFILTER_POPART -() -[ - AutoUpdate = FALSE , - Cachable = Cachable , - FastCall = FALSE , - HasCoreId = FALSE , - HasDialog = FALSE , - ReadOnlyDoc = FALSE , - Toggle = FALSE , - Synchron ; - - Container = FALSE , - PlugComm = FALSE , - - Export = TRUE , - IsCollection = FALSE , - RecordAbsolute = FALSE , - RecordPerSet ; - - AccelConfig = TRUE , - MenuConfig = TRUE , - StatusBarConfig = FALSE , - ToolBoxConfig = TRUE , - GroupId = GID_MODIFY ; -] - -SfxVoidItem GrafFilterSepia SID_GRAFFILTER_SEPIA -() -[ - AutoUpdate = FALSE , - Cachable = Cachable , - FastCall = FALSE , - HasCoreId = FALSE , - HasDialog = FALSE , - ReadOnlyDoc = FALSE , - Toggle = FALSE , - Synchron ; - - Container = FALSE , - PlugComm = FALSE , - - Export = TRUE , - IsCollection = FALSE , - RecordAbsolute = FALSE , - RecordPerSet ; - - AccelConfig = TRUE , - MenuConfig = TRUE , - StatusBarConfig = FALSE , - ToolBoxConfig = TRUE , - GroupId = GID_MODIFY ; -] - -SfxVoidItem GrafFilterSolarize SID_GRAFFILTER_SOLARIZE -() -[ - AutoUpdate = FALSE , - Cachable = Cachable , - FastCall = FALSE , - HasCoreId = FALSE , - HasDialog = FALSE , - ReadOnlyDoc = FALSE , - Toggle = FALSE , - Synchron ; - - Container = FALSE , - PlugComm = FALSE , - - Export = TRUE , - IsCollection = FALSE , - RecordAbsolute = FALSE , - RecordPerSet ; - - AccelConfig = TRUE , - MenuConfig = TRUE , - StatusBarConfig = FALSE , - ToolBoxConfig = TRUE , - GroupId = GID_MODIFY ; -] - //-------------------------------------------------------------------------- SfxVoidItem GrafAttrCrop SID_ATTR_GRAF_CROP () |