Searched defs:CellAnchorModel (Results 1 – 2 of 2) sorted by relevance
54 struct CellAnchorModel struct56 sal_Int32 mnCol; /// Column index.57 sal_Int32 mnRow; /// Row index.58 sal_Int64 mnColOffset; /// X offset inside the column.59 sal_Int64 mnRowOffset; /// Y offset inside the row.62 inline bool isValid() const { return (mnCol >= 0) && (mnRow >= 0); } in isValid()
73 CellAnchorModel::CellAnchorModel() : in CellAnchorModel() function in oox::xls::CellAnchorModel
Completed in 7 milliseconds