Lines Matching refs:mnBottom
93 mnBottom = mnTop; in gotoStart()
101 mnTop = mnBottom; in gotoEnd()
130 mnTop = mnBottom; in gotoNext()
151 mnBottom = mnTop; in gotoPrevious()
166 mnTop = mnBottom = nTop; 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()
297 for( nRow = mnTop; nRow <= mnBottom; ++nRow ) in split_column()
345 if( (nRow >= mnTop) && (nRow <= mnBottom) ) in split_column()
433 mnBottom += nNewRows; in split_row()
516 for( sal_Int32 nRow = mnBottom; nRow >= mnTop; --nRow ) in split_vertical()
572 for( sal_Int32 nRow = mnTop; nRow <= mnBottom; nRow++ ) in isUnmergeable()