Searched refs:SW_MOVE_RIGHT (Results 1 – 3 of 3) sorted by relevance
315 case SW_MOVE_DOWN: nDir = SW_MOVE_RIGHT; break; in MoveAnchor()317 case SW_MOVE_RIGHT: nDir = SW_MOVE_UP; break; in MoveAnchor()322 nDir = SW_MOVE_RIGHT; in MoveAnchor()323 else if( nDir == SW_MOVE_RIGHT ) in MoveAnchor()346 if( SW_MOVE_LEFT == nDir || SW_MOVE_RIGHT == nDir ) in MoveAnchor()443 case SW_MOVE_RIGHT: in MoveAnchor()
163 #define SW_MOVE_RIGHT 3 macro
1172 nAnchorDir = SW_MOVE_RIGHT; in ChangeDrawing()
Completed in 53 milliseconds