Searched refs:FontAttributes (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.hxx | 58 struct FontAttributes struct 60 FontAttributes( const GooString& familyName_, in FontAttributes() argument 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 D | pdfioutdev_gpl.cxx | 386 FontAttributes aNewFont; in parseFont() 642 FontAttributes aFont; in updateFont() 648 std::hash_map< long long, FontAttributes >::const_iterator it = in updateFont()
|
/aoo42x/main/sdext/source/pdfimport/inc/ |
H A D | contentsink.hxx | 53 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 D | pdfihelper.hxx | 82 size_t operator()(const FontAttributes& rFont ) const in operator ()()
|
/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | pdfiprocessor.hxx | 103 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 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()
|
/aoo42x/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 143 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()
|
/aoo42x/main/sdext/source/pdfimport/test/ |
H A D | tests.cxx | 214 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 74 milliseconds