Lines Matching refs:autoFiltAddress
4410 table::CellRangeAddress autoFiltAddress; in AutoFilter() local
4423 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()
4442 autoFiltAddress.EndColumn = nEndCol; in AutoFilter()
4443 autoFiltAddress.EndRow = nEndRow; in AutoFilter()
4455 xDBRanges->addNewByName( sGenName, autoFiltAddress ); in AutoFilter()