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()
264 sal_uInt16 nCmd = SVX_SEARCHCMD_FIND; in ExecSearch() local293 nCmd = SVX_SEARCHCMD_REPLACE; in ExecSearch()298 pSrchItem->SetCommand( nCmd ); in ExecSearch()
2685 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local2690 nCmd == COMMAND_CONTEXTMENU ) in Command()2699 if ( nCmd == COMMAND_STARTEXTTEXTINPUT || in Command()2700 nCmd == COMMAND_ENDEXTTEXTINPUT || in Command()2701 nCmd == COMMAND_EXTTEXTINPUT || in Command()2702 nCmd == COMMAND_CURSORPOS ) in Command()2720 if ( nCmd == COMMAND_CURSORPOS && !bEditView ) in Command()2742 if ( nCmd == COMMAND_VOICE ) in Command()2770 if ( nCmd == COMMAND_PASTESELECTION ) in Command()2784 if ( nCmd == COMMAND_INPUTLANGUAGECHANGE ) in Command()[all …]
588 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local589 if ( nCmd == COMMAND_WHEEL || nCmd == COMMAND_STARTAUTOSCROLL || nCmd == COMMAND_AUTOSCROLL ) in Command()595 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()
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()
1156 void SwGlobalTree::ExecCommand(sal_uInt16 nCmd) in ExecCommand() argument1160 if(FN_GLOBAL_EDIT == nCmd) in ExecCommand()1173 switch(nCmd) in ExecCommand()
2254 void SwContentTree::ExecCommand(sal_uInt16 nCmd, sal_Bool bModifier) in ExecCommand() argument2257 switch( nCmd ) in ExecCommand()2290 short nDir = nCmd == FN_ITEM_UP ? -1 : 1; in ExecCommand()2381 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 106 milliseconds