Home
last modified time | relevance | path

Searched refs:m_xLockBytes (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/store/source/
H A Dstorbios.cxx554 : 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 Dstorbios.hxx177 rtl::Reference<ILockBytes> m_xLockBytes; member in store::OStorePageBIOS
243 return m_xLockBytes.is(); in isValid()
/AOO41X/main/unotools/source/streaming/
H A Dstreamhelper.cxx48 if (!m_xLockBytes.Is()) in readBytes()
58 ErrCode nError = m_xLockBytes->ReadAt(m_nActPos, (void*)aData.getArray(), nBytesToRead, &nRead); in readBytes()
87 if (!m_xLockBytes.Is()) in getLength()
92 m_xLockBytes->Stat( &aStat, SVSTATFLAG_DEFAULT ); in getLength()
110 if (!m_xLockBytes.Is()) in skipBytes()
124 if (!m_xLockBytes.Is()) in available()
135 if (!m_xLockBytes.Is()) in closeInput()
138 m_xLockBytes = NULL; in closeInput()
159 if (!m_xLockBytes.Is()) in writeBytes()
163 …ErrCode nError = m_xLockBytes->WriteAt( m_nActPos, aData.getConstArray(), aData.getLength(), &nWri… in writeBytes()
[all …]
/AOO41X/main/svl/source/misc/
H A Dstrmadpt.cxx298 if (!m_xLockBytes.Is()) in readBytes()
315 ErrCode nError = m_xLockBytes->ReadAt(static_cast<sal_Size>( in readBytes()
338 if (!m_xLockBytes.Is()) in readSomeBytes()
350 nError = m_xLockBytes->ReadAt(static_cast<sal_Size>(m_nPosition), in readSomeBytes()
370 if (!m_xLockBytes.Is()) in skipBytes()
385 if (!m_xLockBytes.Is()) in available()
388 if (m_xLockBytes->Stat(&aStat, SVSTATFLAG_DEFAULT) != ERRCODE_NONE) in available()
403 if (!m_xLockBytes.Is()) in closeInput()
405 m_xLockBytes = 0; in closeInput()
416 if (!m_xLockBytes.Is()) in seek()
[all …]
/AOO41X/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx86 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 …]
/AOO41X/main/unotools/inc/unotools/
H A Dstreamhelper.hxx51 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()
/AOO41X/main/svl/inc/svl/
H A Dstrmadpt.hxx76 SvLockBytesRef m_xLockBytes; member in SvLockBytesInputStream
82 m_xLockBytes(pTheLockBytes), m_nPosition(0), m_bDone(false) {} in SvLockBytesInputStream()
/AOO41X/main/store/workben/
H A Dt_page.cxx737 result = m_xLockBytes->readPageAt (rPage.get(), nOffset);
752 result = m_xLockBytes->writePageAt (rPage.get(), nOffset);