Lines Matching refs:getCommandByKey
187 return rCache.getCommandByKey(aKeyEvent); in getCommandByKeyEvent()
756 return rPrimaryCache.getCommandByKey(aKeyEvent); in getCommandByKeyEvent()
758 return rSecondaryCache.getCommandByKey(aKeyEvent); in getCommandByKeyEvent()
796 ::rtl::OUString sOriginalCommand = rPrimaryCache.getCommandByKey(aKeyEvent); in setKeyEvent()
819 ::rtl::OUString sOriginalCommand = rSecondaryCache.getCommandByKey(aKeyEvent); in setKeyEvent()
868 ::rtl::OUString sDelCommand = rPrimaryCache.getCommandByKey(aKeyEvent); in removeKeyEvent()
871 ::rtl::OUString sOriginalCommand = rPrimaryCache.getCommandByKey(aKeyEvent); in removeKeyEvent()
885 ::rtl::OUString sDelCommand = rSecondaryCache.getCommandByKey(aKeyEvent); in removeKeyEvent()
1132 aCache.setKeyCommandPair(*pIt, m_pSecondaryWriteCache->getCommandByKey(*pIt)); in storeToStorage()
1138 aCache.setKeyCommandPair(*pIt, m_aSecondaryReadCache.getCommandByKey(*pIt)); in storeToStorage()
1444 ::rtl::OUString sCommand = m_pPrimaryWriteCache->getCommandByKey(*pIt); in impl_ts_save()
1451 ::rtl::OUString sReadCommand = m_aPrimaryReadCache.getCommandByKey(*pIt); in impl_ts_save()
1488 ::rtl::OUString sCommand = m_pSecondaryWriteCache->getCommandByKey(*pIt); in impl_ts_save()
1495 ::rtl::OUString sReadCommand = m_aSecondaryReadCache.getCommandByKey(*pIt); in impl_ts_save()