Searched refs:GetCellAcc (Results 1 – 2 of 2) sorted by relevance
145 Cell& ArrayImpl::GetCellAcc( size_t nCol, size_t nRow ) in GetCellAcc() function in svx::frame::ArrayImpl186 return GetCellAcc( GetMergedFirstCol( nCol, nRow ), GetMergedFirstRow( nCol, nRow ) ); in GetMergedOriginCellAcc()342 #define CELLACC( col, row ) mxImpl->GetCellAcc( col, row )
93 Cell& GetCellAcc( size_t nCol, size_t nRow );
Completed in 13 milliseconds