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
124xLockBytes = UcbLockBytes::CreateLockBytes( aContent.get(), Sequence < PropertyValue >(), in lcl_CreateStream()
126 if ( xLockBytes.Is() ) in lcl_CreateStream()
128 pStream = new SvStream( xLockBytes ); in lcl_CreateStream()
130 pStream->SetError( xLockBytes->GetError() ); in lcl_CreateStream()
175 UcbLockBytesRef xLockBytes = UcbLockBytes::CreateInputLockBytes( xStream ); in CreateStream() local
176 if ( xLockBytes.Is() ) in CreateStream()
178 pStream = new SvStream( xLockBytes ); in CreateStream()
180 pStream->SetError( xLockBytes->GetError() ); in CreateStream()
191 UcbLockBytesRef xLockBytes = UcbLockBytes::CreateLockBytes( xStream ); in CreateStream() local
[all …]
H A Ducblockbytes.cxx926 UcbLockBytesRef xLockBytes,
936 UcbLockBytesRef xLockBytes, in UCBOpenContentSync() argument
962 xLockBytes,xContent,rArg,xSink,xInteract,xProgress,xHandler); in UCBOpenContentSync()
966 xLockBytes->SetStreamValid_Impl(); in UCBOpenContentSync()
972 new UcbPropertiesChangeListener_Impl(xLockBytes); in UCBOpenContentSync()
989 xLockBytes->SetError( ERRCODE_IO_GENERAL ); in UCBOpenContentSync()
1088 xLockBytes->SetError(ERRCODE_ABORT); in UCBOpenContentSync()
1110 xLockBytes->SetError( ERRCODE_ABORT ); in UCBOpenContentSync()
1116 xLockBytes->SetError( ERRCODE_ABORT ); in UCBOpenContentSync()
1124 xLockBytes->SetError( ERRCODE_IO_ACCESSDENIED ); in UCBOpenContentSync()
[all …]
/AOO41X/main/store/source/
H A Dstore.cxx121 Reference<ILockBytes> xLockBytes; in store_createMemoryFile() local
123 storeError eErrCode = MemoryLockBytes_createInstance(xLockBytes); in store_createMemoryFile()
126 OSL_ASSERT(xLockBytes.is()); in store_createMemoryFile()
133 &*xLockBytes, store_AccessCreate, nPageSize); in store_createMemoryFile()
159 Reference<ILockBytes> xLockBytes; in store_openFile() local
161 storeError eErrCode = FileLockBytes_createInstance (xLockBytes, pFilename, eAccessMode); in store_openFile()
164 OSL_ASSERT(xLockBytes.is()); in store_openFile()
171 &*xLockBytes, eAccessMode, nPageSize); in store_openFile()
422 Reference<OStoreLockBytes> xLockBytes (new OStoreLockBytes()); in store_openStream() local
423 if (!xLockBytes.is()) in store_openStream()
[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()
96 xLockBytes, aFilename.pData, store_AccessReadCreate); in main()
107 eErrCode = MemoryLockBytes_createInstance (xLockBytes); in main()
117 eErrCode = xLockBytes->initialize (xAllocator, TEST_PAGESIZE); 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()
[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()
348 nError = xLockBytes->ReadAt( nActPos, pData, nSize, &nRet ); in GetData()
357 xLockBytes = rLB; in SetLockBytes()
368 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in PutData()
370 nError = xLockBytes->WriteAt( nActPos, pData, nSize, &nRet ); 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()
[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.hxx243 SvLockBytesRef xLockBytes; // Default Implmentierung member in SvStream
321 SvLockBytes* GetLockBytes() const { return xLockBytes; } in GetLockBytes()
/AOO41X/main/unotools/inc/unotools/
H A Ducblockbytes.hxx88 virtual void Handle( LoadHandlerItem nWhich, UcbLockBytesRef xLockBytes ) = 0;