Searched refs:m_xLockBytes (Results 1 – 8 of 8) sorted by relevance
554 : m_xLockBytes (NULL), in OStorePageBIOS()712 if (!m_xLockBytes.is()) in read()727 if (!m_xLockBytes.is()) in write()747 if (!m_xLockBytes.is()) in acquirePage()789 if (!m_xLockBytes.is()) in releasePage()832 if (!m_xLockBytes.is()) in allocate()880 if (!m_xLockBytes.is()) in free()902 if (!m_xLockBytes.is()) in loadObjectAt()945 if (!m_xLockBytes.is()) in saveObjectAt()1003 if (!m_xLockBytes.is()) in flush()[all …]
177 rtl::Reference<ILockBytes> m_xLockBytes; member in store::OStorePageBIOS243 return m_xLockBytes.is(); in isValid()
48 if (!m_xLockBytes.Is()) in readBytes()87 if (!m_xLockBytes.Is()) 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()179 if (!m_xLockBytes.Is()) in flush()182 ErrCode nError = m_xLockBytes->Flush(); in flush()192 if (!m_xLockBytes.Is()) in closeOutput()[all …]
298 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()403 if (!m_xLockBytes.Is()) in closeInput()405 m_xLockBytes = 0; in closeInput()416 if (!m_xLockBytes.Is()) in seek()426 if (!m_xLockBytes.Is()) in getPosition()[all …]
86 UcbLockBytesRef m_xLockBytes; member in utl::UcbDataSink_Impl90 : m_xLockBytes( pLockBytes ) in UcbDataSink_Impl()94 { return m_xLockBytes; } in getLockBytes()101 { m_xLockBytes->terminate_Impl(); } in terminate()116 UcbLockBytesRef m_xLockBytes; member in utl::UcbStreamer_Impl121 : m_xLockBytes( pLockBytes ) in UcbStreamer_Impl()129 { m_xLockBytes->terminate_Impl(); } in terminate()186 UcbLockBytesRef m_xLockBytes; member in utl::UcbPropertiesChangeListener_Impl189 : m_xLockBytes( rRef ) in UcbPropertiesChangeListener_Impl()225 m_xLockBytes->SetStreamValid_Impl(); in propertiesChange()[all …]
51 SvLockBytesRef m_xLockBytes; member in utl::OInputStreamHelper59 :m_xLockBytes(_xLockBytes) in OInputStreamHelper()90 SvLockBytesRef m_xLockBytes; member in utl::OOutputStreamHelper95 :m_xLockBytes(_xLockBytes) in OOutputStreamHelper()
76 SvLockBytesRef m_xLockBytes; member in SvLockBytesInputStream82 m_xLockBytes(pTheLockBytes), m_nPosition(0), m_bDone(false) {} in SvLockBytesInputStream()
737 result = m_xLockBytes->readPageAt (rPage.get(), nOffset);752 result = m_xLockBytes->writePageAt (rPage.get(), nOffset);
Completed in 61 milliseconds