Home
last modified time | relevance | path

Searched refs:wwFont (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx599 wwFont::wwFont(const String &rFamilyName, FontPitch ePitch, FontFamily eFamily, in wwFont() function in wwFont
671 bool wwFont::Write(SvStream *pTableStrm) const in Write()
699 void wwFont::WriteDocx( const DocxAttributeOutput* rAttrOutput ) const in WriteDocx()
715 void wwFont::WriteRtf( const RtfAttributeOutput* rAttrOutput ) const in WriteRtf()
726 bool operator<(const wwFont &r1, const wwFont &r2) in operator <()
740 sal_uInt16 wwFontHelper::GetId(const wwFont &rFont) in GetId()
743 ::std::map<wwFont, sal_uInt16>::const_iterator aIter = maFonts.find(rFont); in GetId()
758 GetId(wwFont(CREATE_CONST_ASC("Times New Roman"), PITCH_VARIABLE, in InitFontTable()
761 GetId(wwFont(CREATE_CONST_ASC("Symbol"), PITCH_VARIABLE, FAMILY_ROMAN, in InitFontTable()
764 GetId(wwFont(CREATE_CONST_ASC("Arial"), PITCH_VARIABLE, FAMILY_SWISS, in InitFontTable()
[all …]
H A Dwrtww8.hxx291 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 Dwrtw8num.cxx259 const wwFont *pFont, in NumberingLevel()
516 wwFont *pPseudoFont = NULL; in AbstractNumberingDefinitions()
536 pPseudoFont = new wwFont( sFontName, pBulletFont->GetPitch(), in AbstractNumberingDefinitions()
738 wwFont aPseudoFont(sFontName, rFont.GetPitch(), rFont.GetFamily(), in BuildAnlvBulletBase()
H A Dattributeoutputbase.hxx122 class wwFont;
324 const wwFont *pFont,
H A Drtfattributeoutput.hxx244 const wwFont *pFont,
610 void FontFamilyType( FontFamily eFamily, const wwFont &rFont ) const;
H A Dww8attributeoutput.hxx206 const wwFont *pFont,
H A Ddocxattributeoutput.hxx261 const wwFont *pFont,
H A Drtfattributeoutput.cxx1510 const wwFont * pFont, in NumberingLevel()
3330 void RtfAttributeOutput::FontFamilyType( FontFamily eFamily, const wwFont &rFont ) const in FontFamilyType()
H A Ddocxattributeoutput.cxx2112 const wwFont *pFont, in NumberingLevel()