Searched refs:wwFont (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtw8sty.cxx | 598 wwFont::wwFont(const String &rFamilyName, FontPitch ePitch, FontFamily eFamily, in wwFont() function in wwFont 670 bool wwFont::Write(SvStream *pTableStrm) const in Write() 698 void wwFont::WriteDocx( const DocxAttributeOutput* rAttrOutput ) const in WriteDocx() 714 void wwFont::WriteRtf( const RtfAttributeOutput* rAttrOutput ) const in WriteRtf() 725 bool operator<(const wwFont &r1, const wwFont &r2) in operator <() 739 sal_uInt16 wwFontHelper::GetId(const wwFont &rFont) in GetId() 742 ::std::map<wwFont, sal_uInt16>::const_iterator aIter = maFonts.find(rFont); in GetId() 757 GetId(wwFont(CREATE_CONST_ASC("Times New Roman"), PITCH_VARIABLE, in InitFontTable() 760 GetId(wwFont(CREATE_CONST_ASC("Symbol"), PITCH_VARIABLE, FAMILY_ROMAN, in InitFontTable() 763 GetId(wwFont(CREATE_CONST_ASC("Arial"), PITCH_VARIABLE, FAMILY_SWISS, in InitFontTable() [all …]
|
| H A D | wrtww8.hxx | 290 class wwFont class 304 wwFont( const String &rFamilyName, FontPitch ePitch, FontFamily eFamily, 312 friend bool operator < (const wwFont &r1, const wwFont &r2); 319 ::std::map<wwFont, sal_uInt16> maFonts; 323 ::std::vector< const wwFont* > AsVector() const; 331 sal_uInt16 GetId(const wwFont& rFont);
|
| H A D | wrtw8num.cxx | 258 const wwFont *pFont, in NumberingLevel() 515 wwFont *pPseudoFont = NULL; in AbstractNumberingDefinitions() 535 pPseudoFont = new wwFont( sFontName, pBulletFont->GetPitch(), in AbstractNumberingDefinitions() 737 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 | 1502 const wwFont * pFont, in NumberingLevel() 3322 void RtfAttributeOutput::FontFamilyType( FontFamily eFamily, const wwFont &rFont ) const in FontFamilyType()
|
| H A D | docxattributeoutput.cxx | 2112 const wwFont *pFont, in NumberingLevel()
|