Lines Matching refs:pKey
186 TKey2Commands::const_iterator pKey = m_lKey2Commands.find(aKey); in getCommandByKey() local
187 if (pKey == m_lKey2Commands.end()) in getCommandByKey()
190 sCommand = pKey->second; in getCommandByKey()
205 TKey2Commands::const_iterator pKey = m_lKey2Commands.find(aKey); in removeKey() local
206 if (pKey == m_lKey2Commands.end()) in removeKey()
212 ::rtl::OUString sCommand = pKey->second; in removeKey()
213 pKey = m_lKey2Commands.end(); // nobody should use an undefined value .-) in removeKey()
232 AcceleratorCache::TKeyList::const_iterator pKey ; in removeCommand() local
233 for ( pKey = lKeys.begin(); in removeCommand()
234 pKey != lKeys.end() ; in removeCommand()
235 ++pKey ) in removeCommand()
237 const css::awt::KeyEvent& rKey = *pKey; in removeCommand()