Lines Matching refs:mnTop
93 mnBottom = mnTop; in gotoStart()
101 mnTop = mnBottom; in gotoEnd()
114 mnTop++; in gotoNext()
115 if( mnTop >= mxTable->getRowCount() ) in gotoNext()
118 mnTop--; in gotoNext()
130 mnTop = mnBottom; in gotoNext()
143 else if( mnTop > 0 ) in gotoPrevious()
145 --mnTop; in gotoPrevious()
151 mnBottom = mnTop; in gotoPrevious()
164 const sal_Int32 nTop = mnTop + nRowOffset; in gotoOffset()
166 mnTop = mnBottom = nTop; 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()
297 for( nRow = mnTop; nRow <= mnBottom; ++nRow ) in split_column()
345 if( (nRow >= mnTop) && (nRow <= mnBottom) ) in split_column()
516 for( sal_Int32 nRow = mnBottom; nRow >= mnTop; --nRow ) in split_vertical()
572 for( sal_Int32 nRow = mnTop; nRow <= mnBottom; nRow++ ) in isUnmergeable()