Lines Matching refs:Font

46 DBG_NAME( Font )  in DBG_NAME()  argument
234 void Font::MakeUnique() in MakeUnique()
247 Font::Font() in Font() function in Font
249 DBG_CTOR( Font, NULL ); in Font()
259 Font::Font( const Font& rFont ) in Font() function in Font
261 DBG_CTOR( Font, NULL ); in Font()
262 DBG_CHKOBJ( &rFont, Font, NULL ); in Font()
273 Font::Font( const String& rFamilyName, const Size& rSize ) in Font() function in Font
275 DBG_CTOR( Font, NULL ); in Font()
284 Font::Font( const String& rFamilyName, const String& rStyleName, const Size& rSize ) in Font() function in Font
286 DBG_CTOR( Font, NULL ); in Font()
296 Font::Font( FontFamily eFamily, const Size& rSize ) in Font() function in Font
298 DBG_CTOR( Font, NULL ); in Font()
307 Font::~Font() in ~Font()
309 DBG_DTOR( Font, NULL ); in ~Font()
324 void Font::SetColor( const Color& rColor ) in SetColor()
326 DBG_CHKTHIS( Font, NULL ); in SetColor()
337 void Font::SetFillColor( const Color& rColor ) in SetFillColor()
339 DBG_CHKTHIS( Font, NULL ); in SetFillColor()
349 void Font::SetTransparent( sal_Bool bTransparent ) in SetTransparent()
351 DBG_CHKTHIS( Font, NULL ); in SetTransparent()
362 void Font::SetAlign( FontAlign eAlign ) in SetAlign()
364 DBG_CHKTHIS( Font, NULL ); in SetAlign()
375 void Font::SetName( const String& rFamilyName ) in SetName()
377 DBG_CHKTHIS( Font, NULL ); in SetName()
385 void Font::SetStyleName( const String& rStyleName ) in SetStyleName()
387 DBG_CHKTHIS( Font, NULL ); in SetStyleName()
395 void Font::SetSize( const Size& rSize ) in SetSize()
397 DBG_CHKTHIS( Font, NULL ); in SetSize()
408 void Font::SetFamily( FontFamily eFamily ) in SetFamily()
410 DBG_CHKTHIS( Font, NULL ); in SetFamily()
421 void Font::SetCharSet( CharSet eCharSet ) in SetCharSet()
423 DBG_CHKTHIS( Font, NULL ); in SetCharSet()
434 void Font::SetLanguage( LanguageType eLanguage ) in SetLanguage()
436 DBG_CHKTHIS( Font, NULL ); in SetLanguage()
447 void Font::SetCJKContextLanguage( LanguageType eLanguage ) in SetCJKContextLanguage()
449 DBG_CHKTHIS( Font, NULL ); in SetCJKContextLanguage()
460 void Font::SetPitch( FontPitch ePitch ) in SetPitch()
462 DBG_CHKTHIS( Font, NULL ); in SetPitch()
473 void Font::SetOrientation( short nOrientation ) in SetOrientation()
475 DBG_CHKTHIS( Font, NULL ); in SetOrientation()
486 void Font::SetVertical( sal_Bool bVertical ) in SetVertical()
488 DBG_CHKTHIS( Font, NULL ); in SetVertical()
499 void Font::SetKerning( FontKerning nKerning ) in SetKerning()
501 DBG_CHKTHIS( Font, NULL ); in SetKerning()
512 sal_Bool Font::IsKerning() const in IsKerning()
519 void Font::SetWeight( FontWeight eWeight ) in SetWeight()
521 DBG_CHKTHIS( Font, NULL ); in SetWeight()
532 void Font::SetWidthType( FontWidth eWidth ) in SetWidthType()
534 DBG_CHKTHIS( Font, NULL ); in SetWidthType()
545 void Font::SetItalic( FontItalic eItalic ) in SetItalic()
547 DBG_CHKTHIS( Font, NULL ); in SetItalic()
558 void Font::SetOutline( sal_Bool bOutline ) in SetOutline()
560 DBG_CHKTHIS( Font, NULL ); in SetOutline()
571 void Font::SetShadow( sal_Bool bShadow ) in SetShadow()
573 DBG_CHKTHIS( Font, NULL ); in SetShadow()
584 void Font::SetUnderline( FontUnderline eUnderline ) in SetUnderline()
586 DBG_CHKTHIS( Font, NULL ); in SetUnderline()
597 void Font::SetOverline( FontUnderline eOverline ) in SetOverline()
599 DBG_CHKTHIS( Font, NULL ); in SetOverline()
610 void Font::SetStrikeout( FontStrikeout eStrikeout ) in SetStrikeout()
612 DBG_CHKTHIS( Font, NULL ); in SetStrikeout()
623 void Font::SetRelief( FontRelief eRelief ) in SetRelief()
625 DBG_CHKTHIS( Font, NULL ); in SetRelief()
636 void Font::SetEmphasisMark( FontEmphasisMark eEmphasisMark ) in SetEmphasisMark()
638 DBG_CHKTHIS( Font, NULL ); in SetEmphasisMark()
649 void Font::SetWordLineMode( sal_Bool bWordLine ) in SetWordLineMode()
651 DBG_CHKTHIS( Font, NULL ); in SetWordLineMode()
662 Font& Font::operator=( const Font& rFont ) in operator =()
664 DBG_CHKTHIS( Font, NULL ); in operator =()
665 DBG_CHKOBJ( &rFont, Font, NULL ); in operator =()
690 sal_Bool Font::operator==( const Font& rFont ) const in operator ==()
692 DBG_CHKTHIS( Font, NULL ); in operator ==()
693 DBG_CHKOBJ( &rFont, Font, NULL ); in operator ==()
705 void Font::Merge( const Font& rFont ) in Merge()
756 void Font::GetFontAttributes( ImplFontAttributes& rAttrs ) const in GetFontAttributes()
857 SvStream& operator>>( SvStream& rIStm, Font& rFont ) in operator >>()
865 SvStream& operator<<( SvStream& rOStm, const Font& rFont ) in operator <<()
873 bool identifyTrueTypeFont( const void* i_pBuffer, sal_uInt32 i_nSize, Font& o_rResult ) in identifyTrueTypeFont()
977 bool identifyType1Font( const char* i_pBuffer, sal_uInt32 i_nSize, Font& o_rResult ) in identifyType1Font()
1063 Font Font::identifyFont( const void* i_pBuffer, sal_uInt32 i_nSize ) in identifyFont()
1065 Font aResult; in identifyFont()
1081 const Color& Font::GetColor() const { return mpImplFont->maColor; } in GetColor()
1082 const Color& Font::GetFillColor() const { return mpImplFont->maFillColor; } in GetFillColor()
1083 sal_Bool Font::IsTransparent() const { return mpImplFont->mbTransparent; } in IsTransparent()
1084 FontAlign Font::GetAlign() const { return mpImplFont->meAlign; } in GetAlign()
1085 const String& Font::GetName() const { return mpImplFont->maFamilyName; } in GetName()
1086 const String& Font::GetStyleName() const { return mpImplFont->maStyleName; } in GetStyleName()
1087 const Size& Font::GetSize() const { return mpImplFont->maSize; } in GetSize()
1088 void Font::SetHeight( long nHeight ) { SetSize( Size( mpImplFont->maSize.Width(), nHeight ) ); } in SetHeight()
1089 long Font::GetHeight() const { return mpImplFont->maSize.Height(); } in GetHeight()
1090 void Font::SetWidth( long nWidth ) { SetSize( Size( nWidth, mpImplFont->maSize.Height() ) ); } in SetWidth()
1091 long Font::GetWidth() const { return mpImplFont->maSize.Width(); } in GetWidth()
1092 rtl_TextEncoding Font::GetCharSet() const { return mpImplFont->meCharSet; } in GetCharSet()
1093 LanguageType Font::GetLanguage() const { return mpImplFont->meLanguage; } in GetLanguage()
1094 LanguageType Font::GetCJKContextLanguage() const { return mpImplFont->meCJKLanguage; } in GetCJKContextLanguage()
1095 short Font::GetOrientation() const { return mpImplFont->mnOrientation; } in GetOrientation()
1096 sal_Bool Font::IsVertical() const { return mpImplFont->mbVertical; } in IsVertical()
1097 FontKerning Font::GetKerning() const { return mpImplFont->mnKerning; } in GetKerning()
1098 FontPitch Font::GetPitch() const { return mpImplFont->GetPitch(); } in GetPitch()
1099 FontWeight Font::GetWeight() const { return mpImplFont->GetWeight(); } in GetWeight()
1100 FontWidth Font::GetWidthType() const { return mpImplFont->GetWidthType(); } in GetWidthType()
1101 FontItalic Font::GetItalic() const { return mpImplFont->GetItalic(); } in GetItalic()
1102 FontFamily Font::GetFamily() const { return mpImplFont->GetFamily(); } in GetFamily()
1103 sal_Bool Font::IsOutline() const { return mpImplFont->mbOutline; } in IsOutline()
1104 sal_Bool Font::IsShadow() const { return mpImplFont->mbShadow; } in IsShadow()
1105 FontRelief Font::GetRelief() const { return mpImplFont->meRelief; } in GetRelief()
1106 FontUnderline Font::GetUnderline() const { return mpImplFont->meUnderline; } in GetUnderline()
1107 FontUnderline Font::GetOverline() const { return mpImplFont->meOverline; } in GetOverline()
1108 FontStrikeout Font::GetStrikeout() const { return mpImplFont->meStrikeout; } in GetStrikeout()
1109 FontEmphasisMark Font::GetEmphasisMark() const { return mpImplFont->meEmphasisMark; } in GetEmphasisMark()
1110 sal_Bool Font::IsWordLineMode() const { return mpImplFont->mbWordLine; } in IsWordLineMode()
1111 sal_Bool Font::IsSameInstance( const Font& rFont ) const { return (mpImplFont == rFont.mpImplFont);… in IsSameInstance()