diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-26 13:02:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-26 23:39:04 +0200 |
commit | b7442df1e96a6238425c5dc4ca2a92121fff094f (patch) | |
tree | dcb2c9d7f1dcc3c34e1bef8a5aef2854718736f8 /vcl/inc | |
parent | bc34a22e76775799e068cfa2617152da4c608e7d (diff) |
callcatcher: clean up ImplImageBmp
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/image.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/inc/image.h b/vcl/inc/image.h index 86f924993ed3..c7485dd4eb95 100644 --- a/vcl/inc/image.h +++ b/vcl/inc/image.h @@ -44,21 +44,8 @@ public: ImplImageBmp(); ~ImplImageBmp(); - void Create( long nItemWidth, long nItemHeight, sal_uInt16 nInitSize ); void Create( const BitmapEx& rBmpEx, long nItemWidth, long nItemHeight,sal_uInt16 nInitSize ); - - void Expand( sal_uInt16 nGrowSize ); - - void Replace( sal_uInt16 nPos, sal_uInt16 nSrcPos ); - void Replace( sal_uInt16 nPos, const ImplImageBmp& rImageBmp, sal_uInt16 nSrcPos ); - void Replace( sal_uInt16 nPos, const BitmapEx& rBmpEx ); - - void ReplaceColors( const Color* pSrcColors, const Color* pDstColors, sal_uIntPtr nColorCount ); void ColorTransform(); - void Invert(); - - BitmapEx GetBitmapEx( sal_uInt16 nPosCount, sal_uInt16* pPosAry ) const; - void Draw( sal_uInt16 nPos, OutputDevice* pDev, const Point& rPos, sal_uInt16 nStyle, const Size* pSize = NULL ); private: |