Searched refs:m_input (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/io/source/stm/ |
| H A D | omark.cxx | 567 Reference< XInputStream > m_input; member in io_stm::OMarkableInputStream 611 nBytesRead = m_input->readBytes( aData, nBytesToRead ); in readBytes() 620 nRead = m_input->readBytes( aData , nToRead ); in readBytes() 668 nBytesRead = m_input->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes() 674 sal_Int32 nAdditionalBytesToRead = Min(nMaxBytesToRead-nInBuffer,m_input->available()); in readSomeBytes() 679 nRead = m_input->readSomeBytes( aData , nMaxBytesToRead ); in readSomeBytes() 682 nRead = m_input->readBytes( aData , nAdditionalBytesToRead ); in readSomeBytes() 744 nAvail = m_input->available() + ( m_pBuffer->getSize() - m_nCurrentPos ); in available() 762 m_input->closeInput(); in closeInput() 870 if( m_input != aStream ) { in setInputStream() [all …]
|
| H A D | odata.cxx | 132 Reference < XInputStream > m_input; member in io_stm::ODataInputStream 151 nRead = m_input->readBytes( aData , nBytesToRead ); in readBytes() 168 nRead = m_input->readSomeBytes( aData , nMaxBytesToRead ); in readSomeBytes() 182 m_input->skipBytes( nBytesToSkip ); in skipBytes() 199 nAvail = m_input->available( ); in available() 213 m_input->closeInput( ); in closeInput() 415 if( m_input != aStream ) { in setInputStream() 416 m_input = aStream; in setInputStream() 418 Reference < XConnectable > pred( m_input , UNO_QUERY ); in setInputStream() 422 m_bValidStream = m_input.is(); in setInputStream() [all …]
|
| /AOO42X/main/desktop/source/app/ |
| H A D | officeipcthread.cxx | 82 explicit Parser(rtl::OString const & input): m_input(input) { in Parser() 83 if (!m_input.match(ARGUMENT_PREFIX) || in Parser() 84 m_input.getLength() == RTL_CONSTASCII_LENGTH(ARGUMENT_PREFIX)) in Parser() 89 switch (m_input[m_index++]) { in Parser() 129 if (m_index < m_input.getLength()) { in next() 131 if (m_input[m_index] != ',') { in next() 137 while (m_index < m_input.getLength()) { in next() 138 char c = m_input[m_index]; in next() 144 if (m_index < m_input.getLength()) { in next() 145 c = m_input[m_index++]; in next() [all …]
|