Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/ !
H A Ddocinfohelper.cxx85 ::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()
/trunk/main/xmloff/source/core/ !
H A Dxmlimp.cxx1990 OUString aBuildId; in getBuildIds() local
1991 mxImportInfo->getPropertyValue( aPropName ) >>= aBuildId; in getBuildIds()
1992 if( aBuildId.getLength() ) in getBuildIds()
1994 sal_Int32 nIndex = aBuildId.indexOf('$'); in getBuildIds()
1997 rUPD = aBuildId.copy( 0, nIndex ).toInt32(); in getBuildIds()
1998 rBuild = aBuildId.copy( nIndex+1 ).toInt32(); in getBuildIds()
/trunk/main/desktop/source/migration/ !
H A Dwizard.cxx95 ::rtl::OUString aBuildId = aBuildIdData.copy( nIndex1+1, nIndex2-nIndex1-1 ); in getBuildId()
96 nBuildId = aBuildId.toInt32(); in getBuildId()