Searched refs:nMidRow (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 690 sal_Int32 nMidCol, nMidRow; in getCellAddressFromPosition() local 692 …bool bLoopRows = lclPrepareInterval( nBegRow, nMidRow, nEndRow, aBegPos.Y, aEndPos.Y, rPosition.Y … in getCellAddressFromPosition() 693 Point aMidPos = getCellPosition( nMidCol, nMidRow ); in getCellAddressFromPosition() 701 …bLoopRows = bLoopRows && lclUpdateInterval( nBegRow, nMidRow, nEndRow, aBegPos.Y, aMidPos.Y, aEndP… in getCellAddressFromPosition() 702 aMidPos = getCellPosition( nMidCol, nMidRow ); in getCellAddressFromPosition() 709 if( aMidPos.Y > rPosition.Y ) --nMidRow; in getCellAddressFromPosition() 710 return CellAddress( getSheetIndex(), nMidCol, nMidRow ); in getCellAddressFromPosition()
|
Completed in 19 milliseconds