Searched refs:nSeqInd (Results 1 – 2 of 2) sorted by relevance
624 for ( sal_Int32 nSeqInd = 0; nSeqInd < aProps.getLength(); nSeqInd++ ) in FindConnectPoints() local625 if ( aProps[nSeqInd].Name.equalsAscii( "CommandURL" ) ) in FindConnectPoints()627 aProps[nSeqInd].Value >>= aCommand; in FindConnectPoints()
96 sal_Int32 nSeqInd = 0; in GetSequenceClassIDRepresentation() local97 while( nSeqInd < 16 && nStrPointer + 1 < nLength ) in GetSequenceClassIDRepresentation()105 aResult[nSeqInd++] = (sal_Int8)( nDigit1 * 16 + nDigit2 ); in GetSequenceClassIDRepresentation()111 if ( nSeqInd == 16 && nStrPointer == nLength ) in GetSequenceClassIDRepresentation()
Completed in 27 milliseconds