Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx496 style::VerticalAlignment eAwtAlign = style::VerticalAlignment_MIDDLE; in setVerticalAlignment() local
499 case excel::Constants::xlTop: eAwtAlign = style::VerticalAlignment_TOP; break; in setVerticalAlignment()
500 case excel::Constants::xlBottom: eAwtAlign = style::VerticalAlignment_BOTTOM; break; in setVerticalAlignment()
501 case excel::Constants::xlCenter: eAwtAlign = style::VerticalAlignment_MIDDLE; break; in setVerticalAlignment()
503 mxControlProps->setPropertyValue( CREATE_OUSTRING( "VerticalAlign" ), uno::Any( eAwtAlign ) ); in setVerticalAlignment()

Completed in 16 milliseconds