Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1017 awt::FontSlant meFontSlant; member in sd::FontStylePropertyBox
1052 mpMenu->CheckItem( CM_ITALIC, meFontSlant == awt::FontSlant_ITALIC); in update()
1058 aFont.SetItalic( meFontSlant == awt::FontSlant_ITALIC ? ITALIC_NORMAL : ITALIC_NONE ); in update()
1077 if( meFontSlant == awt::FontSlant_ITALIC ) in IMPL_LINK()
1078 meFontSlant = awt::FontSlant_NONE; in IMPL_LINK()
1080 meFontSlant = awt::FontSlant_ITALIC; in IMPL_LINK()
1106 aValues[1] >>= meFontSlant; in setValue()
1118 aValues[1] <<= meFontSlant; in getValue()

Completed in 17 milliseconds