Lines Matching refs:m_RootKey

86     m_RootKey = WindowsRegistry().GetClassesRootKey();  in Registrar()
95 assert(m_RootKey.get()); in RegisterForMsWord()
126 assert(m_RootKey.get()); in UnregisterForMsWord()
206 assert(m_RootKey.get()); in RegisterForMsExcel()
229 assert(m_RootKey.get()); in UnregisterForMsExcel()
258 assert(m_RootKey.get()); in RegisterForMsPowerPoint()
289 assert(m_RootKey.get()); in UnregisterForMsPowerPoint()
341 assert(m_RootKey.get()); in RegisterAsHtmlEditorForInternetExplorer()
346 RegistryKey RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer()
359 RegKey = m_RootKey->CreateSubKey(RegKeyName); in RegisterAsHtmlEditorForInternetExplorer()
377 assert(m_RootKey.get()); in UnregisterAsHtmlEditorForInternetExplorer()
383 RegistryKey aRegKey = m_RootKey->OpenSubKey( APPLICATIONS ); in UnregisterAsHtmlEditorForInternetExplorer()
387 aRegKey = m_RootKey->OpenSubKey( HTM_OPENWITHLIST ); in UnregisterAsHtmlEditorForInternetExplorer()
399 assert(m_RootKey.get()); in RegisterAsDefaultHtmlEditorForInternetExplorer()
415 …RegistryKey BackupRegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME + L"\\" + DEFAULT_HTML_… in RegisterAsDefaultHtmlEditorForInternetExplorer()
442 assert(m_RootKey.get()); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
456 RegistryKey BackupRegKey = m_RootKey->OpenSubKey(PRIVATE_BACKUP_KEY_NAME); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
488 assert(m_RootKey.get()); in RegisterAsDefaultShellHtmlEditor()
490 RegistryKey RegKey = m_RootKey->CreateSubKey(L".htm"); in RegisterAsDefaultShellHtmlEditor()
499 if (0 == HtmFwdKey.length() || !m_RootKey->HasSubKey(HtmFwdKey)) in RegisterAsDefaultShellHtmlEditor()
502 RegKey = m_RootKey->CreateSubKey(HtmFwdKey + L"\\" + SHELL_EDIT_COMMAND); in RegisterAsDefaultShellHtmlEditor()
513 … RegistryKey BackupRegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME + L"\\" + HTML_EDIT); in RegisterAsDefaultShellHtmlEditor()
529 assert(m_RootKey.get()); in UnregisterAsDefaultShellHtmlEditor()
533 RegistryKey RegKey = m_RootKey->OpenSubKey(L".htm"); in UnregisterAsDefaultShellHtmlEditor()
543 if (0 == HtmFwdKey.length() || !m_RootKey->HasSubKey(HtmFwdKey)) in UnregisterAsDefaultShellHtmlEditor()
546 RegKey = m_RootKey->OpenSubKey(HtmFwdKey + L"\\" + SHELL_EDIT_COMMAND); in UnregisterAsDefaultShellHtmlEditor()
554 … RegistryKey BackupRegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME + L"\\" + HTML_EDIT); in UnregisterAsDefaultShellHtmlEditor()
571 assert(m_RootKey.get()); in SaveRegisteredFor()
580 assert(m_RootKey.get()); in SaveNotRegisteredFor()
591 RegistryKey RegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME); in GetRegisterState()
605 RegistryKey RegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME); in SetRegisterState()
612 assert(m_RootKey.get()); in IsRegisteredFor()
614 RegistryKey RegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME); in IsRegisteredFor()
633 assert(m_RootKey.get()); in RepairRegistrationState()
657 assert(m_RootKey.get()); in UnregisterAllAndCleanUpRegistry()
677 if (m_RootKey->HasSubKey(PRIVATE_BACKUP_KEY_NAME)) in UnregisterAllAndCleanUpRegistry()
678 m_RootKey->DeleteSubKeyTree(PRIVATE_BACKUP_KEY_NAME); in UnregisterAllAndCleanUpRegistry()
689 assert(m_RootKey.get()); in RegisterForMsOfficeApplication()
693 RegistryKey ForwardKey = m_RootKey->CreateSubKey(ForwardKeyName); in RegisterForMsOfficeApplication()
726 RegKey = m_RootKey->CreateSubKey(FileExtension); in RegisterForMsOfficeApplication()
748 if (m_RootKey->HasSubKey(FileExtension)) in UnregisterForMsOfficeApplication()
750 RegistryKey RegKey = m_RootKey->OpenSubKey(FileExtension); in UnregisterForMsOfficeApplication()
758 RegistryKey FwdRegKey = m_RootKey->CreateSubKey(FwdRegKeyName); in UnregisterForMsOfficeApplication()
768 if (m_RootKey->HasSubKey(FwdRegKeyName)) in UnregisterForMsOfficeApplication()
769 m_RootKey->DeleteSubKeyTree(FwdRegKeyName); in UnregisterForMsOfficeApplication()