Home
last modified time | relevance | path

Searched refs:Prj (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/soldep/bootstrp/
H A Dprj.cxx757 CommandData* Prj::GetDirectoryList ( sal_uInt16 nWhatOS, sal_uInt16 nCommand ) in GetDirectoryList()
764 CommandData* Prj::GetDirectoryData( ByteString aLogFileName ) in GetDirectoryData()
784 Prj::Prj() : in Prj() function in Prj
801 Prj::Prj( ByteString aName ) : in Prj() function in Prj
819 Prj::~Prj() in ~Prj()
828 SByteStringList* Prj::RemoveStringList(SByteStringList* pStringList ) in RemoveStringList()
848 SDepInfoList* Prj::RemoveDepInfoList(SDepInfoList* pInfoList ) in RemoveDepInfoList()
868 void Prj::AddDependencies( ByteString aStr ) in AddDependencies()
879 void Prj::AddDependencies( ByteString aStr, ByteString aModeStr ) in AddDependencies()
891 SByteStringList* Prj::GetDependencies( sal_Bool bExpanded ) in GetDependencies()
[all …]
/AOO41X/main/soldep/inc/soldep/
H A Dprj.hxx264 class Prj : public PrjList class
286 Prj();
287 Prj( ByteString aName );
288 ~Prj();
330 Prj& operator<< ( SvStream& rStream );
331 Prj& operator>> ( SvStream& rStream );
342 DECL_DEST_LIST ( StarList_tmp, StarList, Prj* )
395 void ExpandPrj_Impl( Prj *pPrj, Prj *pDepPrj );
397 …void InsertTokenLine (const ByteString& rToken, Prj** ppPrj, const ByteString& rProject…
417 Prj* GetPrj( ByteString aProjectName );
[all …]
H A Ddepper.hxx131 Prj* mpPrj;
/AOO41X/main/soldep/source/
H A Dsoldep.cxx363 Prj* pPrj; in RemoveObject()
437 Prj* pPrj = mpStarWriter->GetPrj( sEndName ); in AddConnector()
458 Prj* pPrj = mpStarWriter->GetPrj( sEndName ); in RemoveConnector()
575 Prj *pPrj = mpStarWriter->GetObject(i); in ReadSource()
582 Prj *pPrj = mpStarWriter->GetObject(i); in ReadSource()
765 Prj* pPrj; in InitPrj()
/AOO41X/main/tools/bootstrp/
H A Dmkcreate.cxx571 Prj *pPrj = aStar.GetObject( i ); in CreateRootDirectory()