Lines Matching refs:m_nCharIndex
155 sal_Int32 m_nCharIndex; member in pdfi::__anonf6b7910c0111::Parser
200 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()
399 m_nCharIndex = -1; in readChar()
422 if( m_nCharIndex == -1 ) in readLineDash()
557 aFontName = lcl_unescapeLineFeeds( m_aLine.copy( m_nCharIndex ) ); in readFont()
560 m_nCharIndex = -1; in readFont()
749 m_aLine.copy(m_nCharIndex) ), in readLink()
752 m_nCharIndex = -1; in readLink()
788 m_nNextToken = 0; m_nCharIndex = 0; m_aLine = rLine; in parseLine()
883 OSL_POSTCOND(m_nCharIndex==-1,"leftover scanner input"); in parseLine()