Home
last modified time | relevance | path

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

/aoo42x/main/cui/source/dialogs/
H A Dwinpluginlib.cxx45 char sSoPath[SO_PATH_SIZE]; in lc_isInstalled() local
77 sprintf(sSoPath,"%s", realFilePath); in lc_isInstalled()
88 if(strcmp(sPluginPath, sSoPath) == 0) in lc_isInstalled()
152 char sSoPath[SO_PATH_SIZE]; in lc_installPlugin() local
199 sprintf(sSoPath,"%s", realFilePath); in lc_installPlugin()
206 ret = RegSetValueEx( hStarOffice, "Path", 0, REG_SZ, (LPBYTE) sSoPath, strlen(sSoPath) + 1); in lc_installPlugin()

Completed in 10 milliseconds