Lines Matching refs:aDirName
964 sal_Bool Prj::InsertDirectory ( ByteString aDirName, sal_uInt16 aWhat, in InsertDirectory() argument
971 pData->SetPath( aDirName ); in InsertDirectory()
1696 ByteString aDirName; in InsertTokenLine() local
1723 aDirName = "null_entry" ; //comments at begin of file in InsertTokenLine()
1732 aDirName = sToken; in InsertTokenLine()
1733 aProjectName = aDirName.GetToken ( 0, 0x5c); in InsertTokenLine()
1885 pCmdData->SetPath( aDirName ); in InsertTokenLine()
1986 ByteString aRetPrj, aDirName; in GetPrjName() local
1992 aDirName = aFullPathName.GetToken( i, PATH_DELIMETER ); in GetPrjName()
1993 if ( HasProject( aDirName )) in GetPrjName()
1995 aRetPrj = aDirName; in GetPrjName()