Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dfile_url.cxx360 sal_Int32 nSrcIndex; in osl_getFileURLFromSystemPath() local
371 for( nSrcIndex = nIndex + 1; nSrcIndex < pTmp->length; nSrcIndex++ ) in osl_getFileURLFromSystemPath()
373 …if( ((sal_Unicode) '/' == pTmp->buffer[nSrcIndex]) && ((sal_Unicode) '/' == pTmp->buffer[nIndex]) ) in osl_getFileURLFromSystemPath()
376 pTmp->buffer[++nIndex] = pTmp->buffer[nSrcIndex]; in osl_getFileURLFromSystemPath()
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx732 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()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx997 SCSIZE nSrcIndex; in MixData() local
998 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 39 milliseconds