Lines Matching refs:ImgProdLockBytes
45 class ImgProdLockBytes : public SvLockBytes class
50 ImgProdLockBytes() {}; in ImgProdLockBytes() function in ImgProdLockBytes
54 ImgProdLockBytes( SvStream* pStm, sal_Bool bOwner );
55 …ImgProdLockBytes( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > & rStream…
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()
107 ErrCode ImgProdLockBytes::ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) … in ReadAt()
138 ErrCode ImgProdLockBytes::WriteAt( sal_Size nPos, const void* pBuffer, sal_Size nCount, sal_Size* p… in WriteAt()
151 ErrCode ImgProdLockBytes::Flush() const in Flush()
158 ErrCode ImgProdLockBytes::SetSize( sal_Size nSize ) in SetSize()
171 ErrCode ImgProdLockBytes::Stat( SvLockBytesStat* pStat, SvLockBytesStatFlag eFlag ) const in Stat()
262 mpStm = pIStm ? new SvStream( new ImgProdLockBytes( pIStm, sal_True ) ) : NULL; in SetImage()
277 mpStm = new SvStream( new ImgProdLockBytes( &rStm, sal_False ) ); in SetImage()
290 mpStm = new SvStream( new ImgProdLockBytes( rInputStmRef ) ); in setImage()