Searched refs:aAdrEnd (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | attarray.cxx | 137 ScAddress aAdrEnd ( nCol, 0, nTab ); in Reset() local 148 aAdrEnd .SetRow( pData[i].nRow ); in Reset() 149 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in Reset() 341 ScAddress aAdrEnd ( nCol, 0, nTab ); in SetPatternArea() local 372 aAdrEnd .SetRow( Min(nEndRow,pData[nx].nRow) ); in SetPatternArea() 515 ScAddress aAdrEnd ( nCol, 0, nTab ); in ApplyStyleArea() local 552 aAdrEnd .SetRow( pData[nPos].nRow ); in ApplyStyleArea() 553 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in ApplyStyleArea() 745 ScAddress aAdrEnd ( nCol, 0, nTab ); in ApplyCacheArea() local 778 aAdrEnd .SetRow( pData[nPos].nRow ); in ApplyCacheArea() [all …]
|
Completed in 21 milliseconds