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()417 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()462 if (BackupRegKey->HasValue(DEFAULT_VALUE_NAME)) in UnregisterAsDefaultHtmlEditorForInternetExplorer()469 if (BackupRegKey->HasValue(L"Description")) 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()[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()
213 sal_Bool HasValue() const { return bHasValue; } in HasValue() function in SwXMLTableCell_Impl1751 pSrcCell->HasValue(), pSrcCell->GetValue(), in InsertRepRows()2073 ! pCell->HasValue(), in MakeTableBox()2101 if( pCell->HasValue() && (pCell->GetValue() == 0.0) && in MakeTableBox()2155 else if( !pCell->HasValue() && pCell->HasTextValue() ) in MakeTableBox()2176 if( pCell->HasValue() ) in MakeTableBox()
51 bool HasValue() const { return !!m_aValue; } in HasValue() function in dbaui::OptionalBoolItem
933 if ( !pOptBoolItem->HasValue() ) in implTranslateProperty()