Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1016 float mfFontWeight; member in sd::FontStylePropertyBox
1051 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 16 milliseconds