added graphic crop item
This commit is contained in:
parent
abbee0cf48
commit
f4ed0224ce
4 changed files with 43 additions and 9 deletions
|
@ -108,4 +108,9 @@ shell SdDrawGrafObjectBar
|
|||
ExecMethod = Execute;
|
||||
StateMethod = GetAttrState;
|
||||
]
|
||||
SID_ATTR_GRAF_CROP
|
||||
[
|
||||
ExecMethod = Execute;
|
||||
StateMethod = GetAttrState;
|
||||
]
|
||||
}
|
||||
|
|
|
@ -186,3 +186,26 @@ SfxVoidItem GrafFilterSolarize SID_GRAFFILTER_SOLARIZE
|
|||
ToolBoxConfig = TRUE ,
|
||||
GroupId = GID_MODIFY ;
|
||||
]
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
SfxVoidItem GrafAttrCrop SID_ATTR_GRAF_CROP
|
||||
()
|
||||
[
|
||||
/* flags: */
|
||||
AutoUpdate = FALSE,
|
||||
Cachable = Cachable,
|
||||
FastCall = TRUE,
|
||||
HasCoreId = FALSE,
|
||||
HasDialog = TRUE,
|
||||
ReadOnlyDoc = FALSE,
|
||||
Toggle = FALSE,
|
||||
Container = FALSE,
|
||||
Synchron;
|
||||
|
||||
/* config: */
|
||||
AccelConfig = TRUE,
|
||||
MenuConfig = TRUE,
|
||||
StatusBarConfig = FALSE,
|
||||
ToolBoxConfig = TRUE,
|
||||
GroupId = GID_FORMAT;
|
||||
]
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: app.src,v $
|
||||
*
|
||||
* $Revision: 1.1.1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2000-09-18 16:48:30 $
|
||||
* last change: $Author: ka $ $Date: 2000-09-29 08:53:38 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -406,9 +406,10 @@
|
|||
SID_GRAFFILTER_POPART;\
|
||||
SID_GRAFFILTER_SEPIA;\
|
||||
SID_GRAFFILTER_SOLARIZE;\
|
||||
SID_ATTR_GRAF_CROP;\
|
||||
};\
|
||||
IdCount = {\
|
||||
295;\
|
||||
296;\
|
||||
};
|
||||
|
||||
ImageList RID_DEFAULTIMAGELIST_SC
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: toolbox.src,v $
|
||||
*
|
||||
* $Revision: 1.1.1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2000-09-18 16:48:31 $
|
||||
* last change: $Author: ka $ $Date: 2000-09-29 08:54:00 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -754,14 +754,19 @@ ToolBox RID_DRAW_GRAF_TOOLBOX
|
|||
{
|
||||
Type = TOOLBOXITEM_SEPARATOR ;
|
||||
};
|
||||
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = SID_ATTR_GRAF_TRANSPARENCE;
|
||||
HelpID = SID_ATTR_GRAF_BLUE;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Type = TOOLBOXITEM_SEPARATOR ;
|
||||
};
|
||||
ToolBoxItem
|
||||
{
|
||||
Identifier = SID_ATTR_GRAF_CROP;
|
||||
HelpID = SID_ATTR_GRAF_CROP;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue