Searched refs:nCmd (Results 1 – 15 of 15) sorted by relevance
414 CommandEvent( const Point& rMousePos, sal_uInt16 nCmd,441 sal_uInt16 nCmd, sal_Bool bMEvt, const void* pCmdData ) : in CommandEvent() argument445 mnCommand = nCmd; in CommandEvent()
2700 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local2705 nCmd == COMMAND_CONTEXTMENU ) in Command()2714 if ( nCmd == COMMAND_STARTEXTTEXTINPUT || in Command()2715 nCmd == COMMAND_ENDEXTTEXTINPUT || in Command()2716 nCmd == COMMAND_EXTTEXTINPUT || in Command()2717 nCmd == COMMAND_CURSORPOS ) in Command()2735 if ( nCmd == COMMAND_CURSORPOS && !bEditView ) in Command()2757 if ( nCmd == COMMAND_VOICE ) in Command()2785 if ( nCmd == COMMAND_PASTESELECTION ) in Command()2799 if ( nCmd == COMMAND_INPUTLANGUAGECHANGE ) in Command()[all …]
585 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local586 if ( nCmd == COMMAND_WHEEL || nCmd == COMMAND_STARTAUTOSCROLL || nCmd == COMMAND_AUTOSCROLL ) in Command()592 else if ( nCmd == COMMAND_CONTEXTMENU ) in Command()
863 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local864 if ( nCmd == COMMAND_CONTEXTMENU ) in Command()917 else if ( nCmd == COMMAND_STARTDRAG ) in Command()
401 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local402 if ( nCmd == COMMAND_CONTEXTMENU ) in Command()
264 sal_uInt16 nCmd = SVX_SEARCHCMD_FIND; in ExecSearch() local293 nCmd = SVX_SEARCHCMD_REPLACE; in ExecSearch()298 pSrchItem->SetCommand( nCmd ); in ExecSearch()
352 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local354 if ( nCmd == COMMAND_CONTEXTMENU ) in Command()
183 void ExecCommand(sal_uInt16 nCmd, sal_Bool bModifier);329 void ExecCommand(sal_uInt16 nCmd);
1967 pExecuteInfo->nCmd = EXEC_CMD_DOCKTOOLBAR; in IMPL_LINK()1979 pExecuteInfo->nCmd = EXEC_CMD_DOCKALLTOOLBARS; in IMPL_LINK()2006 pExecuteInfo->nCmd = EXEC_CMD_CLOSETOOLBAR; in IMPL_LINK()2204 if (( pExecuteInfo->nCmd == EXEC_CMD_CLOSETOOLBAR ) && in IMPL_STATIC_LINK_NOINSTANCE()2216 else if (( pExecuteInfo->nCmd == EXEC_CMD_DOCKTOOLBAR ) && in IMPL_STATIC_LINK_NOINSTANCE()2225 else if (( pExecuteInfo->nCmd == EXEC_CMD_DOCKALLTOOLBARS ) && in IMPL_STATIC_LINK_NOINSTANCE()
1157 void SwGlobalTree::ExecCommand(sal_uInt16 nCmd) in ExecCommand() argument1161 if(FN_GLOBAL_EDIT == nCmd) in ExecCommand()1174 switch(nCmd) in ExecCommand()
2248 void SwContentTree::ExecCommand(sal_uInt16 nCmd, sal_Bool bModifier) in ExecCommand() argument2251 switch( nCmd ) in ExecCommand()2284 short nDir = nCmd == FN_ITEM_UP ? -1 : 1; in ExecCommand()2375 pShell->OutlineUpDown( nCmd == FN_ITEM_LEFT ? -1 : 1 ); in ExecCommand()
365 sal_uInt16 nCmd = pCEvt->GetCommand(); in PreNotify() local366 if( COMMAND_WHEEL == nCmd ) in PreNotify()
1230 sal_uInt16 nCmd = pCEvt->GetCommand(); in PreNotify() local1231 if( COMMAND_WHEEL == nCmd ) in PreNotify()
148 ExecuteCommand nCmd; member
1371 sal_uInt16 nCmd = pCEvt->GetCommand(); in PreNotify() local1372 if( COMMAND_WHEEL == nCmd ) in PreNotify()
Completed in 103 milliseconds