Searched refs:nSrcIndex (Results 1 – 3 of 3) sorted by relevance
361 sal_Int32 nSrcIndex; in osl_getFileURLFromSystemPath() local372 for( nSrcIndex = nIndex + 1; nSrcIndex < pTmp->length; nSrcIndex++ ) in osl_getFileURLFromSystemPath()374 …if( ((sal_Unicode) '/' == pTmp->buffer[nSrcIndex]) && ((sal_Unicode) '/' == pTmp->buffer[nIndex]) ) in osl_getFileURLFromSystemPath()377 pTmp->buffer[++nIndex] = pTmp->buffer[nSrcIndex]; in osl_getFileURLFromSystemPath()
732 sal_Int32 nSrcIndex; in osl_getFileURLFromSystemPath()743 for( nSrcIndex = nIndex + 1; nSrcIndex < pTmp->length; nSrcIndex++ ) in osl_getFileURLFromSystemPath()745 …if( ((sal_Unicode) '/' == pTmp->buffer[nSrcIndex]) && ((sal_Unicode) '/' == pTmp->buffer[nIndex]) ) in osl_getFileURLFromSystemPath()748 pTmp->buffer[++nIndex] = pTmp->buffer[nSrcIndex]; in osl_getFileURLFromSystemPath()
997 SCSIZE nSrcIndex; in MixData() local998 rSrcCol.Search( nRow1, nSrcIndex ); //! Testen, ob Daten ganz vorne in MixData()1004 if ( nSrcIndex < nSrcCount ) in MixData()1005 nNextSrc = rSrcCol.pItems[nSrcIndex].nRow; in MixData()1016 if ( nSrcIndex < nSrcCount && nNextSrc == nRow ) in MixData()1017 pSrc = rSrcCol.pItems[nSrcIndex].pCell; in MixData()1154 ++nSrcIndex; in MixData()1155 nNextSrc = ( nSrcIndex < nSrcCount ) ? in MixData()1156 rSrcCol.pItems[nSrcIndex].nRow : in MixData()
Completed in 42 milliseconds