Home
last modified time | relevance | path

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

/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx109 …UString, CacheDispatchInfo, rtl::OUStringHash, ::std::equal_to< ::rtl::OUString > > CmdToInfoCache; typedef
113 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 22 milliseconds