Home
last modified time | relevance | path

Searched refs:nMaxColumns (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/svx/source/table/
H A Dcellrange.cxx109 const sal_Int32 nMaxColumns = (mnRight == -1) ? mxTable->getColumnCount() : mnLeft; in getCellRangeByPosition() local
111 if( (nLeft < nMaxColumns) && (nRight < nMaxColumns) && (nTop < nMaxRows) && (nBottom < nMaxRows) ) in getCellRangeByPosition()

Completed in 7 milliseconds