Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx88 class PDFGrammar : public grammar< PDFGrammar<iteratorT> > class
92 PDFGrammar( const iteratorT& first ) in PDFGrammar() function in PDFGrammar
94 ~PDFGrammar() in ~PDFGrammar()
145 definition( const PDFGrammar<iteratorT>& rSelf ) in definition()
147 PDFGrammar<iteratorT>* pSelf = const_cast< PDFGrammar<iteratorT>* >( &rSelf ); in definition()
171 [boost::bind(&PDFGrammar::pushString,pSelf, _1, _2)]; in definition()
192 [boost::bind(&PDFGrammar::pushDouble, pSelf, _1, _2)] in definition()
197 [boost::bind(&PDFGrammar::pushDouble, pSelf, _1, _2)] in definition()
250 ])[boost::bind(&PDFGrammar::haveFile,pSelf, _1, _2)] in definition()
557 PDFGrammar<const char*> aGrammar( pBuffer ); in read()
[all …]

Completed in 20 milliseconds