Lines Matching refs:Parser
144 class Parser class
191 Parser( const ContentSinkSharedPtr& rSink, in Parser() function in pdfi::__anon128b8da30111::Parser
262 ::rtl::OString Parser::readNextToken() in readNextToken()
268 void Parser::readInt32( sal_Int32& o_Value ) in readInt32()
273 sal_Int32 Parser::readInt32() in readInt32()
278 void Parser::readInt64( sal_Int64& o_Value ) in readInt64()
283 void Parser::readDouble( double& o_Value ) in readDouble()
288 double Parser::readDouble() in readDouble()
293 void Parser::readBinaryData( uno::Sequence<sal_Int8>& rBuf ) in readBinaryData()
309 uno::Reference<rendering::XPolyPolygon2D> Parser::readPath( double* pArea = NULL ) in readPath()
382 void Parser::readChar() in readChar()
406 void Parser::readLineCap() in readLineCap()
420 void Parser::readLineDash() in readLineDash()
439 void Parser::readLineJoin() in readLineJoin()
453 void Parser::readTransformation() in readTransformation()
465 rendering::ARGBColor Parser::readColor() in readColor()
475 int Parser::parseFontCheckForString( const sal_Unicode* pCopy, const char* s, sal_Int32& nLen, in parseFontCheckForString()
492 int Parser::parseFontRemoveSuffix( const sal_Unicode* pCopy, const char* s, sal_Int32& nLen) in parseFontRemoveSuffix()
504 void Parser::parseFontFamilyName( FontAttributes& aResult ) in parseFontFamilyName()
541 void Parser::readFont() in readFont()
635 uno::Sequence<beans::PropertyValue> Parser::readImageImpl() in readImageImpl()
696 void Parser::readImage() in readImage()
729 void Parser::readMask() in readMask()
739 void Parser::readLink() in readLink()
755 void Parser::readMaskedImage() in readMaskedImage()
769 void Parser::readSoftMaskedImage() in readSoftMaskedImage()
782 void Parser::parseLine( const ::rtl::OString& rLine ) in parseLine()
1077 Parser aParser(rSink,pErr,xContext); in xpdf_ImportFromFile()