Searched refs:hStarOffice (Results 1 – 1 of 1) sorted by relevance
/trunk/main/cui/source/dialogs/ |
H A D | winpluginlib.cxx | 44 HKEY hStarOffice; in lc_isInstalled() local 86 ret = RegQueryValueEx (hStarOffice, "Path", NULL, &dType , (LPBYTE) sPluginPath, &dSize); in lc_isInstalled() 98 RegCloseKey(hStarOffice); in lc_isInstalled() 108 HKEY hStarOffice; in lc_uninstallPlugin() local 136 RegCloseKey(hStarOffice); in lc_uninstallPlugin() 151 HKEY hStarOffice; in lc_installPlugin() local 184 &hStarOffice, in lc_installPlugin() 192 RegFlushKey(hStarOffice); in lc_installPlugin() 206 ret = RegSetValueEx( hStarOffice, "Path", 0, REG_SZ, (LPBYTE) sSoPath, strlen(sSoPath) + 1); in lc_installPlugin() 214 RegFlushKey(hStarOffice); in lc_installPlugin() [all …]
|
Completed in 10 milliseconds