Home
last modified time | relevance | path

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

/aoo4110/main/cui/source/dialogs/
H A Dwinpluginlib.cpp43 HKEY hStarOffice; in lc_isInstalled() local
85 ret = RegQueryValueEx (hStarOffice, "Path", NULL, &dType , (LPBYTE) sPluginPath, &dSize); in lc_isInstalled()
97 RegCloseKey(hStarOffice); in lc_isInstalled()
107 HKEY hStarOffice; in lc_uninstallPlugin() local
135 RegCloseKey(hStarOffice); in lc_uninstallPlugin()
150 HKEY hStarOffice; in lc_installPlugin() local
183 &hStarOffice, in lc_installPlugin()
191 RegFlushKey(hStarOffice); in lc_installPlugin()
205 ret = RegSetValueEx( hStarOffice, "Path", 0, REG_SZ, (LPBYTE) sSoPath, strlen(sSoPath) + 1); in lc_installPlugin()
213 RegFlushKey(hStarOffice); in lc_installPlugin()
[all …]

Completed in 12 milliseconds