Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx3517 awt::FontSlant eFontSlant; in CreateCustomShapeProperties() local
3518 if ( aAny >>= eFontSlant ) in CreateCustomShapeProperties()
3521 if ( eFontSlant != awt::FontSlant_NONE ) in CreateCustomShapeProperties()

Completed in 60 milliseconds