Searched refs:lKeys (Results 1 – 6 of 6) sorted by relevance
119 TKeyList lKeys; in getAllKeys() local123 lKeys.reserve(m_lKey2Commands.size()); in getAllKeys()131 lKeys.push_back(pIt->first); in getAllKeys()137 return lKeys; in getAllKeys()161 TKeyList lKeys; in getKeysByCommand() local170 lKeys = pCommand->second; in getKeysByCommand()175 return lKeys; in getKeysByCommand()231 const TKeyList& lKeys = getKeysByCommand(sCommand); in removeCommand() local233 for ( pKey = lKeys.begin(); in removeCommand()234 pKey != lKeys.end() ; in removeCommand()
168 AcceleratorCache::TKeyList lKeys = rCache.getAllKeys(); in getAllKeyEvents() local169 return lKeys.getAsConstList(); in getAllKeyEvents()264 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(sCommand); in getKeyEventsByCommand() local265 return lKeys.getAsConstList(); in getKeyEventsByCommand()295 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(rCommand); in getPreferredKeyEventsForCommandList() local296 if ( lKeys.empty() ) in getPreferredKeyEventsForCommandList()300 rAny <<= *(lKeys.begin()); in getPreferredKeyEventsForCommandList()725 …AcceleratorCache::TKeyList lKeys = impl_getCFG(sal_True).getAllKeys(); //get keys from PrimaryKey… in getAllKeyEvents() local728 lKeys.reserve(lKeys.size()+lSecondaryKeys.size()); in getAllKeyEvents()732 lKeys.push_back(*pIt); in getAllKeyEvents()[all …]
385 OUStringList lKeys = pCache->getItemNames(m_eType); in getElementNames() local386 lKeys >> lNames; in getElementNames()487 OUStringList lKeys; in createSubSetEnumerationByProperties() local503 lKeys = pCache->getMatchingItemsByProps(m_eType, lProps); in createSubSetEnumerationByProperties()509 lKeys.clear(); in createSubSetEnumerationByProperties()525 lKeys >> lSubSet; in createSubSetEnumerationByProperties()
310 OUStringList lKeys; in getMatchingItemsByProps() local325 lKeys.push_back(pIt->first); in getMatchingItemsByProps()329 return lKeys; in getMatchingItemsByProps()365 OUStringList lKeys; in getItemNames() local370 lKeys.push_back(pIt->first); in getItemNames()372 return lKeys; in getItemNames()
96 AcceleratorCache::TKeyList lKeys = m_rContainer.getAllKeys(); in flush() local98 for ( pKey = lKeys.begin(); in flush()99 pKey != lKeys.end() ; in flush()
901 css::uno::Sequence< css::awt::KeyEvent > lKeys = xAccMgr->getAllKeyEvents(); in Init() local902 sal_Int32 c2 = lKeys.getLength(); in Init()908 const css::awt::KeyEvent& aAWTKey = lKeys[i2]; in Init()