Searched refs:SwSubFont (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/inc/ |
H A D | swfont.hxx | 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() 417 inline void SwSubFont::SetName( const XubString& rName ) in SetName() 456 inline void SwSubFont::SetPitch( const FontPitch ePitch ) in SetPitch() 470 inline void SwSubFont::SetAlign( const FontAlign eAlign ) in SetAlign() 664 inline void SwSubFont::SetRelief( const FontRelief eNew ) in SetRelief() [all …]
|
H A D | fntcache.hxx | 38 class SwSubFont; 105 SwFntObj( const SwSubFont &rFont, const void* pOwner,
|
/trunk/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 208 sal_uInt16 SwSubFont::CalcEscAscent( const sal_uInt16 nOldAscent ) const in CalcEscAscent() 570 SwSubFont& SwSubFont::operator=( const SwSubFont &rFont ) in operator =() 622 sal_Bool SwSubFont::IsSymbol( ViewShell *pSh ) in IsSymbol() 632 sal_Bool SwSubFont::ChgFnt( ViewShell *pSh, OutputDevice& rOut ) in ChgFnt() 687 sal_uInt16 SwSubFont::CalcEscHeight( const sal_uInt16 nOldHeight, in CalcEscHeight() 702 short SwSubFont::_CheckKerning( ) in _CheckKerning() 745 Size SwSubFont::_GetTxtSize( SwDrawTextInfo& rInf ) in _GetTxtSize() 848 void SwSubFont::_DrawText( SwDrawTextInfo &rInf, const sal_Bool bGrey ) in _DrawText() 981 void SwSubFont::_DrawStretchText( SwDrawTextInfo &rInf ) in _DrawStretchText() 1066 xub_StrLen SwSubFont::_GetCrsrOfst( SwDrawTextInfo& rInf ) in _GetCrsrOfst() [all …]
|
H A D | fntcap.cxx | 171 Size SwSubFont::GetCapitalSize( SwDrawTextInfo& rInf ) in GetCapitalSize() 371 void SwSubFont::DrawCapital( SwDrawTextInfo &rInf ) in DrawCapital() 451 xub_StrLen SwSubFont::GetCapitalCrsrOfst( SwDrawTextInfo& rInf ) in GetCapitalCrsrOfst() 533 void SwSubFont::DrawStretchCapital( SwDrawTextInfo &rInf ) in DrawStretchCapital() 561 void SwSubFont::DoOnCapitals( SwDoCapitals &rDo ) in DoOnCapitals() 596 SwSubFont aFont( *this ); in DoOnCapitals()
|
H A D | fntcache.cxx | 131 SwFntObj::SwFntObj( const SwSubFont &rFont, const void *pOwn, ViewShell *pSh ) : in SwFntObj() 2372 ((SwSubFont*)pOwn)->GetPropWidth() ) in SwFntAccess() 2384 ((SwSubFont*)pOwn)->GetPropWidth() && in SwFntAccess() 2396 ((SwSubFont*)pOwn)->GetPropWidth() ) ) in SwFntAccess() 2439 return new SwFntObj( *(SwSubFont *)pOwner, ++pMagicNo, pShell ); in NewObj()
|
Completed in 39 milliseconds