Searched refs:SwSubFont (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/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() 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() [all …]
|
| H A D | fntcache.hxx | 38 class SwSubFont; 105 SwFntObj( const SwSubFont &rFont, const void* pOwner,
|
| /AOO42X/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() 715 sal_uInt16 SwSubFont::GetAscent( ViewShell *pSh, const OutputDevice& rOut ) in GetAscent() 729 sal_uInt16 SwSubFont::GetHeight( ViewShell *pSh, const OutputDevice& rOut ) in GetHeight() 745 Size SwSubFont::_GetTxtSize( SwDrawTextInfo& rInf ) in _GetTxtSize() 848 void SwSubFont::_DrawText( SwDrawTextInfo &rInf, const sal_Bool bGrey ) in _DrawText() [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()
|