Lines Matching refs:SwSubFont

49 class SwSubFont : public SvxFont  class
58 inline SwSubFont() : aSize(0,0) in SwSubFont() function in SwSubFont
66 inline void CopyMagic( const SwSubFont& rFnt ) in CopyMagic()
70 SwSubFont& operator=( const SwSubFont &rFont );
131 SwSubFont aSub[SW_SCRIPTS]; // Latin-, CJK- and CTL-font
381 inline void SwSubFont::SetColor( const Color& rColor ) in SetColor()
389 inline void SwSubFont::SetFillColor( const Color& rColor ) in SetFillColor()
404 inline void SwSubFont::SetFamily( const FontFamily eFamily ) in SetFamily()
417 inline void SwSubFont::SetName( const XubString& rName ) in SetName()
430 inline void SwSubFont::SetStyleName( const XubString& rStyleName ) in SetStyleName()
443 inline void SwSubFont::SetCharSet( const CharSet eCharSet ) in SetCharSet()
456 inline void SwSubFont::SetPitch( const FontPitch ePitch ) in SetPitch()
470 inline void SwSubFont::SetAlign( const FontAlign eAlign ) in SetAlign()
485 inline void SwSubFont::SetWeight( const FontWeight eWeight ) in SetWeight()
498 inline void SwSubFont::SetUnderline( const FontUnderline eUnderline ) in SetUnderline()
513 inline void SwSubFont::SetOverline( const FontUnderline eOverline ) in SetOverline()
528 inline void SwSubFont::SetStrikeout( const FontStrikeout eStrikeout ) in SetStrikeout()
543 inline void SwSubFont::SetItalic( const FontItalic eItalic ) in SetItalic()
556 inline void SwSubFont::SetOutline( const sal_Bool bOutline ) in SetOutline()
571 inline void SwSubFont::SetShadow( const sal_Bool bShadow ) in SetShadow()
586 inline void SwSubFont::SetAutoKern( const sal_uInt8 nAutoKern ) in SetAutoKern()
624 inline void SwSubFont::SetWordLineMode( const sal_Bool bWordLineMode ) in SetWordLineMode()
638 inline void SwSubFont::SetEmphasisMark( const FontEmphasisMark eValue ) in SetEmphasisMark()
664 inline void SwSubFont::SetRelief( const FontRelief eNew ) in SetRelief()
682 inline void SwSubFont::SetSize( const Size& rSize ) in SetSize()
716 inline void SwSubFont::SetProportion( const sal_uInt8 nNewPropr ) in SetProportion()
737 inline void SwSubFont::SetEscapement( const short nNewEsc ) in SetEscapement()
758 inline void SwSubFont::SetLanguage( LanguageType eNewLang ) in SetLanguage()
811 inline void SwSubFont::SetVertical( const sal_uInt16 nDir, const sal_Bool bVertFormat ) in SetVertical()