/aoo42x/main/unotools/source/ucbhelper/ |
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 …]
|
H A D | ucbstreamhelper.cxx | 62 UcbLockBytesRef xLockBytes; in lcl_CreateStream() local 126 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 …]
|
/aoo42x/main/store/source/ |
H A D | store.cxx | 122 Reference<ILockBytes> xLockBytes; in store_createMemoryFile() local 127 OSL_ASSERT(xLockBytes.is()); in store_createMemoryFile() 165 OSL_ASSERT(xLockBytes.is()); in store_openFile() 424 if (!xLockBytes.is()) in store_openStream() 434 xLockBytes->acquire(); in store_openStream() 469 if (!xLockBytes.is()) in store_readStream() 491 if (!xLockBytes.is()) in store_writeStream() 509 if (!xLockBytes.is()) in store_flushStream() 512 return xLockBytes->flush(); in store_flushStream() 525 if (!xLockBytes.is()) in store_getStreamSize() [all …]
|
/aoo42x/main/store/workben/ |
H A D | t_file.cxx | 53 rtl::Reference<ILockBytes> xLockBytes; in main() local 84 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() local 327 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()
|
/aoo42x/main/xmlsecurity/tools/demo/ |
H A D | util.cxx | 93 SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True ); in OpenInputStream() local 94 …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()
|
/aoo42x/main/tools/source/stream/ |
H A D | stream.cxx | 361 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in GetData() 372 xLockBytes = rLB; in SetLockBytes() 383 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in PutData() 398 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in SeekPos() 400 xLockBytes->Stat( &aStat, SVSTATFLAG_DEFAULT ); in SeekPos() 414 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in FlushData() 415 nError = xLockBytes->Flush(); in FlushData() 423 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in SetSize() 424 nError = xLockBytes->SetSize( nSize ); in SetSize() 484 xLockBytes = pLockBytesP; in SvStream() [all …]
|
/aoo42x/main/xmlsecurity/workben/ |
H A D | signaturetest.cxx | 474 SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True ); in IMPL_LINK() local 475 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()
|
/aoo42x/main/xmlsecurity/source/helper/ |
H A D | xmlsignaturehelper2.cxx | 185 SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True ); in getUriBinding() local 186 xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes ); in getUriBinding()
|
/aoo42x/main/tools/inc/tools/ |
H A D | stream.hxx | 243 SvLockBytesRef xLockBytes; // Default Implmentierung member in SvStream 321 SvLockBytes* GetLockBytes() const { return xLockBytes; } in GetLockBytes()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | ucblockbytes.hxx | 88 virtual void Handle( LoadHandlerItem nWhich, UcbLockBytesRef xLockBytes ) = 0;
|