Searched refs:aRgDesc (Results 1 – 2 of 2) sorted by relevance
3620 aRgDesc(rDesc), in SwXCellRange()3626 aRgDesc.Normalize(); in SwXCellRange()3647 aRgDesc.nLeft + nColumn, aRgDesc.nTop + nRow); in getCellByPosition()3672 aNewDesc.nTop = nTop + aRgDesc.nTop; in getCellRangeByPosition()3673 aNewDesc.nBottom = nBottom + aRgDesc.nTop; in getCellRangeByPosition()3674 aNewDesc.nLeft = nLeft + aRgDesc.nLeft; in getCellRangeByPosition()3675 aNewDesc.nRight = nRight + aRgDesc.nLeft; in getCellRangeByPosition()3727 return getCellRangeByPosition(aDesc.nLeft - aRgDesc.nLeft, aDesc.nTop - aRgDesc.nTop, in getCellRangeByName()3728 aDesc.nRight - aRgDesc.nLeft, aDesc.nBottom - aRgDesc.nTop); in getCellRangeByName()4508 return static_cast< sal_uInt16 >(aRgDesc.nRight - aRgDesc.nLeft + 1); in getColumnCount()[all …]
441 SwRangeDescriptor aRgDesc; member in SwXCellRange
Completed in 49 milliseconds