Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/calc/
H A DCTable.cxx120 CellRangeAddress aRegionAddr = xRange->getRangeAddress(); in lcl_GetDataArea() local
121 sal_Int32 nEndCol = aRegionAddr.EndColumn; in lcl_GetDataArea()
122 sal_Int32 nEndRow = aRegionAddr.EndRow; in lcl_GetDataArea()
134 if ( aUsedAddr.EndColumn > aRegionAddr.EndColumn ) in lcl_GetDataArea()
137 aRegionAddr.EndColumn + 1, 0, aUsedAddr.EndColumn, aUsedAddr.EndRow ); in lcl_GetDataArea()
141 if ( aUsedAddr.EndRow > aRegionAddr.EndRow ) in lcl_GetDataArea()
145 0, aRegionAddr.EndRow + 1, aRegionAddr.EndColumn, aUsedAddr.EndRow ); in lcl_GetDataArea()

Completed in 17 milliseconds