| /AOO41X/main/unotools/source/ucbhelper/ |
| H A D | ucbstreamhelper.cxx | 62 UcbLockBytesRef xLockBytes; in lcl_CreateStream() local 124 … xLockBytes = 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 D | ucblockbytes.cxx | 926 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 D | store.cxx | 121 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 D | t_file.cxx | 53 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 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()
|
| /AOO41X/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()
|
| /AOO41X/main/tools/source/stream/ |
| H A D | stream.cxx | 346 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 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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | ucblockbytes.hxx | 88 virtual void Handle( LoadHandlerItem nWhich, UcbLockBytesRef xLockBytes ) = 0;
|