Searched refs:wwFont (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 599 wwFont::wwFont(const String &rFamilyName, FontPitch ePitch, FontFamily eFamily, in wwFont() function in wwFont 671 bool wwFont::Write(SvStream *pTableStrm) const in Write() 726 bool operator<(const wwFont &r1, const wwFont &r2) in operator <() 740 sal_uInt16 wwFontHelper::GetId(const wwFont &rFont) in GetId() 769 GetId(wwFont(pFont->GetFamilyName(), pFont->GetPitch(), in InitFontTable() 775 GetId(wwFont(pFont->GetFamilyName(), pFont->GetPitch(), in InitFontTable() 812 ::std::vector< const wwFont* > wwFontHelper::AsVector() const in AsVector() 814 ::std::vector<const wwFont *> aFontList( maFonts.size() ); in AsVector() 839 ::std::vector<const wwFont *> aFontList( AsVector() ); in WriteFontTable() 863 ::std::vector<const wwFont *> aFontList( AsVector() ); in WriteFontTable() [all …]
|
H A D | wrtww8.hxx | 291 class wwFont class 305 wwFont( const String &rFamilyName, FontPitch ePitch, FontFamily eFamily, 313 friend bool operator < (const wwFont &r1, const wwFont &r2); 320 ::std::map<wwFont, sal_uInt16> maFonts; 324 ::std::vector< const wwFont* > AsVector() const; 332 sal_uInt16 GetId(const wwFont& rFont);
|
H A D | wrtw8num.cxx | 212 const wwFont *pFont, in NumberingLevel() 469 wwFont *pPseudoFont = NULL; in AbstractNumberingDefinitions() 489 pPseudoFont = new wwFont( sFontName, pBulletFont->GetPitch(), in AbstractNumberingDefinitions() 691 wwFont aPseudoFont(sFontName, rFont.GetPitch(), rFont.GetFamily(), in BuildAnlvBulletBase()
|
H A D | attributeoutputbase.hxx | 122 class wwFont; 324 const wwFont *pFont,
|
H A D | rtfattributeoutput.hxx | 244 const wwFont *pFont, 610 void FontFamilyType( FontFamily eFamily, const wwFont &rFont ) const;
|
H A D | ww8attributeoutput.hxx | 206 const wwFont *pFont,
|
H A D | docxattributeoutput.hxx | 261 const wwFont *pFont,
|
H A D | rtfattributeoutput.cxx | 1510 const wwFont * pFont, in NumberingLevel() 3301 void RtfAttributeOutput::FontFamilyType( FontFamily eFamily, const wwFont &rFont ) const in FontFamilyType()
|
H A D | docxattributeoutput.cxx | 2112 const wwFont *pFont, in NumberingLevel()
|
Completed in 76 milliseconds