Lines Matching refs:mnLeft
92 mnRight = mnLeft; in gotoStart()
100 mnLeft = mnRight; in gotoEnd()
129 mnLeft = mnRight; in gotoNext()
139 if( mnLeft > 0 ) in gotoPrevious()
141 --mnLeft; in gotoPrevious()
146 mnLeft = mxTable->getColumnCount() - 1; in gotoPrevious()
150 mnRight = mnLeft; in gotoPrevious()
160 const sal_Int32 nLeft = mnLeft + nColumnOffset; in gotoOffset()
162 mnRight = mnLeft = nLeft; in gotoOffset()
178 rStart.mnCol = mnLeft; rStart.mnRow = mnTop; in GetMergedSelection()
182 if( mxTable.is() && ((mnLeft != mnRight) || (mnTop != mnBottom)) ) try in GetMergedSelection()
184 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( mnLeft, mnTop ).get() ) ); in GetMergedSelection()
188 findMergeOrigin( mxTable, mnLeft, mnTop, rStart.mnCol, rStart.mnRow ); in GetMergedSelection()
400 for( sal_Int32 nCol = mnRight; nCol >= mnLeft; --nCol ) in split_horizontal()
413 for( nCol = mnLeft; nCol <= mnRight; ++nCol ) in split_row()
461 if( (nCol >= mnLeft) && (nCol <= mnRight) ) in split_row()
574 for( sal_Int32 nCol = mnLeft; nCol <= mnRight; nCol++ ) in isUnmergeable()