Lines Matching refs:AcceleratorCache

167     AcceleratorCache&          rCache = impl_getCFG();  in getAllKeyEvents()
168 AcceleratorCache::TKeyList lKeys = rCache.getAllKeys(); in getAllKeyEvents()
182 AcceleratorCache& rCache = impl_getCFG(); in getCommandByKeyEvent()
218AcceleratorCache& rCache = impl_getCFG(sal_True); // sal_True => force getting of a writeable cach… in setKeyEvent()
233 AcceleratorCache& rCache = impl_getCFG(sal_True); // true => force using of a writeable cache in removeKeyEvent()
258 AcceleratorCache& rCache = impl_getCFG(); in getKeyEventsByCommand()
264 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(sCommand); in getKeyEventsByCommand()
281 AcceleratorCache& rCache = impl_getCFG(); in getPreferredKeyEventsForCommandList()
295 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(rCommand); in getPreferredKeyEventsForCommandList()
324AcceleratorCache& rCache = impl_getCFG(sal_True); // sal_True => force getting of a writeable cach… in removeCommandFromAllKeyEvents()
364 m_aReadCache = AcceleratorCache(); in reload()
531 AcceleratorCache* pTemp = m_pWriteCache; in impl_ts_load()
576 AcceleratorCache aCache; in impl_ts_save()
614 AcceleratorCache* pTemp = m_pWriteCache; in impl_ts_save()
624 AcceleratorCache& XMLBasedAcceleratorConfiguration::impl_getCFG(sal_Bool bWriteAccessRequested) in impl_getCFG()
636 m_pWriteCache = new AcceleratorCache(m_aReadCache); in impl_getCFG()
725AcceleratorCache::TKeyList lKeys = impl_getCFG(sal_True).getAllKeys(); //get keys from PrimaryKey… in getAllKeyEvents()
727AcceleratorCache::TKeyList lSecondaryKeys = impl_getCFG(sal_False).getAllKeys(); //get keys from S… in getAllKeyEvents()
729 AcceleratorCache::TKeyList::const_iterator pIt; in getAllKeyEvents()
730 AcceleratorCache::TKeyList::const_iterator pEnd = lSecondaryKeys.end(); in getAllKeyEvents()
747 AcceleratorCache& rPrimaryCache = impl_getCFG(sal_True ); in getCommandByKeyEvent()
748 AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False); in getCommandByKeyEvent()
791AcceleratorCache& rPrimaryCache = impl_getCFG(sal_True, sal_True ); // sal_True => force getting… in setKeyEvent()
792AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False, sal_True); // sal_True => force getting… in setKeyEvent()
801AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sOriginalCommand); in setKeyEvent()
808 AcceleratorCache::TKeyList lPrimaryKeys = rPrimaryCache.getKeysByCommand(sCommand); in setKeyEvent()
824 AcceleratorCache::TKeyList lPrimaryKeys = rPrimaryCache.getKeysByCommand(sCommand); in setKeyEvent()
838 AcceleratorCache::TKeyList lPrimaryKeys = rPrimaryCache.getKeysByCommand(sCommand); in setKeyEvent()
858 AcceleratorCache& rPrimaryCache = impl_getCFG(sal_True, sal_True ); in removeKeyEvent()
859 AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False, sal_True); in removeKeyEvent()
874AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sOriginalCommand); in removeKeyEvent()
908 AcceleratorCache& rPrimaryCache = impl_getCFG(sal_True ); in getKeyEventsByCommand()
909 AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False); in getKeyEventsByCommand()
916 AcceleratorCache::TKeyList lKeys = rPrimaryCache.getKeysByCommand(sCommand); in getKeyEventsByCommand()
918 AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sCommand); in getKeyEventsByCommand()
919 AcceleratorCache::TKeyList::const_iterator pIt; in getKeyEventsByCommand()
929 AcceleratorCache::TKeyList::const_iterator lcl_getPreferredKey(const AcceleratorCache::TKeyList& lK… in lcl_getPreferredKey()
931 AcceleratorCache::TKeyList::const_iterator pIt; in lcl_getPreferredKey()
958 AcceleratorCache& rCache = impl_getCFG(sal_True); in getPreferredKeyEventsForCommandList()
972 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(rCommand); in getPreferredKeyEventsForCommandList()
976 AcceleratorCache::TKeyList::const_iterator pPreferredKey = lcl_getPreferredKey(lKeys); in getPreferredKeyEventsForCommandList()
1005 AcceleratorCache& rPrimaryCache = impl_getCFG(sal_True, sal_True ); in removeCommandFromAllKeyEvents()
1006 AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False, sal_True); in removeCommandFromAllKeyEvents()
1036 m_aPrimaryReadCache = AcceleratorCache(); in reload()
1040 AcceleratorCache* pTemp = m_pPrimaryWriteCache; in reload()
1048 m_aSecondaryReadCache = AcceleratorCache(); in reload()
1052 AcceleratorCache* pTemp = m_pSecondaryWriteCache; in reload()
1120 AcceleratorCache aCache; in storeToStorage()
1126 AcceleratorCache::TKeyList lKeys; in storeToStorage()
1127 AcceleratorCache::TKeyList::const_iterator pIt; in storeToStorage()
1320 AcceleratorCache aReadCache = AcceleratorCache(); in impl_ts_load()
1432 AcceleratorCache::TKeyList::const_iterator pIt; in impl_ts_save()
1433 AcceleratorCache::TKeyList lPrimaryReadKeys = m_aPrimaryReadCache.getAllKeys(); in impl_ts_save()
1434 AcceleratorCache::TKeyList lPrimaryWriteKeys = m_pPrimaryWriteCache->getAllKeys(); in impl_ts_save()
1464 AcceleratorCache* pTemp = m_pPrimaryWriteCache; in impl_ts_save()
1475 AcceleratorCache::TKeyList::const_iterator pIt; in impl_ts_save()
1476 AcceleratorCache::TKeyList lSecondaryReadKeys = m_aSecondaryReadCache.getAllKeys(); in impl_ts_save()
1477 AcceleratorCache::TKeyList lSecondaryWriteKeys = m_pSecondaryWriteCache->getAllKeys(); in impl_ts_save()
1508 AcceleratorCache* pTemp = m_pSecondaryWriteCache; in impl_ts_save()
1665 AcceleratorCache& XCUBasedAcceleratorConfiguration::impl_getCFG(sal_Bool bPreferred, sal_Bool bWrit… in impl_getCFG()
1679 m_pPrimaryWriteCache = new AcceleratorCache(m_aPrimaryReadCache); in impl_getCFG()
1699 m_pSecondaryWriteCache = new AcceleratorCache(m_aSecondaryReadCache); in impl_getCFG()