Home
last modified time | relevance | path

Searched refs:SvOpenLockBytes (Results 1 – 5 of 5) sorted by path

/trunk/main/svl/inc/svl/
H A Dstrmadpt.hxx35 class SVL_DLLPUBLIC SvOutputStreamOpenLockBytes: public SvOpenLockBytes
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx147 TYPEINIT1(SvOutputStreamOpenLockBytes, SvOpenLockBytes) in TYPEINIT1() argument
/trunk/main/tools/inc/tools/
H A Dstream.hxx177 class TOOLS_DLLPUBLIC SvOpenLockBytes: public SvLockBytes class
182 SvOpenLockBytes(): SvLockBytes(0, sal_False) {} in SvOpenLockBytes() function in SvOpenLockBytes
184 SvOpenLockBytes(SvStream * pStream, sal_Bool bOwner): in SvOpenLockBytes() function in SvOpenLockBytes
197 SV_DECL_IMPL_REF(SvOpenLockBytes);
203 class SvAsyncLockBytes: public SvOpenLockBytes
212 SvOpenLockBytes(pStream, bOwner), m_nSize(0), m_bTerminated(sal_False) {} in SvAsyncLockBytes()
/trunk/main/tools/source/inet/
H A Dinetstrm.cxx412 SvOpenLockBytes *pLB = in ~INetMessageOStream()
413 PTR_CAST (SvOpenLockBytes, pTargetMsg->GetDocumentLB()); in ~INetMessageOStream()
557 SvOpenLockBytes *pLB = in PutMsgLine()
558 PTR_CAST(SvOpenLockBytes, pTargetMsg->GetDocumentLB()); in PutMsgLine()
869 SvOpenLockBytes * pLB = PTR_CAST(SvOpenLockBytes, pMsg->GetDocumentLB()); in PutMsgLine()
1199 SvOpenLockBytes * pLB = PTR_CAST(SvOpenLockBytes, pMsg->GetDocumentLB()); in PutMsgLine()
/trunk/main/tools/source/stream/
H A Dstream.cxx283 TYPEINIT1(SvOpenLockBytes, SvLockBytes);
291 TYPEINIT1(SvAsyncLockBytes, SvOpenLockBytes);
299 return SvOpenLockBytes::ReadAt(nPos, pBuffer, nCount, pRead); in ReadAt()
303 ErrCode nError = SvOpenLockBytes::ReadAt(nPos, pBuffer, nTheCount, in ReadAt()
316 return SvOpenLockBytes::WriteAt(nPos, pBuffer, nCount, pWritten); in WriteAt()
320 ErrCode nError = SvOpenLockBytes::WriteAt(nPos, pBuffer, nTheCount, in WriteAt()
333 ErrCode nError = SvOpenLockBytes::WriteAt(m_nSize, pBuffer, nCount, in FillAppend()

Completed in 44 milliseconds