| /aoo41x/main/unotools/source/ucbhelper/ | 
| H A D | ucbstreamhelper.cxx | 62         UcbLockBytesRef xLockBytes;  in lcl_CreateStream()  local126             if ( xLockBytes.Is() )  in lcl_CreateStream()
 176     if ( xLockBytes.Is() )  in CreateStream()
 178         pStream = new SvStream( xLockBytes );  in CreateStream()
 192     	if ( xLockBytes.Is() )  in CreateStream()
 194         	pStream = new SvStream( xLockBytes );  in CreateStream()
 209     if ( xLockBytes.Is() )  in CreateStream()
 212 			xLockBytes->setDontClose_Impl();  in CreateStream()
 214         pStream = new SvStream( xLockBytes );  in CreateStream()
 228     	if ( xLockBytes.Is() )  in CreateStream()
 [all …]
 
 | 
| H A D | ucblockbytes.cxx | 926 	UcbLockBytesRef xLockBytes,936 	UcbLockBytesRef xLockBytes,  in UCBOpenContentSync()  argument
 1184 	UcbLockBytesRef xLockBytes,  in _UCBOpenContentSync()  argument
 1645     xLockBytes->terminate_Impl();  in CreateInputLockBytes()
 1646     return xLockBytes;  in CreateInputLockBytes()
 1657     xLockBytes->terminate_Impl();  in CreateLockBytes()
 1658     return xLockBytes;  in CreateLockBytes()
 1691 … 	if ( xLockBytes->GetError() == ERRCODE_NONE && ( bError || !xLockBytes->getInputStream().is() ) )  in CreateLockBytes()
 1697     return xLockBytes;  in CreateLockBytes()
 1742 …  if ( xLockBytes->GetError() == ERRCODE_NONE && ( bError || !xLockBytes->getInputStream().is() ) )  in CreateLockBytes()
 [all …]
 
 | 
| /aoo41x/main/store/source/ | 
| H A D | store.cxx | 121 	Reference<ILockBytes> xLockBytes;  in store_createMemoryFile()  local126 	OSL_ASSERT(xLockBytes.is());  in store_createMemoryFile()
 164 	OSL_ASSERT(xLockBytes.is());  in store_openFile()
 423 	if (!xLockBytes.is())  in store_openStream()
 433 	xLockBytes->acquire();  in store_openStream()
 468 	if (!xLockBytes.is())  in store_readStream()
 490 	if (!xLockBytes.is())  in store_writeStream()
 508 	if (!xLockBytes.is())  in store_flushStream()
 511 	return xLockBytes->flush();  in store_flushStream()
 524 	if (!xLockBytes.is())  in store_getStreamSize()
 [all …]
 
 | 
| /aoo41x/main/store/workben/ | 
| H A D | t_file.cxx | 53 	rtl::Reference<ILockBytes> xLockBytes;  in main()  local84             xLockBytes, aFilename.pData, store_AccessReadWrite);  in main()
 107         eErrCode = MemoryLockBytes_createInstance (xLockBytes);  in main()
 137 		eErrCode = xLockBytes->setSize (offset + TEST_PAGESIZE);  in main()
 150 				eErrCode = xLockBytes->readAt (  in main()
 165 			eErrCode = xLockBytes->writeAt (  in main()
 174 			eErrCode = xLockBytes->writeAt (  in main()
 184 	eErrCode = xLockBytes->flush();  in main()
 196 		eErrCode = xLockBytes->readAt (offset, verify, TEST_PAGESIZE);  in main()
 227 		eErrCode = xLockBytes->readPageAt (xPage, offset);  in main()
 [all …]
 
 | 
| H A D | t_base.cxx | 320 	rtl::Reference<ILockBytes> xLockBytes;  in main()  local327 		xLockBytes, aFilename.pData, store_AccessReadCreate);  in main()
 343 	eErrCode = xBIOS->initialize (&*xLockBytes, store_AccessReadWrite, nPageSize);  in main()
 351 		eErrCode = xBIOS->initialize (&*xLockBytes, store_AccessReadCreate, nPageSize);  in main()
 355 	xLockBytes.clear();  in main()
 
 | 
| /aoo41x/main/xmlsecurity/tools/demo/ | 
| H A D | util.cxx | 93 	SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );  in OpenInputStream()  local94 …uno::Reference< io::XInputStream > xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes …  in OpenInputStream()
 103 	SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );  in OpenOutputStream()  local
 104 	uno::Reference< io::XOutputStream > xOutputStream = new utl::OOutputStreamHelper( xLockBytes );  in OpenOutputStream()
 
 | 
| /aoo41x/main/tools/source/stream/ | 
| H A D | stream.cxx | 346         DBG_ASSERT( xLockBytes.Is(), "pure virtual function" );  in GetData()357     xLockBytes = rLB;  in SetLockBytes()
 368         DBG_ASSERT( xLockBytes.Is(), "pure virtual function" );  in PutData()
 383         DBG_ASSERT( xLockBytes.Is(), "pure virtual function" );  in SeekPos()
 385         xLockBytes->Stat( &aStat, SVSTATFLAG_DEFAULT );  in SeekPos()
 399         DBG_ASSERT( xLockBytes.Is(), "pure virtual function" );  in FlushData()
 400         nError = xLockBytes->Flush();  in FlushData()
 408     DBG_ASSERT( xLockBytes.Is(), "pure virtual function" );  in SetSize()
 409     nError = xLockBytes->SetSize( nSize );  in SetSize()
 469     xLockBytes = pLockBytesP;  in SvStream()
 [all …]
 
 | 
| /aoo41x/main/xmlsecurity/workben/ | 
| H A D | signaturetest.cxx | 474     SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );  in IMPL_LINK()  local475  	uno::Reference< io::XOutputStream > xOutputStream = new utl::OOutputStreamHelper( xLockBytes );  in IMPL_LINK()
 525     SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );  in IMPL_LINK()  local
 526 …uno::Reference< io::XInputStream > xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes …  in IMPL_LINK()
 
 | 
| /aoo41x/main/xmlsecurity/source/helper/ | 
| H A D | xmlsignaturehelper2.cxx | 185         SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True );  in getUriBinding()  local186         xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes );  in getUriBinding()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 243 	SvLockBytesRef	xLockBytes; 	// Default Implmentierung  member in SvStream321 	SvLockBytes*	GetLockBytes() const { return xLockBytes; }  in GetLockBytes()
 
 | 
| /aoo41x/main/unotools/inc/unotools/ | 
| H A D | ucblockbytes.hxx | 88     virtual void    Handle( LoadHandlerItem nWhich, UcbLockBytesRef xLockBytes ) = 0;
 |