Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dabout.cxx500 sal_Int32 nMajorLength = sProductSource.getLength() - 3; in GetBuildId() local
503 && ( sBuildId.getLength() >= nMajorLength ) in GetBuildId()
504 && ( sProductSource.copy( 3 ) == sBuildId.copy( 0, nMajorLength ) ); in GetBuildId()
507 sProductSource = sProductSource.copy( 0, sProductSource.getLength() - nMajorLength ); in GetBuildId()

Completed in 9 milliseconds