Searched refs:SvOpenLockBytes (Results 1 – 5 of 5) sorted by relevance
/trunk/main/tools/source/inet/ |
H A D | inetstrm.cxx | 412 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/inc/tools/ |
H A D | stream.hxx | 179 class TOOLS_DLLPUBLIC SvOpenLockBytes: public SvLockBytes class 184 SvOpenLockBytes(): SvLockBytes(0, sal_False) {} in SvOpenLockBytes() function in SvOpenLockBytes 186 SvOpenLockBytes(SvStream * pStream, sal_Bool bOwner): in SvOpenLockBytes() function in SvOpenLockBytes 199 SV_DECL_IMPL_REF(SvOpenLockBytes); 205 class SvAsyncLockBytes: public SvOpenLockBytes 214 SvOpenLockBytes(pStream, bOwner), m_nSize(0), m_bTerminated(sal_False) {} in SvAsyncLockBytes()
|
/trunk/main/tools/source/stream/ |
H A D | stream.cxx | 283 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()
|
/trunk/main/svl/inc/svl/ |
H A D | strmadpt.hxx | 35 class SVL_DLLPUBLIC SvOutputStreamOpenLockBytes: public SvOpenLockBytes
|
/trunk/main/svl/source/misc/ |
H A D | strmadpt.cxx | 147 TYPEINIT1(SvOutputStreamOpenLockBytes, SvOpenLockBytes) in TYPEINIT1() argument
|
Completed in 50 milliseconds