Home
last modified time | relevance | path

Searched refs:mpAccelMgr (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dwinproc.cxx1078 if ( pSVData->maAppData.mpAccelMgr ) in ImplHandleKey()
1080 if ( pSVData->maAppData.mpAccelMgr->IsAccelKey( aKeyCode, nRepeat ) ) in ImplHandleKey()
/trunk/main/vcl/inc/
H A Dsvdata.hxx145 ImplAccelManager* mpAccelMgr; // Accelerator Manager member
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1465 if ( !pSVData->maAppData.mpAccelMgr ) in InsertAccel()
1466 pSVData->maAppData.mpAccelMgr = new ImplAccelManager(); in InsertAccel()
1467 return pSVData->maAppData.mpAccelMgr->InsertAccel( pAccel ); in InsertAccel()
1476 if ( pSVData->maAppData.mpAccelMgr ) in RemoveAccel()
1477 pSVData->maAppData.mpAccelMgr->RemoveAccel( pAccel ); in RemoveAccel()
1486 if ( pSVData->maAppData.mpAccelMgr ) in FlushAccel()
1487 pSVData->maAppData.mpAccelMgr->FlushAccel(); in FlushAccel()
1496 if ( pSVData->maAppData.mpAccelMgr ) in CallAccel()
1498 if ( pSVData->maAppData.mpAccelMgr->IsAccelKey( rKeyCode, nRepeat ) ) in CallAccel()
H A Dsvmain.cxx511 if ( pSVData->maAppData.mpAccelMgr ) in DeInitVCL()
513 delete pSVData->maAppData.mpAccelMgr; in DeInitVCL()
514 pSVData->maAppData.mpAccelMgr = NULL; in DeInitVCL()

Completed in 32 milliseconds