Home
last modified time | relevance | path

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

/aoo41x/main/cui/source/dialogs/
H A Dwinpluginlib.cpp44 char sSoPath[SO_PATH_SIZE]; in lc_isInstalled() local
76 sprintf(sSoPath,"%s", realFilePath); in lc_isInstalled()
87 if(strcmp(sPluginPath, sSoPath) == 0) in lc_isInstalled()
151 char sSoPath[SO_PATH_SIZE]; in lc_installPlugin() local
198 sprintf(sSoPath,"%s", realFilePath); in lc_installPlugin()
205 ret = RegSetValueEx( hStarOffice, "Path", 0, REG_SZ, (LPBYTE) sSoPath, strlen(sSoPath) + 1); in lc_installPlugin()

Completed in 20 milliseconds