Home
last modified time | relevance | path

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

/aoo4110/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx89 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()
H A Drdbtdp_tdenumeration.hxx59 const RegistryKeyList & rBaseKeys )
86 const RegistryKeyList & rModuleKeys,
99 RegistryKeyList m_aModuleKeys;
100 RegistryKeyList m_aCurrentModuleSubKeys;
H A Dtdprovider.cxx153 RegistryKeyList _aBaseKeys;
278 for ( RegistryKeyList::const_iterator iPos( _aBaseKeys.begin() ); in disposing()
344 for ( RegistryKeyList::const_iterator iPos( _aBaseKeys.begin() ); in getByHierarchicalNameImpl()
H A Dbase.hxx86 ::com::sun::star::registry::XRegistryKey > > RegistryKeyList; typedef
/aoo4110/main/codemaker/inc/codemaker/
H A Dtypemanager.hxx39 typedef ::std::vector< KeyPair > RegistryKeyList; typedef
97 virtual RegistryKeyList getTypeKeys(const ::rtl::OString&) const in getTypeKeys()
98 { return RegistryKeyList(); } in getTypeKeys()
155 RegistryKeyList getTypeKeys(const ::rtl::OString& name) const;
/aoo4110/main/codemaker/source/cppumaker/
H A Dcppumaker.cxx77 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()
/aoo4110/main/codemaker/source/javamaker/
H A Djavamaker.cxx55 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()
/aoo4110/main/codemaker/source/codemaker/
H A Dtypemanager.cxx357 RegistryKeyList RegistryTypeManager::getTypeKeys(const ::rtl::OString& name_) const in getTypeKeys()
359 RegistryKeyList keyList= RegistryKeyList(); in getTypeKeys()

Completed in 36 milliseconds