Searched refs:ClsidEntry (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.cxx | 1197 std::string ClsidEntry = CLSID_GUID_ENTRY; in RegisterFilterHandler() local 1198 SubstitutePlaceholder(ClsidEntry, GUID_PLACEHOLDER, ClsidToString(FilterGuid)); in RegisterFilterHandler() 1200 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", "OpenOffice.org XML Filter")) in RegisterFilterHandler() 1203 ClsidEntry = CLSID_GUID_INPROC_ENTRY; in RegisterFilterHandler() 1204 SubstitutePlaceholder(ClsidEntry, GUID_PLACEHOLDER, ClsidToString(FilterGuid)); 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()
|
/aoo4110/main/shell/source/win32/shlxthandler/ |
H A D | shlxthdl.cxx | 85 std::string ClsidEntry = CLSID_ENTRY; in RegisterComComponent() local 86 SubstitutePlaceholder(ClsidEntry, GUID_PLACEHOLDER, ClsidToString(Guid)); in RegisterComComponent() 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()
|
Completed in 15 milliseconds