Searched refs:mfFontWeight (Results 1 – 1 of 1) sorted by relevance
1016 float mfFontWeight; member in sd::FontStylePropertyBox1051 mpMenu->CheckItem( CM_BOLD, mfFontWeight == awt::FontWeight::BOLD ); in update()1057 aFont.SetWeight( mfFontWeight == awt::FontWeight::BOLD ? WEIGHT_BOLD : WEIGHT_NORMAL ); in update()1071 if( mfFontWeight == awt::FontWeight::BOLD ) in IMPL_LINK()1072 mfFontWeight = awt::FontWeight::NORMAL; in IMPL_LINK()1074 mfFontWeight = awt::FontWeight::BOLD; in IMPL_LINK()1105 aValues[0] >>= mfFontWeight; in setValue()1117 aValues[0] <<= mfFontWeight; in getValue()
Completed in 31 milliseconds