| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 131 class TOOLS_DLLPUBLIC SvLockBytes: public virtual SvRefBase  class143 	SvLockBytes(): m_pStream(0), m_bOwner(sal_False), m_bSync(sal_False) {}  in SvLockBytes()  function in SvLockBytes
 145 	SvLockBytes(SvStream * pTheStream, sal_Bool bTheOwner = sal_False):  in SvLockBytes()  function in SvLockBytes
 148 	virtual ~SvLockBytes() { close(); }  in ~SvLockBytes()
 173 SV_DECL_IMPL_REF(SvLockBytes);
 179 class TOOLS_DLLPUBLIC SvOpenLockBytes: public SvLockBytes
 184 	SvOpenLockBytes(): SvLockBytes(0, sal_False) {}  in SvOpenLockBytes()
 187 		SvLockBytes(pStream, bOwner) {}  in SvOpenLockBytes()
 317 					SvStream( SvLockBytes *pLockBytes);
 321 	SvLockBytes*	GetLockBytes() const { return xLockBytes; }  in GetLockBytes()
 
 | 
| H A D | inetmsg.hxx | 227 	SvLockBytes* GetDocumentLB (void) const { return m_xDocLB; }  in GetDocumentLB()228 	void         SetDocumentLB (SvLockBytes *pDocLB) { m_xDocLB = pDocLB; }  in SetDocumentLB()
 
 | 
| /aoo41x/main/tools/source/stream/ | 
| H A D | stream.cxx | 155 void SvLockBytes::close()  in close()163 TYPEINIT0(SvLockBytes);
 167 ErrCode SvLockBytes::ReadAt(sal_Size nPos, void * pBuffer, sal_Size nCount,  in ReadAt()
 185 ErrCode SvLockBytes::WriteAt(sal_Size nPos, const void * pBuffer, sal_Size nCount,  in WriteAt()
 203 ErrCode SvLockBytes::Flush() const  in Flush()
 217 ErrCode SvLockBytes::SetSize(sal_Size nSize)  in SetSize()
 230 ErrCode SvLockBytes::LockRegion(sal_Size, sal_Size, LockType)  in LockRegion()
 238 ErrCode SvLockBytes::UnlockRegion(sal_Size, sal_Size, LockType)  in UnlockRegion()
 245 ErrCode SvLockBytes::Stat(SvLockBytesStat * pStat, SvLockBytesStatFlag) const  in Stat()
 268 TYPEINIT1(SvOpenLockBytes, SvLockBytes);
 [all …]
 
 | 
| /aoo41x/main/forms/source/component/ | 
| H A D | imgprod.cxx | 45 class ImgProdLockBytes : public SvLockBytes68 		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 D | ImageControl.cxx | 445 …xImageStream = new ::utl::OInputStreamHelper( new SvLockBytes( pImageStream.get(), sal_False ), nS…  in impl_updateStreamForURL_lck()
 | 
| H A D | DatabaseForm.cxx | 1056 	pChild->SetDocumentLB( new SvLockBytes(pStream, sal_True) );  in InsertTextPart()1117 	pChild->SetDocumentLB( new SvLockBytes(pStream, sal_True) );  in InsertFilePart()
 
 | 
| /aoo41x/main/svl/source/items/ | 
| H A D | lckbitem.cxx | 49 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()
 
 | 
| /aoo41x/main/svl/inc/svl/ | 
| H A D | lckbitem.hxx | 42 											  SvLockBytes *pLockBytes );52 	SvLockBytes*			GetValue() const { return _xVal; }  in GetValue()
 
 | 
| H A D | strmadpt.hxx | 81 	SvLockBytesInputStream(SvLockBytes * pTheLockBytes):  in SvLockBytesInputStream()
 | 
| /aoo41x/main/xmlsecurity/tools/demo/ | 
| H A D | util.cxx | 93 	SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );  in OpenInputStream()103 	SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );  in OpenOutputStream()
 
 | 
| /aoo41x/main/extensions/source/xmlextract/ | 
| H A D | xmxtrct.cxx | 38 class XMXLockBytes : public SvLockBytes187 				xRet = new ::utl::OInputStreamHelper( new SvLockBytes( pMemStm, sal_True ), 65535 );  in REF()
 
 | 
| /aoo41x/main/sd/source/ui/app/ | 
| H A D | sdmod1.cxx | 93         SvLockBytes& rBytes);283         SvLockBytes* pBytes = ((SfxLockBytesItem&) pSet->Get(SID_OUTLINE_TO_IMPRESS)).GetValue();  in OutlineToImpress()
 936     SvLockBytes& rBytes)  in OutlineToImpressFinalizer()
 
 | 
| /aoo41x/main/xmlsecurity/workben/ | 
| H A D | signaturetest.cxx | 474     SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );  in IMPL_LINK()525     SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );  in IMPL_LINK()
 
 | 
| /aoo41x/main/unotools/inc/unotools/ | 
| H A D | ucblockbytes.hxx | 101 class UNOTOOLS_DLLPUBLIC UcbLockBytes : public virtual SvLockBytes
 | 
| /aoo41x/main/xmlsecurity/source/helper/ | 
| H A D | xmlsignaturehelper2.cxx | 185         SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );  in getUriBinding()
 | 
| /aoo41x/main/sot/source/sdstor/ | 
| H A D | storage.cxx | 95 		xLB = new SvLockBytes( pFileStm, sal_True );  in MakeLockBytes_Impl()100 		xLB = new SvLockBytes( pCacheStm, sal_True );  in MakeLockBytes_Impl()
 
 | 
| /aoo41x/main/unotools/source/ucbhelper/ | 
| H A D | ucblockbytes.cxx | 93 	SvLockBytes*            getLockBytes (void)  in getLockBytes()1424 	SvLockBytes::SetSynchronMode (bSynchron);  in SetSynchronMode()
 
 | 
| /aoo41x/main/sw/source/ui/app/ | 
| H A D | docsh2.cxx | 1061 								SvLockBytes aLockBytes( pStrm, sal_True );  in Execute()1135 								SvLockBytes aLockBytes( pStrm, sal_True );  in Execute()
 
 | 
| /aoo41x/main/tools/source/inet/ | 
| H A D | inetstrm.cxx | 199         new SvLockBytes (&rIn, sal_False));  in Encode64()
 | 
| /aoo41x/main/svx/source/xml/ | 
| H A D | xmlgrhlp.cxx | 345 				SvLockBytes* pLockBytes = mpOStm->GetLockBytes();  in GetGraphicObject()
 | 
| /aoo41x/main/svtools/source/filter/ | 
| H A D | filter.cxx | 263 		SvLockBytes* pLockBytes = rStream.GetLockBytes();  in ImpPeekGraphicFormat()
 | 
| /aoo41x/main/svtools/source/filter/wmf/ | 
| H A D | winmtf.cxx | 364 	SvLockBytes *pLB = pWMF->GetLockBytes();  in WinMtf()
 | 
| /aoo41x/main/sfx2/source/doc/ | 
| H A D | docfile.cxx | 3460         SvLockBytes* pBytes = pInStream->GetLockBytes();  in ForceSynchronStream_Impl()
 |