Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dabout.cxx492 rtl::OUString sProductSource( utl::Bootstrap::getProductSource( sDefault ) ); in GetBuildId() local
493 OSL_ENSURE( sProductSource.getLength() > 0, "No ProductSource in bootstrap file" ); in GetBuildId()
498 if ( sProductSource.getLength() ) in GetBuildId()
500 sal_Int32 nMajorLength = sProductSource.getLength() - 3; in GetBuildId()
502 ( sProductSource.getLength() >= 3 ) in GetBuildId()
504 && ( sProductSource.copy( 3 ) == sBuildId.copy( 0, nMajorLength ) ); in GetBuildId()
507 sProductSource = sProductSource.copy( 0, sProductSource.getLength() - nMajorLength ); in GetBuildId()
510 sBuildIdBuff.insert( 0, sProductSource ); in GetBuildId()
/trunk/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 16 milliseconds