Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx598 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 Dwrtww8.hxx290 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 Dwrtw8num.cxx258 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 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.cxx1502 const wwFont * pFont, in NumberingLevel()
3322 void RtfAttributeOutput::FontFamilyType( FontFamily eFamily, const wwFont &rFont ) const in FontFamilyType()
H A Ddocxattributeoutput.cxx2112 const wwFont *pFont, in NumberingLevel()