Home
last modified time | relevance | path

Searched refs:ExecuteMove (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sc/sdi/
H A Dcellsh.sdi148 SID_MARKDATAAREA [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
149 SID_MARKARRAYFORMULA [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
150 SID_SETINPUTMODE [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
151 SID_FOCUS_INPUTLINE [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
210 ExecMethod = ExecuteMove ;
217 ExecMethod = ExecuteMove ;
224 ExecMethod = ExecuteMove ;
231 ExecMethod = ExecuteMove ;
302 SID_NEXT_UNPROTECT [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
303 SID_PREV_UNPROTECT [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
[all …]
/AOO42X/main/sc/source/ui/inc/
H A Dcellsh.hxx96 void ExecuteMove( SfxRequest& rReq );
/AOO42X/main/sc/source/ui/view/
H A Dcellsh4.cxx208 void ScCellShell::ExecuteMove( SfxRequest& rReq ) in ExecuteMove() function in ScCellShell