Home
last modified time | relevance | path

Searched refs:xLockBytes (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/unotools/source/ucbhelper/
H A Ducbstreamhelper.cxx62 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 …]
H A Ducblockbytes.cxx926 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 Dstore.cxx121 Reference<ILockBytes> xLockBytes; in store_createMemoryFile() local
126 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 Dt_file.cxx53 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 Dt_base.cxx320 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()
/aoo41x/main/xmlsecurity/tools/demo/
H A Dutil.cxx93 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()
/aoo41x/main/tools/source/stream/
H A Dstream.cxx346 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 Dsignaturetest.cxx474 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()
/aoo41x/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper2.cxx185 SvLockBytesRef xLockBytes = new SvLockBytes( pStream, sal_True ); in getUriBinding() local
186 xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes ); in getUriBinding()
/aoo41x/main/tools/inc/tools/
H A Dstream.hxx241 SvLockBytesRef xLockBytes; // Default Implmentierung member in SvStream
319 SvLockBytes* GetLockBytes() const { return xLockBytes; } in GetLockBytes()
/aoo41x/main/unotools/inc/unotools/
H A Ducblockbytes.hxx88 virtual void Handle( LoadHandlerItem nWhich, UcbLockBytesRef xLockBytes ) = 0;

Completed in 64 milliseconds