Lines Matching refs:nBottom

253     rDesc.nTop = rDesc.nLeft = rDesc.nBottom = rDesc.nRight = -1;  in FillRangeDescriptor()
255 lcl_GetCellPosition( aBRName, rDesc.nRight, rDesc.nBottom ); in FillRangeDescriptor()
259 rDesc.nBottom != -1 && in FillRangeDescriptor()
262 DBG_ASSERT( rDesc.nTop <= rDesc.nBottom && rDesc.nLeft <= rDesc.nRight, in FillRangeDescriptor()
707 aDesc.nBottom -= 1; in Impl_createDataSource()
710 String aNewEndCell( lcl_GetCellName( aDesc.nRight, aDesc.nBottom ) ); in Impl_createDataSource()
911 aLabelDesc.nBottom = aLabelDesc.nTop; in Impl_createDataSource()
916 aDataDesc.nBottom = aDataDesc.nTop + aDataLen[oi] - 1; in Impl_createDataSource()
923 aLabelDesc.nBottom = oi; in Impl_createDataSource()
928 aDataDesc.nBottom = oi; in Impl_createDataSource()
940 aLabelRange += lcl_GetCellName( aLabelDesc.nRight, aLabelDesc.nBottom ); in Impl_createDataSource()
949 aDataRange += lcl_GetCellName( aDataDesc.nRight, aDataDesc.nBottom ); in Impl_createDataSource()
1471 if (aDesc.nTop != aDesc.nBottom && aDesc.nLeft != aDesc.nRight) in Impl_createDataSequenceByRangeRepresentation()
1819 if (aDesc.nTop == aDesc.nBottom && aDesc.nLeft != aDesc.nRight) in AddRowCols()
2229 sal_Int32 nRowSpan = aDesc.nBottom - aDesc.nTop + 1; in generateLabel()
2827 if (bExtendCol && aDesc.nBottom + 1 == nFirstNew) in ExtendTo()
2833 aNewEndCell = lcl_GetCellName(aDesc.nRight, aDesc.nBottom + nCount); in ExtendTo()
2842 aNewEndCell = lcl_GetCellName(aDesc.nRight, aDesc.nBottom); in ExtendTo()
2849 DBG_ASSERT( aDesc.nTop == aDesc.nBottom, "data-sequence is not a row" ); in ExtendTo()
2851 aNewEndCell = lcl_GetCellName(aDesc.nRight + nCount, aDesc.nBottom); in ExtendTo()
2858 DBG_ASSERT( aDesc.nTop == aDesc.nBottom, "data-sequence is not a row" ); in ExtendTo()
2860 aNewEndCell = lcl_GetCellName(aDesc.nRight, aDesc.nBottom); in ExtendTo()