LibreOffice Module sc (master) 1
|
Position in spreadsheet (cell position and offset inside cell). More...
#include <drawingbase.hxx>
Public Member Functions | |
CellAnchorModel () | |
Y offset inside the row. More... | |
bool | isValid () const |
Public Attributes | |
sal_Int32 | mnCol |
sal_Int32 | mnRow |
Column index. More... | |
sal_Int64 | mnColOffset |
Row index. More... | |
sal_Int64 | mnRowOffset |
X offset inside the column. More... | |
Position in spreadsheet (cell position and offset inside cell).
Definition at line 44 of file drawingbase.hxx.
|
explicit |
Y offset inside the row.
Definition at line 51 of file drawingbase.cxx.
|
inline |
Definition at line 52 of file drawingbase.hxx.
Referenced by oox::xls::ShapeAnchor::calcAnchorRectEmu().
sal_Int32 oox::xls::CellAnchorModel::mnCol |
Definition at line 46 of file drawingbase.hxx.
Referenced by oox::xls::ShapeAnchor::calcAnchorRectEmu(), oox::xls::ShapeAnchor::calcCellAnchorEmu(), oox::xls::ShapeAnchor::importVmlAnchor(), oox::xls::ShapeAnchor::isAnchorValid(), isValid(), and oox::xls::ShapeAnchor::setCellPos().
sal_Int64 oox::xls::CellAnchorModel::mnColOffset |
Row index.
Definition at line 48 of file drawingbase.hxx.
Referenced by oox::xls::ShapeAnchor::calcCellAnchorEmu(), oox::xls::ShapeAnchor::importVmlAnchor(), oox::xls::ShapeAnchor::isAnchorValid(), and oox::xls::ShapeAnchor::setCellPos().
sal_Int32 oox::xls::CellAnchorModel::mnRow |
Column index.
Definition at line 47 of file drawingbase.hxx.
Referenced by oox::xls::ShapeAnchor::calcAnchorRectEmu(), oox::xls::ShapeAnchor::calcCellAnchorEmu(), oox::xls::ShapeAnchor::importVmlAnchor(), oox::xls::ShapeAnchor::isAnchorValid(), isValid(), and oox::xls::ShapeAnchor::setCellPos().
sal_Int64 oox::xls::CellAnchorModel::mnRowOffset |
X offset inside the column.
Definition at line 49 of file drawingbase.hxx.
Referenced by oox::xls::ShapeAnchor::calcCellAnchorEmu(), oox::xls::ShapeAnchor::importVmlAnchor(), oox::xls::ShapeAnchor::isAnchorValid(), and oox::xls::ShapeAnchor::setCellPos().