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