Home
last modified time | relevance | path

Searched refs:iteratorT (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx87 template< class iteratorT >
88 class PDFGrammar : public grammar< PDFGrammar<iteratorT> >
92 PDFGrammar( const iteratorT& first ) in PDFGrammar()
104 iteratorT m_aGlobalBegin;
145 definition( const PDFGrammar<iteratorT>& rSelf ) in definition()
147 PDFGrammar<iteratorT>* pSelf = const_cast< PDFGrammar<iteratorT>* >( &rSelf ); in definition()
283 void parseError( const char* pMessage, iteratorT pLocation ) in parseError()
288 rtl::OString iteratorToString( iteratorT first, iteratorT last ) const in iteratorToString()
299 void haveFile( iteratorT pBegin, iteratorT /*pEnd*/ ) in haveFile() argument
314 void pushComment( iteratorT first, iteratorT last ) in pushComment()
[all …]