LibreOffice Module sc (master)
1
|
Contains all XML cell alignment attributes, e.g. More...
#include <stylesbuffer.hxx>
Public Member Functions | |
AlignmentModel () | |
True = justify last line in block text. More... | |
void | setBiffHorAlign (sal_uInt8 nHorAlign) |
Sets horizontal alignment from the passed BIFF data. More... | |
void | setBiffVerAlign (sal_uInt8 nVerAlign) |
Sets vertical alignment from the passed BIFF data. More... | |
Public Attributes | |
sal_Int32 | mnHorAlign |
sal_Int32 | mnVerAlign |
Horizontal alignment. More... | |
sal_Int32 | mnTextDir |
Vertical alignment. More... | |
sal_Int32 | mnRotation |
CTL text direction. More... | |
sal_Int32 | mnIndent |
Text rotation angle. More... | |
bool | mbWrapText |
Indentation. More... | |
bool | mbShrink |
True = multi-line text. More... | |
bool | mbJustLastLine |
True = shrink to fit cell size. More... | |
Contains all XML cell alignment attributes, e.g.
from an alignment element.
Definition at line 266 of file stylesbuffer.hxx.
|
explicit |
True = justify last line in block text.
Definition at line 1056 of file stylesbuffer.cxx.
Sets horizontal alignment from the passed BIFF data.
Definition at line 1068 of file stylesbuffer.cxx.
References mnHorAlign, and STATIC_ARRAY_SELECT.
Referenced by oox::xls::Alignment::setBiff12Data().
Sets vertical alignment from the passed BIFF data.
Definition at line 1076 of file stylesbuffer.cxx.
References mnVerAlign, and STATIC_ARRAY_SELECT.
Referenced by oox::xls::Alignment::setBiff12Data().
bool oox::xls::AlignmentModel::mbJustLastLine |
True = shrink to fit cell size.
Definition at line 275 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::importAlignment(), and oox::xls::Alignment::setBiff12Data().
bool oox::xls::AlignmentModel::mbShrink |
True = multi-line text.
Definition at line 274 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::importAlignment(), and oox::xls::Alignment::setBiff12Data().
bool oox::xls::AlignmentModel::mbWrapText |
Indentation.
Definition at line 273 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::importAlignment(), and oox::xls::Alignment::setBiff12Data().
sal_Int32 oox::xls::AlignmentModel::mnHorAlign |
Definition at line 268 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::importAlignment(), setBiffHorAlign(), and oox::xls::SheetDataBuffer::setCellFormat().
sal_Int32 oox::xls::AlignmentModel::mnIndent |
Text rotation angle.
Definition at line 272 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::importAlignment(), and oox::xls::Alignment::setBiff12Data().
sal_Int32 oox::xls::AlignmentModel::mnRotation |
CTL text direction.
Definition at line 271 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::importAlignment(), and oox::xls::Alignment::setBiff12Data().
sal_Int32 oox::xls::AlignmentModel::mnTextDir |
Vertical alignment.
Definition at line 270 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::importAlignment(), and oox::xls::Alignment::setBiff12Data().
sal_Int32 oox::xls::AlignmentModel::mnVerAlign |
Horizontal alignment.
Definition at line 269 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::importAlignment(), and setBiffVerAlign().