Searched refs:BmpTransporter (Results 1 – 4 of 4) sorted by relevance
44 class BmpTransporter : class50 BmpTransporter( const Bitmap& rBM );51 virtual ~BmpTransporter();173 xBM = new BmpTransporter( aBM ); in invoke()182 BmpTransporter::BmpTransporter( const Bitmap& rBM ) in BmpTransporter() function in BmpTransporter195 BmpTransporter::~BmpTransporter() in ~BmpTransporter()199 com::sun::star::awt::Size SAL_CALL BmpTransporter::getSize() throw() in getSize()204 Sequence< sal_Int8 > SAL_CALL BmpTransporter::getDIB() throw() in getDIB()209 Sequence< sal_Int8 > SAL_CALL BmpTransporter::getMaskDIB() throw() in getMaskDIB()
78 BmpTransporter::BmpTransporter( const Sequence<sal_Int8>& rBmp ) : in BmpTransporter() function in BmpTransporter93 BmpTransporter::~BmpTransporter() in ~BmpTransporter()97 com::sun::star::awt::Size SAL_CALL BmpTransporter::getSize() throw() in getSize()102 Sequence< sal_Int8 > SAL_CALL BmpTransporter::getDIB() throw() in getDIB()107 Sequence< sal_Int8 > SAL_CALL BmpTransporter::getMaskDIB() throw() in getMaskDIB()
85 class BmpTransporter : class91 BmpTransporter( const com::sun::star::uno::Sequence<sal_Int8>& rBmp );92 virtual ~BmpTransporter();
1511 css::uno::Reference<XBitmap> xBM( new BmpTransporter( aData ) ); in sendData()
Completed in 48 milliseconds