Lines Matching refs:Font
64 SvxFont::SvxFont( const Font &rFont ) in SvxFont()
65 : Font( rFont ) in SvxFont()
78 : Font( rFont ) in SvxFont()
364 const Font& rCurrentFont = pOut->GetFont(); in SetPhysFont()
372 Font aNewFont( *this ); in SetPhysFont()
385 Font SvxFont::ChgPhysFont( OutputDevice *pOut ) const in ChgPhysFont()
387 Font aOldFont( pOut->GetFont() ); in ChgPhysFont()
494 Font aOldFont( ChgPhysFont((OutputDevice *)pOut) ); in GetTxtSize()
523 Font aOldFont( ChgPhysFont( pOut ) ); in DrawText()
617 Font aOldFont( ChgPhysFont( pOut ) ); in DrawPrev()
618 Font aOldPrnFont( ChgPhysFont( pPrinter ) ); in DrawPrev()
655 SvxFont& SvxFont::operator=( const Font& rFont ) in operator =()
657 Font::operator=( rFont ); in operator =()
663 Font::operator=( rFont ); in operator =()