Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx58 struct FontAttributes struct
60 FontAttributes( const GooString& familyName_, in FontAttributes() function
76 FontAttributes() : in FontAttributes() argument
87 FontAttributes( const FontAttributes& rSrc ) : in FontAttributes() function
98 FontAttributes& operator=( const FontAttributes& rSrc ) in operator =() argument
112 bool operator==(const FontAttributes& rFont) const in operator ==() argument
136 FontAttributes > m_aFontMap;
H A Dpdfioutdev_gpl.cxx386 FontAttributes aNewFont; in parseFont()
642 FontAttributes aFont; in updateFont()
648 std::hash_map< long long, FontAttributes >::const_iterator it = in updateFont()
/trunk/main/sdext/source/pdfimport/inc/
H A Dcontentsink.hxx53 struct FontAttributes struct
55 FontAttributes( const rtl::OUString& familyName_, in FontAttributes() argument
69 FontAttributes() : in FontAttributes() function
85 bool operator==(const FontAttributes& rFont) const in operator ==() argument
127 virtual void setFont( const FontAttributes& rFont ) = 0;
H A Dpdfihelper.hxx82 size_t operator()(const FontAttributes& rFont ) const in operator ()()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.hxx103 const FontAttributes& getFont( sal_Int32 nFontId ) const;
104 sal_Int32 getFontId( const FontAttributes& rAttr ) const;
156 virtual void setFont( const FontAttributes& rFont );
206 typedef std::hash_map<sal_Int32,FontAttributes> IdToFontMap;
207 typedef std::hash_map<FontAttributes,sal_Int32,FontAttrHash> FontToIdMap;
H A Dpdfiprocessor.cxx89 FontAttributes aDefFont; in PDFIProcessor()
179 void PDFIProcessor::setFont( const FontAttributes& i_rFont ) in setFont()
181 FontAttributes aChangedFont( i_rFont ); in setFont()
206 sal_Int32 PDFIProcessor::getFontId( const FontAttributes& rAttr ) const in getFontId()
499 FontAttributes aFontAttrs = m_aIdToFont[ rGlyph.getGC().FontId ]; in getTransformGlyphContext()
754 const FontAttributes& PDFIProcessor::getFont( sal_Int32 nFontId ) const in getFont()
H A Dgenericelements.cxx212 const FontAttributes& rFont = rProc.getFont( pText->FontId ); in isSingleLined()
246 const FontAttributes& rFont = rProc.getFont( pText->FontId ); in getLineHeight()
444 FontAttributes aAttr = rProc.getFont( pText->FontId ); in resolveUnderlines()
H A Dwritertreevisiting.cxx462 … const FontAttributes& rPrevFont = m_rProcessor.getFont( pPrevText->FontId ); in visit()
463 … const FontAttributes& rThisFont = m_rProcessor.getFont( pThisText->FontId ); in visit()
896 const FontAttributes& rFont = m_rProcessor.getFont( elem.FontId ); in visit()
H A Ddrawtreevisiting.cxx859 const FontAttributes& rFont = m_rProcessor.getFont( elem.FontId ); in visit()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx143 FontAttributes > FontMapType;
172 void parseFontFamilyName( FontAttributes& aResult );
182 FontAttributes& aResult, bool bItalic, bool bBold);
472 FontAttributes& aResult, bool bItalic, bool bBold) in parseFontCheckForString()
500 void Parser::parseFontFamilyName( FontAttributes& aResult ) in parseFontFamilyName()
562 FontAttributes aRes(pFont->second); in readFont()
570 FontAttributes aResult( rtl::OStringToOUString( aFontName, in readFont()
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx214 virtual void setFont( const FontAttributes& rFont ) in setFont()
398 typedef std::hash_map<sal_Int32,FontAttributes> IdToFontMap;
399 typedef std::hash_map<FontAttributes,sal_Int32,FontAttrHash> FontToIdMap;

Completed in 65 milliseconds