Searched refs:eDragInsertMode (Results 1 – 1 of 1) sorted by relevance
3410 InsCellCmd eDragInsertMode = INS_NONE; in AcceptPrivateDrop() local3448 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()3454 eDragInsertMode = INS_CELLSDOWN; in AcceptPrivateDrop()3481 eDragInsertMode = INS_CELLSDOWN; in AcceptPrivateDrop()3485 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()3488 if ( ( eDragInsertMode == INS_CELLSDOWN && nNewDragY <= nSourceEndY && in AcceptPrivateDrop()3491 ( eDragInsertMode == INS_CELLSRIGHT && nNewDragX <= nSourceEndX && in AcceptPrivateDrop()3507 eDragInsertMode = INS_CELLSDOWN; in AcceptPrivateDrop()3512 eDragInsertMode = INS_CELLSRIGHT; in AcceptPrivateDrop()3519 !bDragRect || eDragInsertMode != meDragInsertMode ) in AcceptPrivateDrop()[all …]
Completed in 43 milliseconds