Searched refs:eFontSlant (Results 1 – 3 of 3) sorted by relevance
226 awt::FontSlant eFontSlant; in extractValue() local227 if( (rSourceAny >>= eFontSlant) ) in extractValue()229 o_rValue = sal::static_int_cast<sal_Int16>(eFontSlant); in extractValue()
1523 ::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()
3517 awt::FontSlant eFontSlant; in CreateCustomShapeProperties() local3518 if ( aAny >>= eFontSlant ) in CreateCustomShapeProperties()3521 if ( eFontSlant != awt::FontSlant_NONE ) in CreateCustomShapeProperties()
Completed in 82 milliseconds