Lines Matching refs:mnRight
92 mnRight = mnLeft; in gotoStart()
100 mnLeft = mnRight; in gotoEnd()
110 mnRight++; in gotoNext()
111 if( mnRight >= mxTable->getColumnCount() ) in gotoNext()
119 mnRight--; in gotoNext()
124 mnRight = 0; in gotoNext()
129 mnLeft = mnRight; in gotoNext()
150 mnRight = mnLeft; in gotoPrevious()
162 mnRight = mnLeft = nLeft; in gotoOffset()
179 rEnd.mnCol = mnRight; rEnd.mnRow = mnBottom; in GetMergedSelection()
182 if( mxTable.is() && ((mnLeft != mnRight) || (mnTop != mnBottom)) ) try in GetMergedSelection()
191 xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( mnRight, mnBottom ).get() ) ); in GetMergedSelection()
196 findMergeOrigin( mxTable, mnRight, mnBottom, rEnd.mnCol, rEnd.mnRow ); in GetMergedSelection()
317 mnRight += nNewCols; in split_column()
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()