Searched refs:nCurDirPos (Results 1 – 3 of 3) sorted by relevance
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()[all …]
227 nCurDirPos = 0; in SbiRTLData()
156 short nCurDirPos; member in SbiRTLData