Lines Matching refs:pPrj

1540 				Prj* pPrj = GetPrj(aPrjName);  in Read()  local
1541 if (pPrj) in Read()
1542 pPrj->IsAvailable (sal_False); in Read()
1619 void Star::ExpandPrj_Impl( Prj *pPrj, Prj *pDepPrj ) in ExpandPrj_Impl() argument
1627 SByteStringList* pPrjLst = pPrj->GetDependencies(); in ExpandPrj_Impl()
1645 ExpandPrj_Impl( pPrj, pNextPrj ); in ExpandPrj_Impl()
1660 Prj* pPrj = GetObject( i ); in Expand_Impl() local
1661 pPrj->SetMode(pDepMode); // DepList f�r Mode initialisieren in Expand_Impl()
1662 ExpandPrj_Impl( pPrj, pPrj ); in Expand_Impl()
1676 Prj* pPrj = GetPrj (sProjectName); // 0, if Prj not found in ReadBuildlist() local
1677 if (pPrj) in ReadBuildlist()
1679 Remove(pPrj); // Project exist, remove old Project and read again in ReadBuildlist()
1680 DELETEZ (pPrj); // delete and set pPrj to 0 in ReadBuildlist()
1684 InsertTokenLine ( aString, &pPrj, sProjectName, bExtendAlias ); in ReadBuildlist()
1702 Prj* pPrj = *ppPrj; in InsertTokenLine() local
1770 if (pPrj) in InsertTokenLine()
1848 if (!pPrj) in InsertTokenLine()
1851 pPrj = new Prj ( aProjectName ); in InsertTokenLine()
1852 pPrj->SetPreFix( aPrefix ); in InsertTokenLine()
1856 pPrj->AddDependencies( aItem, sMode ); in InsertTokenLine()
1858 pPrj->AddDependencies( aItem ); in InsertTokenLine()
1859 pPrj->HasHardDependencies( bHardDep ); in InsertTokenLine()
1860 pPrj->HasFixedDependencies( bFixedDep ); in InsertTokenLine()
1873 if (!pPrj) in InsertTokenLine()
1876 pPrj = new Prj ( aProjectName ); in InsertTokenLine()
1877 pPrj->SetPreFix( aPrefix ); in InsertTokenLine()
1882 Insert(pPrj,LIST_APPEND); in InsertTokenLine()
1896 pPrj->Insert ( pCmdData, LIST_APPEND ); in InsertTokenLine()
1903 if (!pPrj) in InsertTokenLine()
1906 pPrj = new Prj ( rProjectName ); in InsertTokenLine()
1907 pPrj->SetPreFix( aPrefix ); in InsertTokenLine()
1910 if (pPrj) in InsertTokenLine()
1912 pPrj->SetError(); in InsertTokenLine()
1914 Insert(pPrj,LIST_APPEND); // add project even if there is a buildlist error in InsertTokenLine()
1919 *ppPrj = pPrj; in InsertTokenLine()
1926 Prj *pPrj; in HasProject() local
1933 pPrj = GetObject(i); in HasProject()
1934 if ( pPrj->GetProjectName().ToLowerAscii() == aProjectName.ToLowerAscii() ) in HasProject()
1944 Prj* pPrj; in GetPrj() local
1948 pPrj = GetObject(i); in GetPrj()
1949 if ( pPrj->GetProjectName().ToLowerAscii() == aProjectName.ToLowerAscii() ) in GetPrj()
1950 return pPrj; in GetPrj()
1957 sal_Bool Star::RemovePrj ( Prj* pPrj ) in RemovePrj() argument
1960 sal_uIntPtr nPos = GetPos(pPrj); in RemovePrj()
1962 delete pPrj; in RemovePrj()
1973 Prj* pPrj = First(); in RemoveAllPrj() local
1974 while (pPrj) in RemoveAllPrj()
1976 delete pPrj; in RemoveAllPrj()
1977 pPrj = Next(); in RemoveAllPrj()
2057 Prj *pPrj; in GetAvailableDeps() local
2059 pPrj = First(); in GetAvailableDeps()
2060 while (pPrj) in GetAvailableDeps()
2063 …if (pPrj->GetModeAndDependencies() && (pModeList = pPrj->GetModeAndDependencies()->GetAllDepModes(… in GetAvailableDeps()
2077 pPrj = Next(); in GetAvailableDeps()
2309 Prj* pPrj = GetPrj (*pStr); in PutPrjIntoStream() local
2310 *pPrj >> *pStream; in PutPrjIntoStream()
2333 Prj* pPrj = First(); in operator >>() local
2334 while (pPrj) { in operator >>()
2335 *pPrj >> rStream; in operator >>()
2336 pPrj = Next(); in operator >>()
2370 Prj* pPrj = new Prj(); in operator <<() local
2371 *pPrj << rStream; in operator <<()
2372 pPrj->SetMode(pDepMode); in operator <<()
2373 if (HasProject (pPrj->GetProjectName())) { in operator <<()
2374 Prj* pTmpPrj = GetPrj( pPrj->GetProjectName() ); in operator <<()
2375 Replace (pPrj, pTmpPrj); in operator <<()
2379 Insert (pPrj, LIST_APPEND); in operator <<()
2601 sal_uInt16 StarWriter::WritePrj( Prj *pPrj, SvFileStream& rStream ) in WritePrj() argument
2612 if ( pPrj->Count() > 0 ) in WritePrj()
2614 pCmdData = pPrj->First(); in WritePrj()
2615 if ( (pPrjDepList = pPrj->GetDependencies( sal_False )) ) in WritePrj()
2617 aDataString = pPrj->GetPreFix(); in WritePrj()
2619 aDataString += pPrj->GetProjectName(); in WritePrj()
2621 if ( pPrj->HasFixedDependencies()) in WritePrj()
2623 else if ( pPrj->HasHardDependencies()) in WritePrj()
2636 pCmdData = pPrj->Next(); in WritePrj()
2643 aDataString = pPrj->GetPreFix(); in WritePrj()
2684 pCmdData = pPrj->Next(); in WritePrj()
2711 Prj* pPrj = First(); in Write() local
2714 WritePrj( pPrj, aFileStream ); in Write()
2715 pPrj = Next(); in Write()
2716 } while ( pPrj ); in Write()
2735 Prj* pPrj = First(); in WriteMultiple() local
2738 String sName( pPrj->GetProjectName(), RTL_TEXTENCODING_ASCII_US ); in WriteMultiple()
2757 WritePrj( pPrj, aFileStream ); in WriteMultiple()
2761 pPrj = Next(); in WriteMultiple()
2762 } while ( pPrj ); in WriteMultiple()
2773 Prj* pPrj = GetPrj (sProjectName); // 0, if Prj not found; in InsertTokenLine() local
2774 Star::InsertTokenLine ( rTokenLine, &pPrj, sProjectName, sal_False ); in InsertTokenLine()
2789 Prj* pPrj; in RemoveProject() local
2795 pPrj = GetObject( i ); in RemoveProject()
2796 if ( pPrj->GetProjectName() == aProjectName ) in RemoveProject()
2797 pPrjFound = pPrj; in RemoveProject()
2800 pPrjDeps = pPrj->GetDependencies( sal_False ); in RemoveProject()