Searched refs:ModulePathMap (Results 1 – 2 of 2) sorted by relevance
145 typedef ::std::map< sal_Int32, ::rtl::OUString > ModulePathMap; typedef in VbaEventsHelperBase167 …ModulePathMap& updateModulePathMap( const ::rtl::OUString& rModuleName ) throw (css::uno::RuntimeE…175 …typedef ::std::hash_map< ::rtl::OUString, ModulePathMap, ::rtl::OUStringHash > EventHandlerPathMap;
284 …ModulePathMap& rPathMap = (aIt == maEventPaths.end()) ? updateModulePathMap( aModuleName ) : aIt->… in getEventHandlerPath()331 VbaEventsHelperBase::ModulePathMap& VbaEventsHelperBase::updateModulePathMap( const ::rtl::OUString… in updateModulePathMap()336 ModulePathMap& rPathMap = maEventPaths[ rModuleName ]; in updateModulePathMap()
Completed in 8 milliseconds