Home
last modified time | relevance | path

Searched defs:AlignmentModel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx335 struct AlignmentModel struct
337 sal_Int32 mnHorAlign; /// Horizontal alignment.
338 sal_Int32 mnVerAlign; /// Vertical alignment.
339 sal_Int32 mnTextDir; /// CTL text direction.
340 sal_Int32 mnRotation; /// Text rotation angle.
341 sal_Int32 mnIndent; /// Indentation.
342 bool mbWrapText; /// True = multi-line text.
343 bool mbShrink; /// True = shrink to fit cell size.
344 bool mbJustLastLine; /// True = justify last line in block text.
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1220 AlignmentModel::AlignmentModel() : in AlignmentModel() function in oox::xls::AlignmentModel

Completed in 44 milliseconds