Searched refs:CmdToInfoCache (Results 1 – 1 of 1) sorted by relevance
109 …UString, CacheDispatchInfo, rtl::OUStringHash, ::std::equal_to< ::rtl::OUString > > CmdToInfoCache; typedef113 const CmdToInfoCache& GetCommandToInfoCache() in GetCommandToInfoCache()116 static CmdToInfoCache aCmdToInfoCache; in GetCommandToInfoCache()131 aCmdToInfoCache.insert( CmdToInfoCache::value_type( aCommand, aDispatchInfo )); in GetCommandToInfoCache()300 const CmdToInfoCache& rCmdCache = GetCommandToInfoCache(); in queryDispatch()301 CmdToInfoCache::const_iterator pIter = rCmdCache.find( aURL.Complete ); in queryDispatch()337 const CmdToInfoCache& rCmdCache = GetCommandToInfoCache(); in getConfigurableDispatchInformation()348 CmdToInfoCache::const_iterator pIter = rCmdCache.begin(); in getConfigurableDispatchInformation()
Completed in 10 milliseconds