Home
last modified time | relevance | path

Searched refs:HasValue (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx173 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 …]
H A Dregistry.cxx135 bool RegistryKeyImpl::HasValue(const std::wstring& Name) const in HasValue() function in RegistryKeyImpl
207 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()
H A Dregister.cxx269 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()
H A Duserregistrar.cxx79 if (!LocalHtmKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultShellHtmlEditor()
87 if (RootHtmKey->HasValue(DEFAULT_VALUE_NAME)) in RegisterAsDefaultShellHtmlEditor()
H A Dregistry.hxx143 bool HasValue(const std::wstring& Name) const;
H A Dregistryw9x.cxx483 assert(HasValue(Name)); in DeleteValue()
H A Dregistrywnt.cxx566 assert(HasValue(Name)); in DeleteValue()
/aoo4110/main/sw/source/filter/xml/
H A Dxmltbli.cxx216 sal_Bool HasValue() const { return bHasValue; } in HasValue() function in SwXMLTableCell_Impl
1754 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()
/aoo4110/main/dbaccess/source/ui/dlg/
H A Doptionalboolitem.hxx51 bool HasValue() const { return !!m_aValue; } in HasValue() function in dbaui::OptionalBoolItem
H A DDbAdminImpl.cxx933 if ( !pOptBoolItem->HasValue() ) in implTranslateProperty()

Completed in 63 milliseconds