Lines Matching refs:nEndRow

770                 sal_Int32 nStartRow, nStartCol, nEndRow, nEndCol;  in Impl_createDataSource()  local
772 lcl_GetCellPosition( aEndCell, nEndCol, nEndRow ); in Impl_createDataSource()
773 DBG_ASSERT( nStartRow <= nEndRow && nStartCol <= nEndCol, in Impl_createDataSource()
777 if( nStartRow < 0 || nEndRow >= nRows || in Impl_createDataSource()
782 for (sal_Int32 k1 = nStartRow; k1 <= nEndRow; ++k1) in Impl_createDataSource()
1072 sal_Int32 nStartCol = -1, nStartRow = -1, nEndCol = -1, nEndRow = -1; in GetBrokenCellRangeForExport() local
1074 lcl_GetCellPosition( aEndCell, nEndCol, nEndRow ); in GetBrokenCellRangeForExport()
1078 ++nEndRow; in GetBrokenCellRangeForExport()
1080 aEndCell = lcl_GetCellName( nEndCol, nEndRow ); in GetBrokenCellRangeForExport()
1245 sal_Int32 nStartCol = -1, nStartRow = -1, nEndCol = -1, nEndRow = -1; in detectArguments() local
1247 lcl_GetCellPosition( aLabelEndCell, nEndCol, nEndRow ); in detectArguments()
1248 if (nStartRow < 0 || nEndRow >= nTableRows || in detectArguments()
1253 for (sal_Int32 i = nStartRow; i <= nEndRow; ++i) in detectArguments()
1267 sal_Int32 nStartCol = -1, nStartRow = -1, nEndCol = -1, nEndRow = -1; in detectArguments() local
1269 lcl_GetCellPosition( aValuesEndCell, nEndCol, nEndRow ); in detectArguments()
1270 if (nStartRow < 0 || nEndRow >= nTableRows || in detectArguments()
1275 for (sal_Int32 i = nStartRow; i <= nEndRow; ++i) in detectArguments()
1293 sal_Int32 nStartRow = -1, nStartCol = -1, nEndRow = -1, nEndCol = -1; in detectArguments() local
1297 lcl_GetCellPosition( aLabelEndCell, nEndCol, nEndRow); in detectArguments()
1298 …DBG_ASSERT( (nStartCol == nEndCol && (nEndRow - nStartRow + 1) == xCurLabel->getData().getLength()… in detectArguments()
1299 … (nStartRow == nEndRow && (nEndCol - nStartCol + 1) == xCurLabel->getData().getLength()), in detectArguments()
1305 lcl_GetCellPosition( aValuesEndCell, nEndCol, nEndRow); in detectArguments()
1306 …DBG_ASSERT( (nStartCol == nEndCol && (nEndRow - nStartRow + 1) == xCurValues->getData().getLength(… in detectArguments()
1307 … (nStartRow == nEndRow && (nEndCol - nStartCol + 1) == xCurValues->getData().getLength()), in detectArguments()