Searched refs:autoFiltAddress (Results 1 – 1 of 1) sorted by relevance
4410 table::CellRangeAddress autoFiltAddress; in AutoFilter() local4423 autoFiltAddress = currentRegion.getCellRangeAddressable()->getRangeAddress(); in AutoFilter()4430 autoFiltAddress = multiCellRange.getCellRangeAddressable()->getRangeAddress(); in AutoFilter()4435 SCCOL nStartCol = autoFiltAddress.StartColumn; in AutoFilter()4436 SCROW nStartRow = autoFiltAddress.StartRow; in AutoFilter()4437 SCCOL nEndCol = autoFiltAddress.EndColumn; in AutoFilter()4438 SCROW nEndRow = autoFiltAddress.EndRow; in AutoFilter()4439 …pDocument->GetDataArea( autoFiltAddress.Sheet, nStartCol, nStartRow, nEndCol, nEndRow, sal_True, t… in AutoFilter()4440 autoFiltAddress.StartColumn = nStartCol; in AutoFilter()4441 autoFiltAddress.StartRow = nStartRow; in AutoFilter()[all …]