Home
last modified time | relevance | path

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

/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx169 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 …]
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()
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 47 milliseconds