Lines Matching refs:ORIGCELL
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()
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()
571 (mxImpl->IsInClipRange( nCol, nRow ) ? ORIGCELL( nCol, nRow ).maTLBR : OBJ_STYLE_NONE); in GetCellStyleTLBR()
577 (mxImpl->IsInClipRange( nCol, nRow ) ? ORIGCELL( nCol, nRow ).maBLTR : OBJ_STYLE_NONE); in GetCellStyleBLTR()
1224 #undef ORIGCELL