Searched refs:SW_MOVE_UP (Results 1 – 3 of 3) sorted by relevance
317 case SW_MOVE_UP: nDir = SW_MOVE_LEFT; break; in MoveAnchor()320 case SW_MOVE_RIGHT: nDir = SW_MOVE_UP; break; in MoveAnchor()335 if( SW_MOVE_UP == nDir ) in MoveAnchor()363 nDir = SW_MOVE_UP; in MoveAnchor()383 if( SW_MOVE_UP == nDir ) in MoveAnchor()402 else if( SW_MOVE_UP == nDir || SW_MOVE_DOWN == nDir ) in MoveAnchor()460 case SW_MOVE_UP: in MoveAnchor()
160 #define SW_MOVE_UP 0 macro
1156 sal_uInt16 nAnchorDir = SW_MOVE_UP; in ChangeDrawing()
Completed in 49 milliseconds