Searched refs:SetRegistryKey (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/shell/source/win32/shlxthandler/ |
H A D | shlxthdl.cxx | 88 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", FilePath)) in RegisterComComponent() 91 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "ThreadingModel", "Apartment")) in RegisterComComponent() 112 return SetRegistryKey( in RegisterColumnHandler() 144 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), "", ClsidToString(CLSID_INFOTIP_HANDLER).c_str… in RegisterInfotipHandler() 189 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str(), "", ClsidToString(CLSID_PROPERTYSHEET_… in RegisterPropSheetHandler() 240 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), "", ClsidToString(CLSID_THUMBVIEWER_HANDLER).c… in RegisterThumbviewerHandler() 276 bool bRet = SetRegistryKey( in ApproveShellExtension()
|
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.cxx | 1200 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", "OpenOffice.org XML Filter")) in RegisterFilterHandler() 1206 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", FilePath)) in RegisterFilterHandler() 1209 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "ThreadingModel", "Both")) in RegisterFilterHandler() 1228 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist.c_str(), "", "OpenOffice Persistent Hand… in RegisterPersistentHandler() 1237 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist_Entry.c_str(), "", ClsidToString(Persist… in RegisterPersistentHandler() 1248 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist_Addin.c_str(), "", ClsidToString(FilterG… in RegisterPersistentHandler() 1286 if (!SetRegistryKey(HKEY_CLASSES_ROOT, in RegisterSearchHandler() 1307 if (!SetRegistryKey(HKEY_CLASSES_ROOT, in RegisterSearchHandler()
|
/aoo4110/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 266 bool SetRegistryKey(HKEY RootKey, const wchar_t* KeyName, const wchar_t* ValueName, const wchar_t* … in SetRegistryKey() function 412 SetRegistryKey(key, szKey, szName, szValue); in DoRegEntries()
|
/aoo4110/main/shell/inc/internal/ |
H A D | registry.hxx | 44 bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value);
|
/aoo4110/main/shell/source/win32/shlxthandler/util/ |
H A D | registry.cxx | 57 bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value) in SetRegistryKey() function
|
Completed in 27 milliseconds