Searched refs:HasValue (Results 1 – 10 of 10) sorted by relevance
173 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in QueryPreselectForMsApplication()407 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultHtmlEditorForInternetExplorer()421 if (RegKey->HasValue(L"Description")) in RegisterAsDefaultHtmlEditorForInternetExplorer()448 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in UnregisterAsDefaultHtmlEditorForInternetExplorer()495 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultShellHtmlEditor()504 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultShellHtmlEditor()538 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in UnregisterAsDefaultShellHtmlEditor()593 if (RegKey->HasValue(REGISTRATION_STATE)) in GetRegisterState()618 if (RegKey->HasValue(REGISTRATION_STATE)) in IsRegisteredFor()728 if (RegKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterForMsOfficeApplication()[all …]
135 bool RegistryKeyImpl::HasValue(const std::wstring& Name) const in HasValue() function in RegistryKeyImpl207 assert(RegistryKey->HasValue(Name)); in CopyValue()213 assert(HasValue(Name)); in CopyValue()231 assert(RegistryKey->HasValue(Name)); in CopyValue()237 assert(HasValue(NewName)); in CopyValue()
269 if (!so_bak_key->HasValue(REGMSDOCSTATE)) in FixReturnRegistrationState()281 if (so_uninst_key->HasValue(REGMSDOCSTATE)) in FixReturnRegistrationState()293 if (!so_bak_key->HasValue(REGMSDOCSTATE)) in FixReturnRegistrationState()307 if (so_bak_key_old->HasValue(REGMSDOCSTATE)) in FixReturnRegistrationState()319 if (so_uninst_key->HasValue(REGMSDOCSTATE)) in FixReturnRegistrationState()
79 if (!LocalHtmKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultShellHtmlEditor()87 if (RootHtmKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultShellHtmlEditor()
143 bool HasValue(const std::wstring& Name) const;
483 assert(HasValue(Name)); in DeleteValue()
566 assert(HasValue(Name)); in DeleteValue()
216 sal_Bool HasValue() const { return bHasValue; } in HasValue() function in SwXMLTableCell_Impl1754 pSrcCell->HasValue(), pSrcCell->GetValue(), in InsertRepRows()2076 ! pCell->HasValue(), in MakeTableBox()2104 if( pCell->HasValue() && (pCell->GetValue() == 0.0) && in MakeTableBox()2158 else if( !pCell->HasValue() && pCell->HasTextValue() ) in MakeTableBox()2179 if( pCell->HasValue() ) in MakeTableBox()
51 bool HasValue() const { return !!m_aValue; } in HasValue() function in dbaui::OptionalBoolItem
933 if ( !pOptBoolItem->HasValue() ) in implTranslateProperty()
Completed in 57 milliseconds