Lines Matching refs:pPrj
363 Prj* pPrj; in RemoveObject() local
370 if( (pPrj = mpStarWriter->GetPrj( aBodyText )) ) in RemoveObject()
372 mpStarWriter->Remove( pPrj ); in RemoveObject()
375 delete pPrj; in RemoveObject()
437 Prj* pPrj = mpStarWriter->GetPrj( sEndName ); in AddConnector() local
438 if ( pPrj ) in AddConnector()
440 pPrj->AddDependencies( sStartName ); in AddConnector()
458 Prj* pPrj = mpStarWriter->GetPrj( sEndName ); in RemoveConnector() local
459 pPrjDeps = pPrj->GetDependencies( sal_False ); in RemoveConnector()
575 Prj *pPrj = mpStarWriter->GetObject(i); in ReadSource() local
576 ByteString sPrjName = pPrj->GetProjectName(); in ReadSource()
582 Prj *pPrj = mpStarWriter->GetObject(i); in ReadSource() local
583 SByteStringList *pLst = pPrj->GetDependencies( sal_False ); in ReadSource()
604 ByteString sF_Os2 = pPrj->GetProjectName(); in ReadSource()
765 Prj* pPrj; in InitPrj() local
794 pPrj = mpStarWriter->GetObject(i); in InitPrj()
795 ByteString sPrjName = pPrj->GetProjectName(); in InitPrj()