Home
last modified time | relevance | path

Searched refs:autoFiltAddress (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx4410 table::CellRangeAddress autoFiltAddress; in AutoFilter() local
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()
4440 autoFiltAddress.StartColumn = nStartCol; in AutoFilter()
4441 autoFiltAddress.StartRow = nStartRow; in AutoFilter()
4442 autoFiltAddress.EndColumn = nEndCol; in AutoFilter()
4443 autoFiltAddress.EndRow = nEndRow; in AutoFilter()
[all …]

Completed in 46 milliseconds