Lines Matching refs:m_nCharIndex
151 sal_Int32 m_nCharIndex; member in pdfi::__anon78d9f3c40111::Parser
196 m_nCharIndex(-1), in Parser()
260 OSL_PRECOND(m_nCharIndex!=-1,"insufficient input"); in readNextToken()
261 return m_aLine.getToken(m_nNextToken,' ',m_nCharIndex); in readNextToken()
313 while( m_nCharIndex != -1 ) in readPath()
322 sal_Int32 nDummy=m_nCharIndex; in readPath()
325 while( m_nCharIndex != -1 && 0 != aCurrToken.compareTo(aSubPathMarker) ) in readPath()
356 nDummy=m_nCharIndex; in readPath()
361 if( m_nCharIndex != -1 ) in readPath()
392 rtl::OString aChars = lcl_unescapeLineFeeds( m_aLine.copy( m_nCharIndex ) ); in readChar()
395 m_nCharIndex = -1; in readChar()
418 if( m_nCharIndex == -1 ) in readLineDash()
553 aFontName = lcl_unescapeLineFeeds( m_aLine.copy( m_nCharIndex ) ); in readFont()
556 m_nCharIndex = -1; in readFont()
745 m_aLine.copy(m_nCharIndex) ), in readLink()
748 m_nCharIndex = -1; in readLink()
784 m_nNextToken = 0; m_nCharIndex = 0; m_aLine = rLine; in parseLine()
879 OSL_POSTCOND(m_nCharIndex==-1,"leftover scanner input"); in parseLine()