Searched refs:lKeys (Results 1 – 6 of 6) sorted by relevance
169 return lKeys.getAsConstList(); in getAllKeyEvents()265 return lKeys.getAsConstList(); in getKeyEventsByCommand()296 if ( lKeys.empty() ) in getPreferredKeyEventsForCommandList()728 lKeys.reserve(lKeys.size()+lSecondaryKeys.size()); in getAllKeyEvents()732 lKeys.push_back(*pIt); in getAllKeyEvents()921 lKeys.push_back(*pIt); in getKeyEventsByCommand()923 return lKeys.getAsConstList(); in getKeyEventsByCommand()944 return lKeys.end (); in lcl_getPreferredKey()973 if ( lKeys.empty() ) in getPreferredKeyEventsForCommandList()1131 for ( pIt=lKeys.begin(); pIt!=lKeys.end(); ++pIt ) in storeToStorage()[all …]
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()
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()
Completed in 55 milliseconds