Searched refs:GetOpenOfficeExecutableName (Results 1 – 3 of 3) sorted by relevance
413 if (std::wstring::npos == CmdLine.find(m_ContextInformation.GetOpenOfficeExecutableName())) in RegisterAsDefaultHtmlEditorForInternetExplorer()454 if (std::wstring::npos != CmdLine.find(m_ContextInformation.GetOpenOfficeExecutableName())) in UnregisterAsDefaultHtmlEditorForInternetExplorer()511 if (std::wstring::npos == CmdLine.find(m_ContextInformation.GetOpenOfficeExecutableName())) in RegisterAsDefaultShellHtmlEditor()552 if (std::wstring::npos != CmdLine.find(m_ContextInformation.GetOpenOfficeExecutableName())) in UnregisterAsDefaultShellHtmlEditor()
160 std::wstring GetOpenOfficeExecutableName() const;
299 std::wstring RegistrationContextInformation::GetOpenOfficeExecutableName() const in GetOpenOfficeExecutableName() function in RegistrationContextInformation
Completed in 13 milliseconds