|
LibreOffice Module emfio (master) 1
|
#include <mtftools.hxx>
Public Member Functions | |
| BSaveStruct (const Bitmap &rBmp, const tools::Rectangle &rOutRect, sal_uInt32 nRop) | |
| BSaveStruct (const BitmapEx &rBmpEx, const tools::Rectangle &rOutRect, sal_uInt32 nRop, bool bForceAlpha=false) | |
Public Attributes | |
| BitmapEx | aBmpEx |
| tools::Rectangle | aOutRect |
| sal_uInt32 | nWinRop |
| bool | m_bForceAlpha = false |
Definition at line 593 of file mtftools.hxx.
|
inline |
Definition at line 600 of file mtftools.hxx.
|
inline |
Definition at line 606 of file mtftools.hxx.
| BitmapEx emfio::BSaveStruct::aBmpEx |
Definition at line 595 of file mtftools.hxx.
Referenced by emfio::MtfTools::ResolveBitmapActions().
| tools::Rectangle emfio::BSaveStruct::aOutRect |
Definition at line 596 of file mtftools.hxx.
Referenced by emfio::MtfTools::ResolveBitmapActions().
| bool emfio::BSaveStruct::m_bForceAlpha = false |
Definition at line 598 of file mtftools.hxx.
Referenced by emfio::MtfTools::ResolveBitmapActions().
| sal_uInt32 emfio::BSaveStruct::nWinRop |
Definition at line 597 of file mtftools.hxx.
Referenced by emfio::MtfTools::ResolveBitmapActions().