Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/
H A Dtools.cxx226 awt::FontSlant eFontSlant; in extractValue() local
227 if( (rSourceAny >>= eFontSlant) ) in extractValue()
229 o_rValue = sal::static_int_cast<sal_Int16>(eFontSlant); in extractValue()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1523 ::com::sun::star::awt::FontSlant eFontSlant; in convertAnimateValue()
1524 if ( rSourceValue >>= eFontSlant ) in convertAnimateValue()
1526 if ( eFontSlant == com::sun::star::awt::FontSlant_ITALIC ) in convertAnimateValue()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3528 awt::FontSlant eFontSlant; in CreateCustomShapeProperties() local
3529 if ( aAny >>= eFontSlant ) in CreateCustomShapeProperties()
3532 if ( eFontSlant != awt::FontSlant_NONE ) in CreateCustomShapeProperties()

Completed in 132 milliseconds