Searched refs:PDFGrammar (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 88 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 19 milliseconds