Home
last modified time | relevance | path

Searched refs:BmpTransporter (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1511 css::uno::Reference<XBitmap> xBM( new BmpTransporter( aData ) ); in sendData()
H A Dbmp.cxx78 BmpTransporter::BmpTransporter( const Sequence<sal_Int8>& rBmp ) : in BmpTransporter() function in BmpTransporter
93 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()
H A Dbmp.hxx85 class BmpTransporter : class
91 BmpTransporter( const com::sun::star::uno::Sequence<sal_Int8>& rBmp );
92 virtual ~BmpTransporter();
/trunk/main/vcl/source/gdi/
H A Dbmpconv.cxx44 class BmpTransporter : class
50 BmpTransporter( const Bitmap& rBM );
51 virtual ~BmpTransporter();
173 xBM = new BmpTransporter( aBM ); in invoke()
182 BmpTransporter::BmpTransporter( const Bitmap& rBM ) in BmpTransporter() function in BmpTransporter
195 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()

Completed in 49 milliseconds