Lines Matching refs:L

67     const std::wstring HTM_OPENWITHLIST = L".htm\\OpenWithList";
68 const std::wstring APPLICATIONS = L"Applications";
69 const std::wstring SHELL_EDIT_COMMAND = L"shell\\edit\\command";
70 const std::wstring HTML_EDIT = L"HTML Edit";
71 const std::wstring HTML_EDIT_DISPLAY_NAME = L"Edit Display Name";
72 const std::wstring SHELL_EDIT_COMMAND_BACKUP = L"Shell Edit Cmd";
73 const std::wstring DEFAULT_HTML_EDITOR = L"Default HTML Editor";
74 …const std::wstring MS_IE_DEF_HTML_EDITOR = L"Software\\Microsoft\\Internet Explorer\\Default HTML …
75 …const std::wstring MS_IE_DEF_HTML_EDITOR_SHL_EDIT_CMD = L"Software\\Microsoft\\Internet Explorer\\…
80 FORWARD_KEY_PREFIX(L"OpenOffice"), in Registrar()
81 DEFAULT_VALUE_NAME(L""), in Registrar()
82 BACKUP_VALUE_NAME(L"Backup"), in Registrar()
83 PRIVATE_BACKUP_KEY_NAME(L"OpenOffice.reg4msdocmsi"),//PRIVATE_BACKUP_KEY_NAME(L"soffice6.bak"), in Registrar()
84 REGISTRATION_STATE(L"Reg4MsDocState") in Registrar()
345 std::wstring RegKeyName = HTM_OPENWITHLIST + std::wstring(L"\\") + OOFriendlyAppName; in RegisterAsHtmlEditorForInternetExplorer()
358 RegKeyName = APPLICATIONS + std::wstring(L"\\") + OOFriendlyAppName; in RegisterAsHtmlEditorForInternetExplorer()
361 RegVal->SetName(L"FriendlyAppName"); in RegisterAsHtmlEditorForInternetExplorer()
405 RegistryValue RegVal = RegistryValue(new RegistryValueImpl(DEFAULT_VALUE_NAME, L"")); in RegisterAsDefaultHtmlEditorForInternetExplorer()
415 …RegistryKey BackupRegKey = m_RootKey->CreateSubKey(PRIVATE_BACKUP_KEY_NAME + L"\\" + DEFAULT_HTML_… in RegisterAsDefaultHtmlEditorForInternetExplorer()
421 if (RegKey->HasValue(L"Description")) in RegisterAsDefaultHtmlEditorForInternetExplorer()
422 BackupRegKey->CopyValue(RegKey, L"Description"); in RegisterAsDefaultHtmlEditorForInternetExplorer()
432 RegVal->SetName(L"Description"); in RegisterAsDefaultHtmlEditorForInternetExplorer()
469 if (BackupRegKey->HasValue(L"Description")) in UnregisterAsDefaultHtmlEditorForInternetExplorer()
470 RegKey->CopyValue(BackupRegKey, L"Description"); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
472 RegKey->DeleteValue(L"Description"); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
478 RegKey->DeleteValue(L"Description"); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
490 RegistryKey RegKey = m_RootKey->CreateSubKey(L".htm"); in RegisterAsDefaultShellHtmlEditor()
493 new RegistryValueImpl(DEFAULT_VALUE_NAME, L"")); in RegisterAsDefaultShellHtmlEditor()
500 HtmFwdKey = L".htm"; 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()
533 RegistryKey RegKey = m_RootKey->OpenSubKey(L".htm"); in UnregisterAsDefaultShellHtmlEditor()
536 new RegistryValueImpl(DEFAULT_VALUE_NAME, L"")); in UnregisterAsDefaultShellHtmlEditor()
544 HtmFwdKey = L".htm"; 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()
697 RegistryKey RegKey = ForwardKey->CreateSubKey(L"DefaultIcon"); in RegisterForMsOfficeApplication()
701 RegistryKey RegKeyShell = ForwardKey->CreateSubKey(L"shell"); in RegisterForMsOfficeApplication()
705 RegKey = RegKeyShell->CreateSubKey(L"new"); in RegisterForMsOfficeApplication()
709 RegKey = RegKey->CreateSubKey(L"command"); in RegisterForMsOfficeApplication()
713 RegKey = RegKeyShell->CreateSubKey(L"open\\command"); in RegisterForMsOfficeApplication()
717 RegKey = RegKeyShell->CreateSubKey(L"print\\command"); in RegisterForMsOfficeApplication()
721 RegKey = RegKeyShell->CreateSubKey(L"printto\\command"); in RegisterForMsOfficeApplication()