Lines Matching refs:pPrjDepList
786 pPrjDepList(0), in Prj()
804 pPrjDepList(0), in Prj()
822 pPrjDepList = RemoveStringList (pPrjDepList); in ~Prj()
896 if (!pPrjDepList) in GetDependencies()
898 return pPrjDepList; in GetDependencies()
912 pPrjDepList = RemoveStringList (pPrjDepList); in SetMode()
918 pPrjDepList = new SByteStringList; in SetMode()
926 pPrjDepList->PutString( new ByteString((ByteString) *(pInfo->GetProject()))); in SetMode()
943 pPrjDepList->PutString( new ByteString((ByteString) *(pInfo->GetProject()))); in SetMode()
2609 SByteStringList* pPrjDepList; in WritePrj() local
2615 if ( (pPrjDepList = pPrj->GetDependencies( sal_False )) ) in WritePrj()
2628 for ( sal_uInt16 i = 0; i< pPrjDepList->Count(); i++ ) { in WritePrj()
2629 aDataString += *pPrjDepList->GetObject( i ); in WritePrj()