Home
last modified time | relevance | path

Searched refs:pHotKeyData (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/app/
H A Dsvapp.cxx1797 while ( pHotKeyData ) in ImplCallHotKey()
1801 pHotKeyData->maLink.Call( pHotKeyData->mpUserData ); in ImplCallHotKey()
1805 pHotKeyData = pHotKeyData->mpNext; in ImplCallHotKey()
1818 while ( pHotKeyData ) in ImplFreeHotKeyData()
1821 delete pHotKeyData; in ImplFreeHotKeyData()
1822 pHotKeyData = pTempHotKeyData; in ImplFreeHotKeyData()
1834 pHotKeyData->mpUserData = pData; in AddHotKey()
1836 pHotKeyData->maLink = rLink; in AddHotKey()
1839 return (sal_uIntPtr)pHotKeyData; in AddHotKey()
1850 while ( pHotKeyData ) in RemoveHotKey()
[all …]

Completed in 27 milliseconds