| 1167 | } |
| 1168 | |
| 1169 | void CFrameEditor::UpdateDrag(const CPoint &point) |
| 1170 | { |
| 1171 | CPoint newPoint(point.x, point.y + ROW_HEIGHT / 2); |
| 1172 | m_iDragRow = GetRowFromPoint(newPoint, true); |
| 1173 | AutoScroll(point); |
| 1174 | InvalidateFrameData(); |
| 1175 | } |
| 1176 | |
| 1177 | BOOL CFrameEditor::DropData(COleDataObject* pDataObject, DROPEFFECT dropEffect) |
| 1178 | { |
no outgoing calls
no test coverage detected