LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::CellAnchorModel Struct Reference

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...
 

Detailed Description

Position in spreadsheet (cell position and offset inside cell).

Definition at line 44 of file drawingbase.hxx.

Constructor & Destructor Documentation

◆ CellAnchorModel()

oox::xls::CellAnchorModel::CellAnchorModel ( )
explicit

Y offset inside the row.

Definition at line 51 of file drawingbase.cxx.

Member Function Documentation

◆ isValid()

bool oox::xls::CellAnchorModel::isValid ( ) const
inline

Definition at line 52 of file drawingbase.hxx.

References mnCol, and mnRow.

Referenced by oox::xls::ShapeAnchor::calcAnchorRectEmu().

Member Data Documentation

◆ mnCol

sal_Int32 oox::xls::CellAnchorModel::mnCol

◆ mnColOffset

sal_Int64 oox::xls::CellAnchorModel::mnColOffset

◆ mnRow

sal_Int32 oox::xls::CellAnchorModel::mnRow

◆ mnRowOffset

sal_Int64 oox::xls::CellAnchorModel::mnRowOffset

The documentation for this struct was generated from the following files: