Searched refs:FontAttributes (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.hxx | 63 struct FontAttributes struct 65 FontAttributes( const GooString& familyName_, in FontAttributes() argument 81 FontAttributes() : in FontAttributes() argument 92 FontAttributes( const FontAttributes& rSrc ) : in FontAttributes() function 103 FontAttributes& operator=( const FontAttributes& rSrc ) in operator =() argument 117 bool operator==(const FontAttributes& rFont) const in operator ==() argument 141 FontAttributes > m_aFontMap;
|
H A D | pdfioutdev_gpl.cxx | 387 FontAttributes aNewFont; in parseFont() 645 FontAttributes aFont; in updateFont() 651 std::hash_map< long long, FontAttributes >::const_iterator it = in updateFont()
|
/aoo4110/main/sdext/source/pdfimport/inc/ |
H A D | contentsink.hxx | 53 struct FontAttributes struct 55 FontAttributes( const rtl::OUString& familyName_, in FontAttributes() function 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 D | pdfihelper.hxx | 80 size_t operator()(const FontAttributes& rFont ) const in operator ()()
|
/aoo4110/main/sdext/source/pdfimport/tree/ |
H A D | pdfiprocessor.hxx | 102 const FontAttributes& getFont( sal_Int32 nFontId ) const; 103 sal_Int32 getFontId( const FontAttributes& rAttr ) const; 155 virtual void setFont( const FontAttributes& rFont ); 205 typedef std::hash_map<sal_Int32,FontAttributes> IdToFontMap; 206 typedef std::hash_map<FontAttributes,sal_Int32,FontAttrHash> FontToIdMap;
|
H A D | pdfiprocessor.cxx | 89 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 D | genericelements.cxx | 212 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 D | writertreevisiting.cxx | 462 … 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 D | drawtreevisiting.cxx | 859 const FontAttributes& rFont = m_rProcessor.getFont( elem.FontId ); in visit()
|
/aoo4110/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 147 FontAttributes > FontMapType; 176 void parseFontFamilyName( FontAttributes& aResult ); 186 FontAttributes& aResult, bool bItalic, bool bBold); 476 FontAttributes& aResult, bool bItalic, bool bBold) in parseFontCheckForString() 504 void Parser::parseFontFamilyName( FontAttributes& aResult ) in parseFontFamilyName() 566 FontAttributes aRes(pFont->second); in readFont() 574 FontAttributes aResult( rtl::OStringToOUString( aFontName, in readFont()
|
/aoo4110/main/sdext/source/pdfimport/test/ |
H A D | tests.cxx | 216 virtual void setFont( const FontAttributes& rFont ) in setFont() 443 typedef std::hash_map<sal_Int32,FontAttributes> IdToFontMap; 444 typedef std::hash_map<FontAttributes,sal_Int32,FontAttrHash> FontToIdMap;
|
Completed in 774 milliseconds