Lines Matching refs:pDir
2785 delete pRTLData->pDir; in RTLFUNC()
2786 pRTLData->pDir = 0; // wg. Sonderbehandlung Sb_ATTR_VOLUME in RTLFUNC()
2813 pRTLData->pDir = new Dir( aEntry, (DirEntryKind) nMode ); in RTLFUNC()
2818 if( pRTLData->pDir ) in RTLFUNC()
2822 if( pRTLData->nCurDirPos >= pRTLData->pDir->Count() ) in RTLFUNC()
2824 delete pRTLData->pDir; in RTLFUNC()
2825 pRTLData->pDir = 0; in RTLFUNC()
2829 DirEntry aNextEntry=(*(pRTLData->pDir))[pRTLData->nCurDirPos++]; in RTLFUNC()
2851 pRTLData->pDir = new Directory( aDirURL ); in RTLFUNC()
2852 FileBase::RC nRet = pRTLData->pDir->open(); in RTLFUNC()
2855 delete pRTLData->pDir; in RTLFUNC()
2856 pRTLData->pDir = NULL; in RTLFUNC()
2879 if( pRTLData->pDir ) in RTLFUNC()
2899 FileBase::RC nRet = pRTLData->pDir->getNextItem( aItem ); in RTLFUNC()
2902 delete pRTLData->pDir; in RTLFUNC()
2903 pRTLData->pDir = NULL; in RTLFUNC()