Searched refs:nMaxColumns (Results 1 – 1 of 1) sorted by relevance
109 const sal_Int32 nMaxColumns = (mnRight == -1) ? mxTable->getColumnCount() : mnLeft; in getCellRangeByPosition() local111 if( (nLeft < nMaxColumns) && (nRight < nMaxColumns) && (nTop < nMaxRows) && (nBottom < nMaxRows) ) in getCellRangeByPosition()
Completed in 6 milliseconds