Kaydet (Commit) 417e6143 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS iconupdate300u1 (1.3.26); FILE MERGED

2008/05/29 16:47:27 ka 1.3.26.1: #i80705#: using alpha blending/greyscaling to display disabled icons
üst e2474aab
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: image.h,v $ * $RCSfile: image.h,v $
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -66,14 +66,14 @@ public: ...@@ -66,14 +66,14 @@ public:
private: private:
BitmapEx maBmpEx; BitmapEx maBmpEx;
Bitmap maDisabledBmp; BitmapEx maDisabledBmpEx;
BitmapEx* mpDisplayBmp; BitmapEx* mpDisplayBmp;
Size maSize; Size maSize;
BYTE* mpInfoAry; BYTE* mpInfoAry;
USHORT mnSize; USHORT mnSize;
void ImplUpdateDisplayBmp( OutputDevice* pOutDev ); void ImplUpdateDisplayBmp( OutputDevice* pOutDev );
void ImplUpdateDisabledBmp( int nPos ); void ImplUpdateDisabledBmpEx( int nPos );
private: // prevent assignment and copy construction private: // prevent assignment and copy construction
ImplImageBmp( const ImplImageBmp& ); ImplImageBmp( const ImplImageBmp& );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment