Home
last modified time | relevance | path

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

/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx343 std::wstring OOFriendlyAppName = m_ContextInformation.GetOpenOfficeFriendlyAppName(); in RegisterAsHtmlEditorForInternetExplorer() local
345 std::wstring RegKeyName = HTM_OPENWITHLIST + std::wstring(L"\\") + OOFriendlyAppName; in RegisterAsHtmlEditorForInternetExplorer()
358 RegKeyName = APPLICATIONS + std::wstring(L"\\") + OOFriendlyAppName; in RegisterAsHtmlEditorForInternetExplorer()
362 RegVal->SetValue(OOFriendlyAppName); in RegisterAsHtmlEditorForInternetExplorer()
381 std::wstring OOFriendlyAppName = m_ContextInformation.GetOpenOfficeFriendlyAppName(); in UnregisterAsHtmlEditorForInternetExplorer() local
384 if ( aRegKey->HasSubKey( OOFriendlyAppName ) ) in UnregisterAsHtmlEditorForInternetExplorer()
385 aRegKey->DeleteSubKeyTree( OOFriendlyAppName ); in UnregisterAsHtmlEditorForInternetExplorer()
388 if ( aRegKey->HasSubKey( OOFriendlyAppName ) ) in UnregisterAsHtmlEditorForInternetExplorer()
389 aRegKey->DeleteSubKeyTree( OOFriendlyAppName ); in UnregisterAsHtmlEditorForInternetExplorer()

Completed in 22 milliseconds