Home
last modified time | relevance | path

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

/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx164 if (!root_key->HasSubKey(file_extension)) in QueryPreselectForMsApplication()
183 … else if ( (REG_SZ == RegVal->GetType()) && ! root_key->HasSubKey( RegVal->GetDataAsUniString() ) ) in QueryPreselectForMsApplication()
384 if ( aRegKey->HasSubKey( OOFriendlyAppName ) ) in UnregisterAsHtmlEditorForInternetExplorer()
388 if ( aRegKey->HasSubKey( OOFriendlyAppName ) ) in UnregisterAsHtmlEditorForInternetExplorer()
458 if (BackupRegKey->HasSubKey(DEFAULT_HTML_EDITOR)) in UnregisterAsDefaultHtmlEditorForInternetExplorer()
499 if (0 == HtmFwdKey.length() || !m_RootKey->HasSubKey(HtmFwdKey)) in RegisterAsDefaultShellHtmlEditor()
543 if (0 == HtmFwdKey.length() || !m_RootKey->HasSubKey(HtmFwdKey)) in UnregisterAsDefaultShellHtmlEditor()
677 if (m_RootKey->HasSubKey(PRIVATE_BACKUP_KEY_NAME)) in UnregisterAllAndCleanUpRegistry()
748 if (m_RootKey->HasSubKey(FileExtension)) in UnregisterForMsOfficeApplication()
768 if (m_RootKey->HasSubKey(FwdRegKeyName)) in UnregisterForMsOfficeApplication()
H A Dregister.cxx264 if (hkcr_key->HasSubKey(SO_BACKUP_KEY)) in FixReturnRegistrationState()
276 if (hklm_key->HasSubKey(SO60_UNINSTALL_KEY)) in FixReturnRegistrationState()
303 if (hklm_sftw_classes->HasSubKey(SO_BACKUP_KEY)) in FixReturnRegistrationState()
314 if (hklm_key->HasSubKey(SO60_UNINSTALL_KEY)) in FixReturnRegistrationState()
H A Duserregistrar.cxx83 if (HKCRKey->HasSubKey(L".htm")) in RegisterAsDefaultShellHtmlEditor()
93 if (HKCRKey->HasSubKey(RootHtmFwdKey)) in RegisterAsDefaultShellHtmlEditor()
125 if (m_RootKey->HasSubKey(FileExtension)) in UnregisterForMsOfficeApplication()
H A Dregistry.hxx153 bool HasSubKey(const std::wstring& Name) const;
H A Dregistry.cxx168 bool RegistryKeyImpl::HasSubKey(const std::wstring& Name) const in HasSubKey() function in RegistryKeyImpl
H A Dregistryw9x.cxx426 assert(HasSubKey(Name)); in DeleteSubKey()
H A Dregistrywnt.cxx439 assert(HasSubKey(Name)); in DeleteSubKey()

Completed in 35 milliseconds