Searched refs:OOFriendlyAppName (Results 1 – 1 of 1) sorted by relevance
343 std::wstring OOFriendlyAppName = m_ContextInformation.GetOpenOfficeFriendlyAppName(); in RegisterAsHtmlEditorForInternetExplorer() local345 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() local384 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 15 milliseconds