Home
last modified time | relevance | path

Searched refs:lKeys (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/framework/source/accelerators/
H A Dacceleratorcache.cxx119 TKeyList lKeys; in getAllKeys() local
123 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() local
170 lKeys = pCommand->second; in getKeysByCommand()
175 return lKeys; in getKeysByCommand()
231 const TKeyList& lKeys = getKeysByCommand(sCommand); in removeCommand() local
233 for ( pKey = lKeys.begin(); in removeCommand()
234 pKey != lKeys.end() ; in removeCommand()
H A Dacceleratorconfiguration.cxx168 AcceleratorCache::TKeyList lKeys = rCache.getAllKeys(); in getAllKeyEvents() local
169 return lKeys.getAsConstList(); in getAllKeyEvents()
264 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(sCommand); in getKeyEventsByCommand() local
265 return lKeys.getAsConstList(); in getKeyEventsByCommand()
295 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(rCommand); in getPreferredKeyEventsForCommandList() local
296 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() local
728 lKeys.reserve(lKeys.size()+lSecondaryKeys.size()); in getAllKeyEvents()
732 lKeys.push_back(*pIt); in getAllKeyEvents()
[all …]
/AOO41X/main/filter/source/config/cache/
H A Dbasecontainer.cxx385 OUStringList lKeys = pCache->getItemNames(m_eType); in getElementNames() local
386 lKeys >> lNames; in getElementNames()
487 OUStringList lKeys; in createSubSetEnumerationByProperties() local
503 lKeys = pCache->getMatchingItemsByProps(m_eType, lProps); in createSubSetEnumerationByProperties()
509 lKeys.clear(); in createSubSetEnumerationByProperties()
525 lKeys >> lSubSet; in createSubSetEnumerationByProperties()
H A Dfiltercache.cxx310 OUStringList lKeys; in getMatchingItemsByProps() local
325 lKeys.push_back(pIt->first); in getMatchingItemsByProps()
329 return lKeys; in getMatchingItemsByProps()
365 OUStringList lKeys; in getItemNames() local
370 lKeys.push_back(pIt->first); in getItemNames()
372 return lKeys; in getItemNames()
/AOO41X/main/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx96 AcceleratorCache::TKeyList lKeys = m_rContainer.getAllKeys(); in flush() local
98 for ( pKey = lKeys.begin(); in flush()
99 pKey != lKeys.end() ; in flush()
/AOO41X/main/cui/source/customize/
H A Dacccfg.cxx901 css::uno::Sequence< css::awt::KeyEvent > lKeys = xAccMgr->getAllKeyEvents(); in Init() local
902 sal_Int32 c2 = lKeys.getLength(); in Init()
908 const css::awt::KeyEvent& aAWTKey = lKeys[i2]; in Init()