Home
last modified time | relevance | path

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

/trunk/main/unotools/source/ucbhelper/
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 …]
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 …]
/trunk/main/store/source/
H A Dstore.cxx122 Reference<ILockBytes> xLockBytes; in store_createMemoryFile() local
124 storeError eErrCode = MemoryLockBytes_createInstance(xLockBytes); in store_createMemoryFile()
127 OSL_ASSERT(xLockBytes.is()); in store_createMemoryFile()
134 &*xLockBytes, store_AccessCreate, nPageSize); in store_createMemoryFile()
160 Reference<ILockBytes> xLockBytes; in store_openFile() local
162 storeError eErrCode = FileLockBytes_createInstance (xLockBytes, pFilename, eAccessMode); in store_openFile()
165 OSL_ASSERT(xLockBytes.is()); in store_openFile()
172 &*xLockBytes, eAccessMode, nPageSize); in store_openFile()
423 Reference<OStoreLockBytes> xLockBytes (new OStoreLockBytes()); in store_openStream() local
424 if (!xLockBytes.is()) in store_openStream()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/tools/source/stream/
H A Dstream.cxx361 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in GetData()
363 nError = xLockBytes->ReadAt( nActPos, pData, nSize, &nRet ); in GetData()
372 xLockBytes = rLB; in SetLockBytes()
383 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in PutData()
385 nError = xLockBytes->WriteAt( nActPos, pData, nSize, &nRet ); 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()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/tools/inc/tools/
H A Dstream.hxx243 SvLockBytesRef xLockBytes; // Default Implmentierung member in SvStream
321 SvLockBytes* GetLockBytes() const { return xLockBytes; } in GetLockBytes()
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx88 virtual void Handle( LoadHandlerItem nWhich, UcbLockBytesRef xLockBytes ) = 0;