Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/recovery/
H A Ddbdocrecovery.cxx114 const sal_Int32 nCommaPos = i_rIniLine.lastIndexOf( sal_Unicode( ',' ) ); in lcl_extractCompDesc() local
115 if ( nCommaPos != i_rIniLine.getLength() - 2 ) in lcl_extractCompDesc()
120 o_rCompDesc.sName = i_rIniLine.copy( nEqualSignPos + 1, nCommaPos - nEqualSignPos - 1 ); in lcl_extractCompDesc()
121 o_rCompDesc.bForEditing = ( i_rIniLine.getStr()[ nCommaPos + 1 ] == '1' ); in lcl_extractCompDesc()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx404 sal_Int32 nCommaPos = -1, nPos; in convertValue() local
406 for( nPos = 0; (nPos < rValue.getLength()) && (nCommaPos == -1); nPos++ ) in convertValue()
412 nCommaPos = nPos; in convertValue()
427 if( nCommaPos >= 0 ) in convertValue()
430 aPair.First = convertValue( eAttributeName, rValue.copy( 0, nCommaPos ) ); in convertValue()
431 …ir.Second = convertValue( eAttributeName, rValue.copy( nCommaPos+1, rValue.getLength() - nCommaPos in convertValue()

Completed in 14 milliseconds