Lines Matching refs:nEndCol

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()
778 nStartCol < 0 || nEndCol >= nCols ) in Impl_createDataSource()
784 for (sal_Int32 k2 = nStartCol; k2 <= nEndCol; ++k2) 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()
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()
1249 nStartCol < 0 || nEndCol >= nTableCols) in detectArguments()
1255 for (sal_Int32 k = nStartCol; k <= nEndCol; ++k) in detectArguments()
1267 sal_Int32 nStartCol = -1, nStartRow = -1, nEndCol = -1, nEndRow = -1; in detectArguments() local
1269 lcl_GetCellPosition( aValuesEndCell, nEndCol, nEndRow ); in detectArguments()
1271 nStartCol < 0 || nEndCol >= nTableCols) in detectArguments()
1277 for (sal_Int32 k = nStartCol; k <= nEndCol; ++k) 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()