Lines Matching refs:Parser

140 class Parser  class
187 Parser( const ContentSinkSharedPtr& rSink, in Parser() function in pdfi::__anonac80e1830111::Parser
258 ::rtl::OString Parser::readNextToken() in readNextToken()
264 void Parser::readInt32( sal_Int32& o_Value ) in readInt32()
269 sal_Int32 Parser::readInt32() in readInt32()
274 void Parser::readInt64( sal_Int64& o_Value ) in readInt64()
279 void Parser::readDouble( double& o_Value ) in readDouble()
284 double Parser::readDouble() in readDouble()
289 void Parser::readBinaryData( uno::Sequence<sal_Int8>& rBuf ) in readBinaryData()
305 uno::Reference<rendering::XPolyPolygon2D> Parser::readPath( double* pArea = NULL ) in readPath()
378 void Parser::readChar() in readChar()
402 void Parser::readLineCap() in readLineCap()
416 void Parser::readLineDash() in readLineDash()
435 void Parser::readLineJoin() in readLineJoin()
449 void Parser::readTransformation() in readTransformation()
461 rendering::ARGBColor Parser::readColor() in readColor()
471 int Parser::parseFontCheckForString( const sal_Unicode* pCopy, const char* s, sal_Int32& nLen, in parseFontCheckForString()
488 int Parser::parseFontRemoveSuffix( const sal_Unicode* pCopy, const char* s, sal_Int32& nLen) in parseFontRemoveSuffix()
500 void Parser::parseFontFamilyName( FontAttributes& aResult ) in parseFontFamilyName()
537 void Parser::readFont() in readFont()
631 uno::Sequence<beans::PropertyValue> Parser::readImageImpl() in readImageImpl()
692 void Parser::readImage() in readImage()
725 void Parser::readMask() in readMask()
735 void Parser::readLink() in readLink()
751 void Parser::readMaskedImage() in readMaskedImage()
765 void Parser::readSoftMaskedImage() in readSoftMaskedImage()
778 void Parser::parseLine( const ::rtl::OString& rLine ) in parseLine()
1073 Parser aParser(rSink,pErr,xContext); in xpdf_ImportFromFile()