Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Dstream.hxx129 class TOOLS_DLLPUBLIC SvLockBytes: public virtual SvRefBase class
141 SvLockBytes(): m_pStream(0), m_bOwner(sal_False), m_bSync(sal_False) {} in SvLockBytes() function in SvLockBytes
143 SvLockBytes(SvStream * pTheStream, sal_Bool bTheOwner = sal_False): in SvLockBytes() function in SvLockBytes
146 virtual ~SvLockBytes() { close(); } in ~SvLockBytes()
171 SV_DECL_IMPL_REF(SvLockBytes);
177 class TOOLS_DLLPUBLIC SvOpenLockBytes: public SvLockBytes
182 SvOpenLockBytes(): SvLockBytes(0, sal_False) {} in SvOpenLockBytes()
185 SvLockBytes(pStream, bOwner) {} in SvOpenLockBytes()
315 SvStream( SvLockBytes *pLockBytes);
319 SvLockBytes* GetLockBytes() const { return xLockBytes; } in GetLockBytes()
H A Dinetmsg.hxx227 SvLockBytes* GetDocumentLB (void) const { return m_xDocLB; } in GetDocumentLB()
228 void SetDocumentLB (SvLockBytes *pDocLB) { m_xDocLB = pDocLB; } in SetDocumentLB()
/trunk/main/tools/source/stream/
H A Dstream.cxx170 void SvLockBytes::close() in close()
178 TYPEINIT0(SvLockBytes);
182 ErrCode SvLockBytes::ReadAt(sal_Size nPos, void * pBuffer, sal_Size nCount, in ReadAt()
200 ErrCode SvLockBytes::WriteAt(sal_Size nPos, const void * pBuffer, sal_Size nCount, in WriteAt()
218 ErrCode SvLockBytes::Flush() const in Flush()
232 ErrCode SvLockBytes::SetSize(sal_Size nSize) in SetSize()
245 ErrCode SvLockBytes::LockRegion(sal_Size, sal_Size, LockType) in LockRegion()
253 ErrCode SvLockBytes::UnlockRegion(sal_Size, sal_Size, LockType) in UnlockRegion()
260 ErrCode SvLockBytes::Stat(SvLockBytesStat * pStat, SvLockBytesStatFlag) const in Stat()
283 TYPEINIT1(SvOpenLockBytes, SvLockBytes);
[all …]
/trunk/main/forms/source/component/
H A Dimgprod.cxx45 class ImgProdLockBytes : public SvLockBytes
68 SvLockBytes( pStm, bOwner ) in ImgProdLockBytes()
112 const ErrCode nErr = SvLockBytes::ReadAt( nPos, pBuffer, nCount, pRead ); in ReadAt()
141 return SvLockBytes::WriteAt( nPos, pBuffer, nCount, pWritten ); in WriteAt()
161 return SvLockBytes::SetSize( nSize ); in SetSize()
174 return SvLockBytes::Stat( pStat, eFlag ); in Stat()
H A DImageControl.cxx445 …xImageStream = new ::utl::OInputStreamHelper( new SvLockBytes( pImageStream.get(), sal_False ), nS… in impl_updateStreamForURL_lck()
H A DDatabaseForm.cxx1056 pChild->SetDocumentLB( new SvLockBytes(pStream, sal_True) ); in InsertTextPart()
1117 pChild->SetDocumentLB( new SvLockBytes(pStream, sal_True) ); in InsertFilePart()
/trunk/main/svl/source/items/
H A Dlckbitem.cxx49 SfxLockBytesItem::SfxLockBytesItem( sal_uInt16 nW, SvLockBytes *pLockBytes ) in SfxLockBytesItem()
61 _xVal = new SvLockBytes( new SvCacheStream(), sal_True ); in SfxLockBytesItem()
147 _xVal = new SvLockBytes( pStream, sal_True ); in PutValue()
/trunk/main/svl/inc/svl/
H A Dlckbitem.hxx42 SvLockBytes *pLockBytes );
52 SvLockBytes* GetValue() const { return _xVal; } in GetValue()
H A Dstrmadpt.hxx81 SvLockBytesInputStream(SvLockBytes * pTheLockBytes): in SvLockBytesInputStream()
/trunk/main/xmlsecurity/tools/demo/
H A Dutil.cxx93 SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True ); in OpenInputStream()
103 SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True ); in OpenOutputStream()
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx38 class XMXLockBytes : public SvLockBytes
187 xRet = new ::utl::OInputStreamHelper( new SvLockBytes( pMemStm, sal_True ), 65535 ); in REF()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx93 SvLockBytes& rBytes);
281 SvLockBytes* pBytes = ((SfxLockBytesItem&) pSet->Get(SID_OUTLINE_TO_IMPRESS)).GetValue(); in OutlineToImpress()
952 SvLockBytes& rBytes) in OutlineToImpressFinalizer()
/trunk/main/xmlsecurity/workben/
H A Dsignaturetest.cxx474 SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True ); in IMPL_LINK()
525 SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True ); in IMPL_LINK()
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx101 class UNOTOOLS_DLLPUBLIC UcbLockBytes : public virtual SvLockBytes
/trunk/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper2.cxx185 SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True ); in getUriBinding()
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx95 xLB = new SvLockBytes( pFileStm, sal_True ); in MakeLockBytes_Impl()
100 xLB = new SvLockBytes( pCacheStm, sal_True ); in MakeLockBytes_Impl()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx93 SvLockBytes* getLockBytes (void) in getLockBytes()
1424 SvLockBytes::SetSynchronMode (bSynchron); in SetSynchronMode()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1061 SvLockBytes aLockBytes( pStrm, sal_True ); in Execute()
1135 SvLockBytes aLockBytes( pStrm, sal_True ); in Execute()
/trunk/main/tools/source/inet/
H A Dinetstrm.cxx199 new SvLockBytes (&rIn, sal_False)); in Encode64()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx345 SvLockBytes* pLockBytes = mpOStm->GetLockBytes(); in GetGraphicObject()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx364 SvLockBytes *pLB = pWMF->GetLockBytes(); in WinMtf()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx263 SvLockBytes* pLockBytes = rStream.GetLockBytes(); in ImpPeekGraphicFormat()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx3460 SvLockBytes* pBytes = pInStream->GetLockBytes(); in ForceSynchronStream_Impl()

Completed in 160 milliseconds