Searched refs:SW_MOVE_UP (Results 1 – 3 of 3) sorted by relevance
314 case SW_MOVE_UP: nDir = SW_MOVE_LEFT; break; in MoveAnchor()317 case SW_MOVE_RIGHT: nDir = SW_MOVE_UP; break; in MoveAnchor()332 if( SW_MOVE_UP == nDir ) in MoveAnchor()360 nDir = SW_MOVE_UP; in MoveAnchor()380 if( SW_MOVE_UP == nDir ) in MoveAnchor()399 else if( SW_MOVE_UP == nDir || SW_MOVE_DOWN == nDir ) in MoveAnchor()457 case SW_MOVE_UP: in MoveAnchor()
160 #define SW_MOVE_UP 0 macro
1154 sal_uInt16 nAnchorDir = SW_MOVE_UP; in ChangeDrawing()
Completed in 60 milliseconds