diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-29 14:38:09 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-29 14:38:09 +0100 |
commit | 7db24fbf87af39d77fe8c8c57d719cdbad153aac (patch) | |
tree | fadca73ca38cc6f3d4b61ef1c072db70e66da529 /slideshow/source/inc/userpainteventhandler.hxx | |
parent | bdf06223c6c64e9baff7c835f75134a97073ade3 (diff) | |
parent | 84ed0f699225aa8271057920a62f4faa597a6654 (diff) |
CWS-TOOLING: integrate CWS eraser01
Diffstat (limited to 'slideshow/source/inc/userpainteventhandler.hxx')
-rw-r--r-- | slideshow/source/inc/userpainteventhandler.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/slideshow/source/inc/userpainteventhandler.hxx b/slideshow/source/inc/userpainteventhandler.hxx index c688af984197..01919e0ae7e0 100644 --- a/slideshow/source/inc/userpainteventhandler.hxx +++ b/slideshow/source/inc/userpainteventhandler.hxx @@ -51,8 +51,12 @@ namespace slideshow { public: virtual ~UserPaintEventHandler() {} - virtual bool colorChanged( RGBColor const& rUserColor ) = 0; + virtual bool widthChanged( double nUserStrokeWidth ) = 0; + virtual bool eraseAllInkChanged(bool const& rEraseAllInk) =0; + virtual bool eraseInkWidthChanged(sal_Int32 rEraseInkSize) =0; + virtual bool switchEraserMode() = 0; + virtual bool switchPenMode() = 0; virtual bool disable() = 0; }; |