Home
last modified time | relevance | path

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

/aoo4110/main/soldep/bootstrp/
H A Dprodmap.cxx447 ByteString sProductVersion; in PrintSingleMinorList() local
453 sProductVersion = sVersion; in PrintSingleMinorList()
456 pVersionList, sProductVersion, sVersion, rEnvironment, *pMinors->GetObject( i )); in PrintSingleMinorList()
/aoo4110/main/desktop/win32/source/setup/
H A Dsetup.cpp1238 TCHAR *sProductVersion = new TCHAR[ MAX_PATH + 1 ]; in CheckForUpgrade() local
1241 sProductVersion[0] = '\0'; in CheckForUpgrade()
1244 …CESS == RegQueryValueEx( hInstKey, PRODUCT_VERSION, NULL, NULL, (LPBYTE)sProductVersion, &nSize ) ) in CheckForUpgrade()
1246 if ( lstrcmpi( sProductVersion, m_pProductVersion ) == 0 ) in CheckForUpgrade()
1253 delete [] sProductVersion; in CheckForUpgrade()

Completed in 13 milliseconds