summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2000-11-18 10:31:11 +0000
committerKai Ahrens <ka@openoffice.org>2000-11-18 10:31:11 +0000
commit7a0f55b86abb8727ae7856f0124900978b3f5bcc (patch)
tree989768483dc7ac8e4dff4d0c3b519c7ce40ae7da /svx/inc
parentbba724d81f8f8cfc0610a7803f20e115bbd179fa (diff)
added graphic filter control
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/grafctrl.hxx22
-rw-r--r--svx/inc/helpid.hrc17
2 files changed, 35 insertions, 4 deletions
diff --git a/svx/inc/grafctrl.hxx b/svx/inc/grafctrl.hxx
index 70e97bb929e1..12294c4c82eb 100644
--- a/svx/inc/grafctrl.hxx
+++ b/svx/inc/grafctrl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: grafctrl.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:00:56 $
+ * last change: $Author: ka $ $Date: 2000-11-18 11:26:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,24 @@
#include <sfx2/tbxctrl.hxx>
#endif
+// -------------------------------
+// - SvxGrafFilterToolBoxControl -
+// -------------------------------
+
+class SvxGrafFilterToolBoxControl : public SfxToolBoxControl
+{
+public:
+
+ SFX_DECL_TOOLBOX_CONTROL();
+
+ SvxGrafFilterToolBoxControl( USHORT nId, ToolBox& rTbx, SfxBindings& rBind );
+ ~SvxGrafFilterToolBoxControl();
+
+ virtual void StateChanged( USHORT nSID, SfxItemState eState, const SfxPoolItem* pState );
+ virtual SfxPopupWindowType GetPopupWindowType() const;
+ virtual SfxPopupWindow* CreatePopupWindow();
+};
+
// -------------------------
// - SvxGrafToolBoxControl -
// -------------------------
diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc
index 48ce8540bd00..2f7ade209c0e 100644
--- a/svx/inc/helpid.hrc
+++ b/svx/inc/helpid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: helpid.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:00:56 $
+ * last change: $Author: ka $ $Date: 2000-11-18 11:26:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -446,6 +446,19 @@
#define HID_SVXPAGE_GRFCROP (HID_SVX_START + 355)
+#define HID_GRFFILTER (HID_SVX_START + 360)
+#define HID_GRFFILTER_INVERT (HID_SVX_START + 361)
+#define HID_GRFFILTER_SMOOTH (HID_SVX_START + 362)
+#define HID_GRFFILTER_SHARPEN (HID_SVX_START + 363)
+#define HID_GRFFILTER_REMOVENOISE (HID_SVX_START + 364)
+#define HID_GRFFILTER_SOBEL (HID_SVX_START + 365)
+#define HID_GRFFILTER_MOSAIC (HID_SVX_START + 366)
+#define HID_GRFFILTER_EMBOSS (HID_SVX_START + 367)
+#define HID_GRFFILTER_POSTER (HID_SVX_START + 368)
+#define HID_GRFFILTER_POPART (HID_SVX_START + 369)
+#define HID_GRFFILTER_SEPIA (HID_SVX_START + 370)
+#define HID_GRFFILTER_SOLARIZE (HID_SVX_START + 371)
+
// -----------------------------------------------------------------------
// "Uberlaufpr"ufung -----------------------------------------------------
// -----------------------------------------------------------------------