Home
last modified time | relevance | path

Searched refs:m_RootKey (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx95 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()
377 assert(m_RootKey.get()); in UnregisterAsHtmlEditorForInternetExplorer()
399 assert(m_RootKey.get()); in RegisterAsDefaultHtmlEditorForInternetExplorer()
442 assert(m_RootKey.get()); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
[all …]
H A Duserregistrar.cxx42 m_RootKey = RegKey->OpenSubKey(L"Software\\Classes"); in UserRegistrar()
60 RegistryKey RegKey = m_RootKey->OpenSubKey(L"Applications"); in UnregisterAsHtmlEditorForInternetExplorer()
64 m_RootKey->DeleteSubKey(L"Applications"); in UnregisterAsHtmlEditorForInternetExplorer()
77 RegistryKey LocalHtmKey = m_RootKey->CreateSubKey(L".htm"); in RegisterAsDefaultShellHtmlEditor()
95 m_RootKey->CreateSubKey(RootHtmFwdKey); in RegisterAsDefaultShellHtmlEditor()
125 if (m_RootKey->HasSubKey(FileExtension)) in UnregisterForMsOfficeApplication()
127 RegistryKey RegKey = m_RootKey->OpenSubKey(FileExtension); in UnregisterForMsOfficeApplication()
132 m_RootKey->DeleteSubKey(FileExtension); in UnregisterForMsOfficeApplication()
H A Dregistrar.hxx116 RegistryKey m_RootKey; member in Registrar

Completed in 18 milliseconds