Home
last modified time | relevance | path

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

/aoo4110/main/oox/inc/oox/xls/
H A Ddrawingbase.hxx54 struct CellAnchorModel struct
56 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()
/aoo4110/main/oox/source/xls/
H A Ddrawingbase.cxx73 CellAnchorModel::CellAnchorModel() : in CellAnchorModel() function in oox::xls::CellAnchorModel

Completed in 22 milliseconds