Home
last modified time | relevance | path

Searched refs:nMidCol (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/oox/source/xls/
H A Dworksheethelper.cxx690 sal_Int32 nMidCol, nMidRow; in getCellAddressFromPosition() local
691 …bool bLoopCols = lclPrepareInterval( nBegCol, nMidCol, nEndCol, aBegPos.X, aEndPos.X, rPosition.X … in getCellAddressFromPosition()
693 Point aMidPos = getCellPosition( nMidCol, nMidRow ); in getCellAddressFromPosition()
700 …bLoopCols = bLoopCols && lclUpdateInterval( nBegCol, nMidCol, nEndCol, aBegPos.X, aMidPos.X, aEndP… in getCellAddressFromPosition()
702 aMidPos = getCellPosition( nMidCol, nMidRow ); in getCellAddressFromPosition()
708 if( aMidPos.X > rPosition.X ) --nMidCol; in getCellAddressFromPosition()
710 return CellAddress( getSheetIndex(), nMidCol, nMidRow ); in getCellAddressFromPosition()

Completed in 18 milliseconds