Searched refs:m_xLockBytes (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/store/source/ |
| H A D | storbios.cxx | 554 : m_xLockBytes (NULL), in OStorePageBIOS() 603 m_xLockBytes = pLockBytes; in initialize_Impl() 604 if (!m_xLockBytes.is()) in initialize_Impl() 626 eErrCode = m_xLockBytes->setSize(0); in initialize_Impl() 662 eErrCode = m_xLockBytes->initialize (m_xAllocator, rnPageSize); in initialize_Impl() 701 m_xLockBytes.clear(); in cleanup_Impl() 712 if (!m_xLockBytes.is()) in read() 716 return m_xLockBytes->readAt (nAddr, pData, nSize); in read() 727 if (!m_xLockBytes.is()) in write() 733 return m_xLockBytes->writeAt (nAddr, pData, nSize); in write() [all …]
|
| H A D | storbios.hxx | 177 rtl::Reference<ILockBytes> m_xLockBytes; member in store::OStorePageBIOS 243 return m_xLockBytes.is(); in isValid()
|
| /trunk/main/unotools/source/streaming/ |
| H A D | streamhelper.cxx | 47 if (!m_xLockBytes.Is()) in readBytes() 57 ErrCode nError = m_xLockBytes->ReadAt(m_nActPos, (void*)aData.getArray(), nBytesToRead, &nRead); in readBytes() 86 if (!m_xLockBytes.Is()) in getLength() 91 m_xLockBytes->Stat( &aStat, SVSTATFLAG_DEFAULT ); in getLength() 107 if (!m_xLockBytes.Is()) in skipBytes() 120 if (!m_xLockBytes.Is()) in available() 130 if (!m_xLockBytes.Is()) in closeInput() 133 m_xLockBytes = NULL; in closeInput() 153 if (!m_xLockBytes.Is()) in writeBytes() 157 …ErrCode nError = m_xLockBytes->WriteAt( m_nActPos, aData.getConstArray(), aData.getLength(), &nWri… in writeBytes() [all …]
|
| /trunk/main/svl/source/misc/ |
| H A D | strmadpt.cxx | 296 if (!m_xLockBytes.Is()) in readBytes() 313 ErrCode nError = m_xLockBytes->ReadAt(static_cast<sal_Size>( in readBytes() 335 if (!m_xLockBytes.Is()) in readSomeBytes() 347 nError = m_xLockBytes->ReadAt(static_cast<sal_Size>(m_nPosition), in readSomeBytes() 366 if (!m_xLockBytes.Is()) in skipBytes() 380 if (!m_xLockBytes.Is()) in available() 383 if (m_xLockBytes->Stat(&aStat, SVSTATFLAG_DEFAULT) != ERRCODE_NONE) in available() 397 if (!m_xLockBytes.Is()) in closeInput() 399 m_xLockBytes = 0; in closeInput() 408 if (!m_xLockBytes.Is()) in seek() [all …]
|
| /trunk/main/unotools/source/ucbhelper/ |
| H A D | ucblockbytes.cxx | 86 UcbLockBytesRef m_xLockBytes; member in utl::UcbDataSink_Impl 90 : m_xLockBytes( pLockBytes ) in UcbDataSink_Impl() 94 { return m_xLockBytes; } in getLockBytes() 101 { m_xLockBytes->terminate_Impl(); } in terminate() 105 { m_xLockBytes->setInputStream_Impl (rxInputStream); } in setInputStream() 107 { return m_xLockBytes->getInputStream_Impl(); } in getInputStream() 116 UcbLockBytesRef m_xLockBytes; member in utl::UcbStreamer_Impl 121 : m_xLockBytes( pLockBytes ) in UcbStreamer_Impl() 129 { m_xLockBytes->terminate_Impl(); } in terminate() 133 { m_xStream = aStream; m_xLockBytes->setStream_Impl( aStream ); } in setStream() [all …]
|
| /trunk/main/unotools/inc/unotools/ |
| H A D | streamhelper.hxx | 51 SvLockBytesRef m_xLockBytes; member in utl::OInputStreamHelper 59 :m_xLockBytes(_xLockBytes) in OInputStreamHelper() 90 SvLockBytesRef m_xLockBytes; member in utl::OOutputStreamHelper 95 :m_xLockBytes(_xLockBytes) in OOutputStreamHelper()
|
| /trunk/main/svl/inc/svl/ |
| H A D | strmadpt.hxx | 76 SvLockBytesRef m_xLockBytes; member in SvLockBytesInputStream 82 m_xLockBytes(pTheLockBytes), m_nPosition(0), m_bDone(false) {} in SvLockBytesInputStream()
|
| /trunk/main/store/workben/ |
| H A D | t_page.cxx | 737 result = m_xLockBytes->readPageAt (rPage.get(), nOffset); 752 result = m_xLockBytes->writePageAt (rPage.get(), nOffset);
|