Lines Matching refs:m_xLockBytes
48 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()
179 if (!m_xLockBytes.Is()) in flush()
182 ErrCode nError = m_xLockBytes->Flush(); in flush()
192 if (!m_xLockBytes.Is()) in closeOutput()
195 m_xLockBytes = NULL; in closeOutput()