Searched refs:sProductSource (Results 1 – 2 of 2) sorted by relevance
492 rtl::OUString sProductSource( utl::Bootstrap::getProductSource( sDefault ) ); in GetBuildId() local493 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()
655 OUString sProductSource; in getProductSource() local657 data().getVersionValue( csProductSourceItem, sProductSource, _sDefault ); in getProductSource()658 return sProductSource; in getProductSource()
Completed in 32 milliseconds