Lines Matching refs:SvxFont

56 SvxFont::SvxFont()  in SvxFont()  function in SvxFont
64 SvxFont::SvxFont( const Font &rFont ) in SvxFont() function in SvxFont
77 SvxFont::SvxFont( const SvxFont &rFont ) in SvxFont() function in SvxFont
91 void SvxFont::DrawArrow( OutputDevice &rOut, const Rectangle& rRect, in DrawArrow()
131 XubString SvxFont::CalcCaseMap( const XubString &rTxt ) const in CalcCaseMap()
240 void SvxFont::DoOnCapitals(SvxDoCapitals &rDo, const xub_StrLen nPartLen) const in DoOnCapitals()
362 void SvxFont::SetPhysFont( OutputDevice *pOut ) const in SetPhysFont()
385 Font SvxFont::ChgPhysFont( OutputDevice *pOut ) const in ChgPhysFont()
396 Size SvxFont::GetPhysTxtSize( const OutputDevice *pOut, const XubString &rTxt, in GetPhysTxtSize()
436 Size SvxFont::GetPhysTxtSize( const OutputDevice *pOut, const XubString &rTxt ) in GetPhysTxtSize()
454 Size SvxFont::QuickGetTextSize( const OutputDevice *pOut, const XubString &rTxt, in QuickGetTextSize()
488 Size SvxFont::GetTxtSize( const OutputDevice *pOut, const XubString &rTxt, in GetTxtSize()
509 void SvxFont::DrawText( OutputDevice *pOut, in DrawText()
540 void SvxFont::QuickDrawText( OutputDevice *pOut, in QuickDrawText()
593 void SvxFont::DrawPrev( OutputDevice *pOut, Printer* pPrinter, in DrawPrev()
655 SvxFont& SvxFont::operator=( const Font& rFont ) in operator =()
661 SvxFont& SvxFont::operator=( const SvxFont& rFont ) in operator =()
682 SvxFont* pFont;
686 SvxDoGetCapitalSize( SvxFont *_pFnt, const OutputDevice *_pOut, in SvxDoGetCapitalSize()
729 Size SvxFont::GetCapitalSize( const OutputDevice *pOut, const XubString &rTxt, in GetCapitalSize()
733 SvxDoGetCapitalSize aDo( (SvxFont *)this, pOut, rTxt, nIdx, nLen, nKern ); in GetCapitalSize()
754 SvxFont *pFont;
759 SvxDoDrawCapital( SvxFont *pFnt, OutputDevice *_pOut, const XubString &_rTxt, in SvxDoDrawCapital()
843 void SvxFont::DrawCapital( OutputDevice *pOut, in DrawCapital()
847 SvxDoDrawCapital aDo( (SvxFont *)this,pOut,rTxt,nIdx,nLen,rPos,nKern ); in DrawCapital()