Home
last modified time | relevance | path

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

/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx624 for ( sal_Int32 nSeqInd = 0; nSeqInd < aProps.getLength(); nSeqInd++ ) in FindConnectPoints() local
625 if ( aProps[nSeqInd].Name.equalsAscii( "CommandURL" ) ) in FindConnectPoints()
627 aProps[nSeqInd].Value >>= aCommand; in FindConnectPoints()
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx96 sal_Int32 nSeqInd = 0; in GetSequenceClassIDRepresentation() local
97 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 32 milliseconds