Searched refs:rCurrentFont (Results 1 – 2 of 2) sorted by relevance
59 void UpdateFont( const ::com::sun::star::awt::FontDescriptor& rCurrentFont );164 void SvxFontSizeBox_Impl::UpdateFont( const ::com::sun::star::awt::FontDescriptor& rCurrentFont ) in UpdateFont() argument172 if ( rCurrentFont.Name.getLength() > 0 ) in UpdateFont()175 _aFontInfo.SetName( rCurrentFont.Name ); in UpdateFont()176 _aFontInfo.SetStyleName( rCurrentFont.StyleName ); in UpdateFont()177 _aFontInfo.SetHeight( rCurrentFont.Height ); in UpdateFont()
364 const Font& rCurrentFont = pOut->GetFont(); in SetPhysFont() local367 if ( !rCurrentFont.IsSameInstance( *this ) ) in SetPhysFont()376 if ( !rCurrentFont.IsSameInstance( aNewFont ) ) in SetPhysFont()
Completed in 30 milliseconds