Searched refs:m_nCharIndex (Results 1 – 1 of 1) sorted by relevance
155 sal_Int32 m_nCharIndex; member in pdfi::__anon52297deb0111::Parser200 m_nCharIndex(-1), in Parser()264 OSL_PRECOND(m_nCharIndex!=-1,"insufficient input"); in readNextToken()265 return m_aLine.getToken(m_nNextToken,' ',m_nCharIndex); in readNextToken()317 while( m_nCharIndex != -1 ) in readPath()326 sal_Int32 nDummy=m_nCharIndex; in readPath()329 while( m_nCharIndex != -1 && 0 != aCurrToken.compareTo(aSubPathMarker) ) in readPath()360 nDummy=m_nCharIndex; in readPath()365 if( m_nCharIndex != -1 ) in readPath()396 rtl::OString aChars = lcl_unescapeLineFeeds( m_aLine.copy( m_nCharIndex ) ); in readChar()[all …]