Searched refs:aOutlineAddress (Results 1 – 1 of 1) sorted by relevance
4985 table::CellRangeAddress aOutlineAddress = xCellRangeAddressable->getRangeAddress(); in getShowDetail() local4989 …if( (thisAddress.StartRow == thisAddress.EndRow && thisAddress.EndRow == aOutlineAddress.EndRow )… in getShowDetail()4990 …(thisAddress.StartColumn == thisAddress.EndColumn && thisAddress.EndColumn == aOutlineAddress.EndC… in getShowDetail()5028 table::CellRangeAddress aOutlineAddress = xCellRangeAddressable->getRangeAddress(); in setShowDetail() local5032 …if( (thisAddress.StartRow == thisAddress.EndRow && thisAddress.EndRow == aOutlineAddress.EndRow )… in setShowDetail()5033 …(thisAddress.StartColumn == thisAddress.EndColumn && thisAddress.EndColumn == aOutlineAddress.EndC… in setShowDetail()5039 xSheetOutline->showDetail( aOutlineAddress ); in setShowDetail()5041 xSheetOutline->hideDetail( aOutlineAddress ); in setShowDetail()
Completed in 31 milliseconds