Home
last modified time | relevance | path

Searched refs:ImgProdLockBytes (Results 1 – 1 of 1) sorted by relevance

/trunk/main/forms/source/component/
H A Dimgprod.cxx45 class ImgProdLockBytes : public SvLockBytes class
50 ImgProdLockBytes() {}; in ImgProdLockBytes() function in ImgProdLockBytes
54 ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner );
56 virtual ~ImgProdLockBytes();
67 ImgProdLockBytes::ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner ) : in ImgProdLockBytes() function in ImgProdLockBytes
74 ImgProdLockBytes::ImgProdLockBytes( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputS… in ImgProdLockBytes() function in ImgProdLockBytes
101 ImgProdLockBytes::~ImgProdLockBytes() in ~ImgProdLockBytes()
151 ErrCode ImgProdLockBytes::Flush() const in Flush()
158 ErrCode ImgProdLockBytes::SetSize( sal_Size nSize ) in SetSize()
277 mpStm = new SvStream( new ImgProdLockBytes( &rStm, sal_False ) ); in SetImage()
[all …]

Completed in 20 milliseconds