Searched refs:aBuildId (Results 1 – 3 of 3) sorted by relevance
85 ::rtl::OUString aBuildId( Bootstrap::getBuildIdData( aDefault ) ); in GetGeneratorString()86 for( sal_Int32 i=0; i < aBuildId.getLength(); i++ ) in GetGeneratorString()88 sal_Unicode c = aBuildId[i]; in GetGeneratorString()
1992 OUString aBuildId; in getBuildIds() local1993 mxImportInfo->getPropertyValue( aPropName ) >>= aBuildId; in getBuildIds()1994 if( aBuildId.getLength() ) in getBuildIds()1996 sal_Int32 nIndex = aBuildId.indexOf('$'); in getBuildIds()1999 rUPD = aBuildId.copy( 0, nIndex ).toInt32(); in getBuildIds()2000 rBuild = aBuildId.copy( nIndex+1 ).toInt32(); in getBuildIds()
95 ::rtl::OUString aBuildId = aBuildIdData.copy( nIndex1+1, nIndex2-nIndex1-1 ); in getBuildId()96 nBuildId = aBuildId.toInt32(); in getBuildId()
Completed in 30 milliseconds