Searched refs:RegistryKeyList (Results 1 – 8 of 8) sorted by relevance
89 const RegistryKeyList & rBaseKeys ) in createInstance()102 RegistryKeyList aModuleKeys; in createInstance()108 const RegistryKeyList::const_iterator end = rBaseKeys.end(); in createInstance()109 RegistryKeyList::const_iterator it = rBaseKeys.begin(); in createInstance()184 const RegistryKeyList & rModuleKeys, in TypeDescriptionEnumerationImpl()199 RegistryKeyList::const_iterator it = m_aModuleKeys.begin(); in ~TypeDescriptionEnumerationImpl()200 RegistryKeyList::const_iterator end = m_aModuleKeys.end(); in ~TypeDescriptionEnumerationImpl()
59 const RegistryKeyList & rBaseKeys )86 const RegistryKeyList & rModuleKeys,99 RegistryKeyList m_aModuleKeys;100 RegistryKeyList m_aCurrentModuleSubKeys;
153 RegistryKeyList _aBaseKeys;278 for ( RegistryKeyList::const_iterator iPos( _aBaseKeys.begin() ); in disposing()344 for ( RegistryKeyList::const_iterator iPos( _aBaseKeys.begin() ); in getByHierarchicalNameImpl()
86 ::com::sun::star::registry::XRegistryKey > > RegistryKeyList; typedef
39 typedef ::std::vector< KeyPair > RegistryKeyList; typedef97 virtual RegistryKeyList getTypeKeys(const ::rtl::OString&) const in getTypeKeys()98 { return RegistryKeyList(); } in getTypeKeys()155 RegistryKeyList getTypeKeys(const ::rtl::OString& name) const;
77 RegistryKeyList typeKeys = typeMgr.getTypeKeys(typeName); in produceAllTypes()78 RegistryKeyList::const_iterator iter = typeKeys.begin(); in produceAllTypes()116 RegistryKeyList typeKeys = typeMgr.getTypeKeys(typeName); in produceAllTypes()117 RegistryKeyList::const_iterator iter = typeKeys.begin(); in produceAllTypes()
55 RegistryKeyList typeKeys = typeMgr.getTypeKeys(typeName); in produceAllTypes()56 RegistryKeyList::const_iterator iter = typeKeys.begin(); in produceAllTypes()105 RegistryKeyList typeKeys = typeMgr.getTypeKeys(typeName); in produceAllTypes()106 RegistryKeyList::const_iterator iter = typeKeys.begin(); in produceAllTypes()
357 RegistryKeyList RegistryTypeManager::getTypeKeys(const ::rtl::OString& name_) const in getTypeKeys()359 RegistryKeyList keyList= RegistryKeyList(); in getTypeKeys()
Completed in 37 milliseconds