Home
last modified time | relevance | path

Searched refs:nExecuteId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/gallery2/
H A Dgalbrws1.cxx610 sal_uInt16 nExecuteId = 0; in KeyInput() local
629 nExecuteId = MN_ACTUALIZE; in KeyInput()
634 nExecuteId = MN_DELETE; in KeyInput()
640 nExecuteId = MN_DELETE; in KeyInput()
647 nExecuteId = MN_RENAME; in KeyInput()
654 nExecuteId = MN_PROPERTIES; in KeyInput()
659 …if( nExecuteId && ( ::std::find( aExecVector.begin(), aExecVector.end(), nExecuteId ) != aExecVect… in KeyInput()
661 ImplExecute( nExecuteId ); in KeyInput()
H A Dgalbrws2.cxx741 sal_uInt16 nExecuteId = 0; in KeyInput() local
779 nExecuteId = MN_ADD_LINK; in KeyInput()
781 nExecuteId = MN_ADD; in KeyInput()
782 if( nExecuteId ) in KeyInput()
784 Dispatch( nExecuteId ); in KeyInput()
794 nExecuteId = MN_DELETE; in KeyInput()
801 nExecuteId = MN_TITLE; in KeyInput()
809 if( nExecuteId ) in KeyInput()
811 Execute( nExecuteId ); in KeyInput()