Searched refs:hasCommand (Results 1 – 3 of 3) sorted by relevance
259 if (!rCache.hasCommand(sCommand)) in getKeyEventsByCommand()292 if (!rCache.hasCommand(rCommand)) in getPreferredKeyEventsForCommandList()325 if (!rCache.hasCommand(sCommand)) in removeCommandFromAllKeyEvents()806 if (rPrimaryCache.hasCommand(sCommand)) in setKeyEvent()822 if (rPrimaryCache.hasCommand(sCommand)) in setKeyEvent()836 if (rPrimaryCache.hasCommand(sCommand)) in setKeyEvent()911 if (!rPrimaryCache.hasCommand(sCommand) && !rSecondaryCache.hasCommand(sCommand)) in getKeyEventsByCommand()969 if (!rCache.hasCommand(rCommand)) in getPreferredKeyEventsForCommandList()1008 if (!rPrimaryCache.hasCommand(sCommand) && !rSecondaryCache.hasCommand(sCommand)) in removeCommandFromAllKeyEvents()1013 if (rPrimaryCache.hasCommand(sCommand)) in removeCommandFromAllKeyEvents()[all …]
107 sal_Bool AcceleratorCache::hasCommand(const ::rtl::OUString& sCommand) const in hasCommand() function in framework::AcceleratorCache
140 virtual sal_Bool hasCommand(const ::rtl::OUString& sCommand) const;
Completed in 27 milliseconds