Lines Matching refs:nCurDirPos
2705 pRTLData->nCurDirPos = 0; in RTLFUNC()
2718 pRTLData->nCurDirPos = -2; in RTLFUNC()
2737 if( pRTLData->nCurDirPos < 0 ) in RTLFUNC()
2739 if( pRTLData->nCurDirPos == -2 ) in RTLFUNC()
2743 else if( pRTLData->nCurDirPos == -1 ) in RTLFUNC()
2747 pRTLData->nCurDirPos++; in RTLFUNC()
2749 else if( pRTLData->nCurDirPos >= pRTLData->aDirSeq.getLength() ) in RTLFUNC()
2757 ::rtl::OUString aFile = pRTLData->aDirSeq.getConstArray()[pRTLData->nCurDirPos++]; in RTLFUNC()
2829 pRTLData->nCurDirPos = 0; in RTLFUNC()
2837 if( pRTLData->nCurDirPos >= pRTLData->pDir->Count() ) in RTLFUNC()
2844 DirEntry aNextEntry=(*(pRTLData->pDir))[pRTLData->nCurDirPos++]; in RTLFUNC()
2877 pRTLData->nCurDirPos = 0; in RTLFUNC()
2888 pRTLData->nCurDirPos = -2; in RTLFUNC()
2899 if( pRTLData->nCurDirPos < 0 ) in RTLFUNC()
2901 if( pRTLData->nCurDirPos == -2 ) in RTLFUNC()
2905 else if( pRTLData->nCurDirPos == -1 ) in RTLFUNC()
2909 pRTLData->nCurDirPos++; in RTLFUNC()