Lines Matching refs:nLeft

539     if (nLeft > nRight)  in Normalize()
541 sal_Int32 nTmp = nLeft; in Normalize()
542 nLeft = nRight; in Normalize()
2427 uno::Reference< table::XCellRange > SwXTextTable::getCellRangeByPosition(sal_Int32 nLeft, sal_Int3… in getCellRangeByPosition() argument
2435 nLeft <= nRight && nTop <= nBottom && in getCellRangeByPosition()
2436 nLeft >= 0 && nRight >= 0 && nTop >= 0 && nBottom >= 0 ) in getCellRangeByPosition()
2444 aDesc.nLeft = nLeft; in getCellRangeByPosition()
2446 String sTLName = lcl_GetCellName(aDesc.nLeft, aDesc.nTop); in getCellRangeByPosition()
2477 aDesc.nTop = aDesc.nLeft = aDesc.nBottom = aDesc.nRight = -1; in getCellRangeByName()
2478 lcl_GetCellPosition(sTLName, aDesc.nLeft, aDesc.nTop ); in getCellRangeByName()
3647 aRgDesc.nLeft + nColumn, aRgDesc.nTop + nRow); in getCellByPosition()
3658 sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom) in getCellRangeByPosition() argument
3665 nLeft <= nRight && nTop <= nBottom in getCellRangeByPosition()
3666 && nLeft >= 0 && nRight >= 0 && nTop >= 0 && nBottom >= 0 ) in getCellRangeByPosition()
3674 aNewDesc.nLeft = nLeft + aRgDesc.nLeft; in getCellRangeByPosition()
3675 aNewDesc.nRight = nRight + aRgDesc.nLeft; in getCellRangeByPosition()
3677 String sTLName = lcl_GetCellName(aNewDesc.nLeft, aNewDesc.nTop); in getCellRangeByPosition()
3723 aDesc.nTop = aDesc.nLeft = aDesc.nBottom = aDesc.nRight = -1; in getCellRangeByName()
3724 lcl_GetCellPosition( sTLName, aDesc.nLeft, aDesc.nTop ); in getCellRangeByName()
3727 return getCellRangeByPosition(aDesc.nLeft - aRgDesc.nLeft, aDesc.nTop - aRgDesc.nTop, in getCellRangeByName()
3728 aDesc.nRight - aRgDesc.nLeft, aDesc.nBottom - aRgDesc.nTop); in getCellRangeByName()
4010 aRgDesc.nLeft + nCol, in GetDataSequence()
4131 aRgDesc.nLeft + nCol, in getDataArray()
4199 aRgDesc.nLeft + nCol, in setDataArray()
4508 return static_cast< sal_uInt16 >(aRgDesc.nRight - aRgDesc.nLeft + 1); in getColumnCount()