Lines Matching refs:Registrar

78 Registrar::Registrar(const RegistrationContextInformation& RegContext) : 	  in Registrar()  function in Registrar
89 Registrar::~Registrar() in ~Registrar()
93 void Registrar::RegisterForMsWord() const in RegisterForMsWord()
124 void Registrar::UnregisterForMsWord() const in UnregisterForMsWord()
155 bool Registrar::QueryPreselectForMsApplication(const std::wstring& file_extension) const in QueryPreselectForMsApplication()
198 bool Registrar::QueryPreselectMsWordRegistration() const in QueryPreselectMsWordRegistration()
204 void Registrar::RegisterForMsExcel() const in RegisterForMsExcel()
227 void Registrar::UnregisterForMsExcel() const in UnregisterForMsExcel()
250 bool Registrar::QueryPreselectMsExcelRegistration() const in QueryPreselectMsExcelRegistration()
256 void Registrar::RegisterForMsPowerPoint() const in RegisterForMsPowerPoint()
287 void Registrar::UnregisterForMsPowerPoint() const in UnregisterForMsPowerPoint()
321 bool Registrar::QueryPreselectMsPowerPointRegistration() const in QueryPreselectMsPowerPointRegistration()
339 void Registrar::RegisterAsHtmlEditorForInternetExplorer() const in RegisterAsHtmlEditorForInternetExplorer()
375 void Registrar::UnregisterAsHtmlEditorForInternetExplorer() const in UnregisterAsHtmlEditorForInternetExplorer()
397 void Registrar::RegisterAsDefaultHtmlEditorForInternetExplorer() const in RegisterAsDefaultHtmlEditorForInternetExplorer()
440 void Registrar::UnregisterAsDefaultHtmlEditorForInternetExplorer() const in UnregisterAsDefaultHtmlEditorForInternetExplorer()
486 void Registrar::RegisterAsDefaultShellHtmlEditor() const in RegisterAsDefaultShellHtmlEditor()
527 void Registrar::UnregisterAsDefaultShellHtmlEditor() const in UnregisterAsDefaultShellHtmlEditor()
569 void Registrar::SaveRegisteredFor(int State) const in SaveRegisteredFor()
578 void Registrar::SaveNotRegisteredFor(int State) const in SaveNotRegisteredFor()
587 int Registrar::GetRegisterState() const in GetRegisterState()
603 void Registrar::SetRegisterState(int NewState) const in SetRegisterState()
610 bool Registrar::IsRegisteredFor(int State) const in IsRegisteredFor()
631 void Registrar::RepairRegistrationState() const in RepairRegistrationState()
655 void Registrar::UnregisterAllAndCleanUpRegistry() const in UnregisterAllAndCleanUpRegistry()
681 void Registrar::RegisterForMsOfficeApplication( in RegisterForMsOfficeApplication()
744 void Registrar::UnregisterForMsOfficeApplication(const std::wstring& FileExtension) const in UnregisterForMsOfficeApplication()
772 RegistryKey Registrar::GetRootKeyForDefHtmlEditorForIERegistration() const in GetRootKeyForDefHtmlEditorForIERegistration()
777 bool Registrar::IsOpenOfficeRegisteredForMsApplication(const std::wstring& DocumentExtensionDefValu… in IsOpenOfficeRegisteredForMsApplication()