Home
last modified time | relevance | path

Searched refs:rImplFont (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dfont.cxx81 Impl_Font::Impl_Font( const Impl_Font& rImplFont ) in Impl_Font() argument
82 : maFamilyName( rImplFont.maFamilyName ), in Impl_Font()
83 maStyleName( rImplFont.maStyleName ), in Impl_Font()
84 maSize( rImplFont.maSize ), in Impl_Font()
85 maColor( rImplFont.maColor ), in Impl_Font()
86 maFillColor( rImplFont.maFillColor ) in Impl_Font()
89 meCharSet = rImplFont.meCharSet; in Impl_Font()
90 meLanguage = rImplFont.meLanguage; in Impl_Font()
91 meCJKLanguage = rImplFont.meCJKLanguage; in Impl_Font()
92 meFamily = rImplFont.meFamily; in Impl_Font()
[all …]
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx94 void setFont( const SvxFont& rNewFont, SvxFont& rImplFont ) in setFont() argument
96 rImplFont = rNewFont; in setFont()
97 rImplFont.SetTransparent( sal_True ); in setFont()
98 rImplFont.SetAlign( ALIGN_BASELINE ); in setFont()