Searched refs:ORIGCELL (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/svx/source/dialog/ |
| H A D | framelinkarray.cxx | 343 #define ORIGCELL( col, row ) mxImpl->GetMergedOriginCell( col, row ) macro 494 return ORIGCELL( nCol, nRow ).maLeft; in GetCellStyleLeft() 497 return ORIGCELL( nCol - 1, nRow ).maRight; in GetCellStyleLeft() 502 return std::max( ORIGCELL( nCol, nRow ).maLeft, ORIGCELL( nCol - 1, nRow ).maRight ); in GetCellStyleLeft() 515 return ORIGCELL( nCol + 1, nRow ).maLeft; in GetCellStyleRight() 518 return ORIGCELL( nCol, nRow ).maRight; in GetCellStyleRight() 523 return std::max( ORIGCELL( nCol, nRow ).maRight, ORIGCELL( nCol + 1, nRow ).maLeft ); in GetCellStyleRight() 536 return ORIGCELL( nCol, nRow ).maTop; in GetCellStyleTop() 539 return ORIGCELL( nCol, nRow - 1 ).maBottom; in GetCellStyleTop() 544 return std::max( ORIGCELL( nCol, nRow ).maTop, ORIGCELL( nCol, nRow - 1 ).maBottom ); in GetCellStyleTop() [all …]
|