Searched refs:ORIGCELL (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 494 return ORIGCELL( nCol, nRow ).maLeft; 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() 544 return std::max( ORIGCELL( nCol, nRow ).maTop, ORIGCELL( nCol, nRow - 1 ).maBottom ); in GetCellStyleTop() 557 return ORIGCELL( nCol, nRow + 1 ).maTop; in GetCellStyleBottom() 560 return ORIGCELL( nCol, nRow ).maBottom; in GetCellStyleBottom() 565 return std::max( ORIGCELL( nCol, nRow ).maBottom, ORIGCELL( nCol, nRow + 1 ).maTop ); in GetCellStyleBottom() [all …]
|
Completed in 20 milliseconds