Searched refs:SvOpenLockBytes (Results  1 – 5 of 5) sorted by relevance
| /aoo41x/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()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 179 class TOOLS_DLLPUBLIC SvOpenLockBytes: public SvLockBytes  class184 	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()
 
 | 
| /aoo41x/main/tools/source/stream/ | 
| H A D | stream.cxx | 268 TYPEINIT1(SvOpenLockBytes, SvLockBytes);276 TYPEINIT1(SvAsyncLockBytes, SvOpenLockBytes);
 284         return SvOpenLockBytes::ReadAt(nPos, pBuffer, nCount, pRead);  in ReadAt()
 288         ErrCode nError = SvOpenLockBytes::ReadAt(nPos, pBuffer, nTheCount,  in ReadAt()
 301         return SvOpenLockBytes::WriteAt(nPos, pBuffer, nCount, pWritten);  in WriteAt()
 305         ErrCode nError = SvOpenLockBytes::WriteAt(nPos, pBuffer, nTheCount,  in WriteAt()
 318     ErrCode nError = SvOpenLockBytes::WriteAt(m_nSize, pBuffer, nCount,  in FillAppend()
 
 | 
| /aoo41x/main/svl/inc/svl/ | 
| H A D | strmadpt.hxx | 35 class SVL_DLLPUBLIC SvOutputStreamOpenLockBytes: public SvOpenLockBytes
 | 
| /aoo41x/main/svl/source/misc/ | 
| H A D | strmadpt.cxx | 147 TYPEINIT1(SvOutputStreamOpenLockBytes, SvOpenLockBytes)  in TYPEINIT1()  argument
 | 
        Completed in 57 milliseconds