Home
last modified time | relevance | path

Searched refs:nCmd (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dcmdevt.hxx414 CommandEvent( const Point& rMousePos, sal_uInt16 nCmd,
441 sal_uInt16 nCmd, sal_Bool bMEvt, const void* pCmdData ) : in CommandEvent() argument
445 mnCommand = nCmd; in CommandEvent()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx2700 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local
2705 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 …]
H A Dpreview.cxx588 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local
589 if ( nCmd == COMMAND_WHEEL || nCmd == COMMAND_STARTAUTOSCROLL || nCmd == COMMAND_AUTOSCROLL ) in Command()
595 else if ( nCmd == COMMAND_CONTEXTMENU ) in Command()
H A Dhdrcont.cxx863 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local
864 if ( nCmd == COMMAND_CONTEXTMENU ) in Command()
917 else if ( nCmd == COMMAND_STARTDRAG ) in Command()
H A Dtabcont.cxx401 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local
402 if ( nCmd == COMMAND_CONTEXTMENU ) in Command()
/trunk/main/sw/source/ui/uiview/
H A Dviewsrch.cxx264 sal_uInt16 nCmd = SVX_SEARCHCMD_FIND; in ExecSearch() local
293 nCmd = SVX_SEARCHCMD_REPLACE; in ExecSearch()
298 pSrchItem->SetCommand( nCmd ); in ExecSearch()
/trunk/main/sd/source/ui/view/
H A Dtabcontr.cxx352 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command() local
354 if ( nCmd == COMMAND_CONTEXTMENU ) in Command()
/trunk/main/sw/source/ui/inc/
H A Dconttree.hxx183 void ExecCommand(sal_uInt16 nCmd, sal_Bool bModifier);
329 void ExecCommand(sal_uInt16 nCmd);
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1967 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()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx1157 void SwGlobalTree::ExecCommand(sal_uInt16 nCmd) in ExecCommand() argument
1161 if(FN_GLOBAL_EDIT == nCmd) in ExecCommand()
1174 switch(nCmd) in ExecCommand()
H A Dcontent.cxx2248 void SwContentTree::ExecCommand(sal_uInt16 nCmd, sal_Bool bModifier) in ExecCommand() argument
2251 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()
/trunk/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx365 sal_uInt16 nCmd = pCEvt->GetCommand(); in PreNotify() local
366 if( COMMAND_WHEEL == nCmd ) in PreNotify()
H A Dmmaddressblockpage.cxx1230 sal_uInt16 nCmd = pCEvt->GetCommand(); in PreNotify() local
1231 if( COMMAND_WHEEL == nCmd ) in PreNotify()
/trunk/main/framework/inc/uielement/
H A Dtoolbarmanager.hxx148 ExecuteCommand nCmd; member
/trunk/main/cui/source/options/
H A Doptcolor.cxx1371 sal_uInt16 nCmd = pCEvt->GetCommand(); in PreNotify() local
1372 if( COMMAND_WHEEL == nCmd ) in PreNotify()

Completed in 134 milliseconds