Home
last modified time | relevance | path

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

/aoo4110/main/cui/source/dialogs/
H A Dabout.cxx497 rtl::OUString sProductSource( utl::Bootstrap::getProductSource( sDefault ) ); in GetBuildId() local
498 OSL_ENSURE( sProductSource.getLength() > 0, "No ProductSource in bootstrap file" ); in GetBuildId()
503 if ( sProductSource.getLength() ) in GetBuildId()
505 sal_Int32 nMajorLength = sProductSource.getLength() - 3; in GetBuildId()
507 ( sProductSource.getLength() >= 3 ) in GetBuildId()
509 && ( sProductSource.copy( 3 ) == sBuildId.copy( 0, nMajorLength ) ); in GetBuildId()
512 sProductSource = sProductSource.copy( 0, sProductSource.getLength() - nMajorLength ); in GetBuildId()
515 sBuildIdBuff.insert( 0, sProductSource ); in GetBuildId()
/aoo4110/main/unotools/source/config/
H A Dbootstrap.cxx655 OUString sProductSource; in getProductSource() local
657 data().getVersionValue( csProductSourceItem, sProductSource, _sDefault ); in getProductSource()
658 return sProductSource; in getProductSource()

Completed in 35 milliseconds