Searched refs:getFontData (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/oox/source/drawingml/ |
H A D | textcharacterproperties.cxx | 76 if( maLatinFont.getFontData( aFontName, nFontPitch, nFontFamily, rFilter ) ) in pushToPropMap() 83 if( maAsianFont.getFontData( aFontName, nFontPitch, nFontFamily, rFilter ) ) in pushToPropMap() 90 if( maComplexFont.getFontData( aFontName, nFontPitch, nFontFamily, rFilter ) ) in pushToPropMap()
|
H A D | textrun.cxx | 80 …if ( !aTextCharacterProps.maSymbolFont.getFontData( aSymbolFontName, nSymbolFontPitch, nSymbolFont… in insertAt() 84 …aTextCharacterProps.maLatinFont.getFontData( aLatinFontName, nLatinFontPitch, nLatinFontFamily, rF… in insertAt()
|
H A D | textfont.cxx | 79 bool TextFont::getFontData( OUString& rFontName, sal_Int16 rnFontPitch, sal_Int16& rnFontFamily, co… in getFontData() function in oox::drawingml::TextFont
|
H A D | textparagraphproperties.cxx | 291 …if( maBulletFont.getFontData( aBulletFontName, nBulletFontPitch, nBulletFontFamily, rFilterBase ) ) in pushToPropMap()
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | textfont.hxx | 51 bool getFontData(
|
Completed in 14 milliseconds