Searched refs:eDragInsertMode (Results 1 – 1 of 1) sorted by relevance
3425 InsCellCmd eDragInsertMode = INS_NONE; in AcceptPrivateDrop() local3463 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()3469 eDragInsertMode = INS_CELLSDOWN; in AcceptPrivateDrop()3496 eDragInsertMode = INS_CELLSDOWN; in AcceptPrivateDrop()3500 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()3503 if ( ( eDragInsertMode == INS_CELLSDOWN && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()3506 ( eDragInsertMode == INS_CELLSRIGHT && nNewDragX <= nSourceEndX && in AcceptPrivateDrop()3522 eDragInsertMode = INS_CELLSDOWN; in AcceptPrivateDrop()3527 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()3534 !bDragRect || eDragInsertMode != meDragInsertMode ) in AcceptPrivateDrop()[all …]
Completed in 53 milliseconds