Searched refs:SW_MOVE_RIGHT (Results 1 – 3 of 3) sorted by relevance
318 case SW_MOVE_DOWN: nDir = SW_MOVE_RIGHT; break; in MoveAnchor()320 case SW_MOVE_RIGHT: nDir = SW_MOVE_UP; break; in MoveAnchor()325 nDir = SW_MOVE_RIGHT; in MoveAnchor()326 else if( nDir == SW_MOVE_RIGHT ) in MoveAnchor()349 if( SW_MOVE_LEFT == nDir || SW_MOVE_RIGHT == nDir ) in MoveAnchor()446 case SW_MOVE_RIGHT: in MoveAnchor()
163 #define SW_MOVE_RIGHT 3 macro
1174 nAnchorDir = SW_MOVE_RIGHT; in ChangeDrawing()
Completed in 65 milliseconds