Lines Matching refs:ByteString

90 ByteString SimpleConfig::GetNext()  in GetNext()
93 ByteString aString; in GetNext()
98 return ByteString(); in GetNext()
109 ByteString SimpleConfig::GetNextLine() in GetNextLine()
112 ByteString aSecStr; in GetNextLine()
122 while ( aTmpStr.SearchAndReplace(ByteString(' '),ByteString('\t') ) != STRING_NOTFOUND ); in GetNextLine()
128 ByteString aEraseString; in GetNextLine()
138 ByteString SimpleConfig::GetCleanedNextLine( sal_Bool bReadComments ) in GetCleanedNextLine()
147 return ByteString(); in GetCleanedNextLine()
149 ByteString sTab = "\t"; in GetCleanedNextLine()
150 ByteString sDoubleTab = "\t\t"; in GetCleanedNextLine()
151 ByteString sSpace = " "; in GetCleanedNextLine()
164 else if (aTmpStr != ByteString::EmptyString()) in GetCleanedNextLine()
192 ByteString *pString = pDepList->First(); in ~CommandData()
204 ByteString *pString = pCommandList->First(); in ~CommandData()
217 ByteString CommandData::GetOSTypeString() in GetOSTypeString()
220 ByteString aRetStr; in GetOSTypeString()
253 ByteString CommandData::GetCommandTypeString() in GetCommandTypeString()
256 ByteString aRetStr; in GetCommandTypeString()
268 aRetStr += ByteString::CreateFromInt64( nCommand + 1 - COMMAND_USER_START ); in GetCommandTypeString()
276 void CommandData::AddCommand(ByteString* pCommand) in AddCommand()
396 ByteString *pString = pModeList->First(); in ~DepInfo()
409 void DepInfo::SetProject (ByteString* pStr) in SetProject()
432 pProject = new ByteString(); in operator <<()
489 sal_uIntPtr SDepInfoList::IsString( ByteString* pStr ) in IsString()
495 ByteString* pString = GetObject( nRet )->GetProject(); in IsString()
503 ByteString* pString = GetObject( 0 )->GetProject(); in IsString()
513 sal_uIntPtr SDepInfoList::GetPrevString( ByteString* pStr ) in GetPrevString()
523 ByteString* pString; in GetPrevString()
552 void SDepInfoList::PutModeString( DepInfo* pInfoList, ByteString* pStr ) in PutModeString()
566 ByteString *pString = pList->First(); in PutModeString()
583 sal_uIntPtr SDepInfoList::PutString( ByteString* pStr) in PutString()
596 sal_uIntPtr SDepInfoList::PutString( ByteString* pStr, ByteString* pModeStr) in PutString()
609 ByteString* pString = pInfo->GetProject(); in PutString()
625 ByteString* pString = GetObject( nPos )->GetProject(); in PutString()
673 ByteString* SDepInfoList::RemoveString( const ByteString& rName ) in RemoveString()
677 ByteString* pReturn; in RemoveString()
688 pReturn = new ByteString(*(GetObject(i)->GetProject())); in RemoveString()
714 ByteString* pStr = pInfo->GetModeList()->First(); in GetAllDepModes()
764 CommandData* Prj::GetDirectoryData( ByteString aLogFileName ) in GetDirectoryData()
801 Prj::Prj( ByteString aName ) : in Prj()
833 ByteString *pString = pStringList->First(); in RemoveStringList()
868 void Prj::AddDependencies( ByteString aStr ) in AddDependencies()
875 pPrjDepInfoList->PutString( new ByteString(aStr) ); in AddDependencies()
879 void Prj::AddDependencies( ByteString aStr, ByteString aModeStr ) in AddDependencies()
887 pPrjDepInfoList->PutString( new ByteString(aStr), new ByteString(aModeStr) ); in AddDependencies()
926 pPrjDepList->PutString( new ByteString((ByteString) *(pInfo->GetProject()))); in SetMode()
927 pPrjInitialDepList->PutString( new ByteString((ByteString) *(pInfo->GetProject()))); in SetMode()
935 ByteString *pModString = pDepList->First(); in SetMode()
938 ByteString *pDefModString = pModList->First(); in SetMode()
943 pPrjDepList->PutString( new ByteString((ByteString) *(pInfo->GetProject()))); in SetMode()
944 pPrjInitialDepList->PutString( new ByteString((ByteString) *(pInfo->GetProject()))); in SetMode()
964 sal_Bool Prj::InsertDirectory ( ByteString aDirName, sal_uInt16 aWhat, in InsertDirectory()
965 sal_uInt16 aWhatOS, ByteString aLogFileName, in InsertDirectory()
966 const ByteString &rClientRestriction ) in InsertDirectory()
987 CommandData* Prj::RemoveDirectory ( ByteString aLogFileName ) in RemoveDirectory()
1006 ByteString* pString; in RemoveDirectory()
1034 ByteString * pDepStr = pDepList->First(); in ExtractDependencies()
1211 Star::Star(GenericInformationList *pStandLst, ByteString &rVersion ) in Star()
1220 void Star::UpdateFileList( GenericInformationList *pStandLst, ByteString &rVersion, in UpdateFileList()
1225 ByteString sPath( rVersion ); in UpdateFileList()
1235 ByteString sFile( pInfo->GetValue()); in UpdateFileList()
1284 ByteString sAddPath( pPath->GetValue()); in UpdateFileList()
1306 ByteString sProject( *pProject ); in UpdateFileList()
1309 ByteString aDirStr ("Directory"); in UpdateFileList()
1312 ByteString aDir = pDir->GetValue(); in UpdateFileList()
1324 ByteString sFile( aBuildListPath, RTL_TEXTENCODING_ASCII_US ); in UpdateFileList()
1351 void Star::FullReload( GenericInformationList *pStandLst, ByteString &rVersion, in FullReload()
1466 ByteString aString; in Read()
1528 ByteString aString; in Read()
1539 ByteString aPrjName = ByteString( aEntryPrj.GetName(), gsl_getSystemTextEncoding()); in Read()
1611 ByteString ssProject( sProject, RTL_TEXTENCODING_ASCII_US ); in InsertSolarList()
1629 ByteString* pDepend; in ExpandPrj_Impl()
1630 ByteString* pPutStr; in ExpandPrj_Impl()
1639 pPutStr = new ByteString( *pDepend ); in ExpandPrj_Impl()
1670 ByteString sFileName_l(rFilename, RTL_TEXTENCODING_ASCII_US); in ReadBuildlist()
1675 ByteString sProjectName (aEntry.GetPath().GetPath().GetName(), RTL_TEXTENCODING_ASCII_US); in ReadBuildlist()
1682 ByteString aString; in ReadBuildlist()
1683 …while (( aString = aSolarConfig.GetCleanedNextLine( bReadComments )) != ByteString::EmptyString() ) in ReadBuildlist()
1690 void Star::InsertTokenLine ( const ByteString& rTokenLine, Prj** ppPrj, const ByteString& rProjectN… in InsertTokenLine()
1694 ByteString aWhat, aWhatOS, in InsertTokenLine()
1696 ByteString aDirName; in InsertTokenLine()
1705 ByteString aCommentString; in InsertTokenLine()
1706 ByteString sToken; in InsertTokenLine()
1707 ByteString sStringBuffer = rTokenLine; in InsertTokenLine()
1709 while (sStringBuffer != ByteString::EmptyString()) in InsertTokenLine()
1711 ByteString sToken = sStringBuffer.GetToken(0,'\t'); in InsertTokenLine()
1721 sStringBuffer = ByteString::EmptyString(); in InsertTokenLine()
1735 sStringBuffer = ByteString::EmptyString(); // something is wrong, ignore line in InsertTokenLine()
1771 …sStringBuffer = ByteString::EmptyString(); // definition more than once or not first line, ignore … in InsertTokenLine()
1780 aCommandPara = ByteString(); in InsertTokenLine()
1801 aLogFileName = (ByteString(aProjectName).Append("_")).Append(sToken); in InsertTokenLine()
1810 ByteString aItem = sToken; in InsertTokenLine()
1821 ByteString* pStr; in InsertTokenLine()
1823 pStr = new ByteString ((ByteString (aProjectName).Append("_")).Append(aItem)); in InsertTokenLine()
1825 pStr = new ByteString (aItem); in InsertTokenLine()
1831 ByteString aItem = sToken; in InsertTokenLine()
1840 ByteString sMode; in InsertTokenLine()
1923 sal_Bool Star::HasProject ( ByteString aProjectName ) in HasProject()
1941 Prj* Star::GetPrj ( ByteString aProjectName ) in GetPrj()
1983 ByteString Star::GetPrjName( DirEntry &aPath ) in GetPrjName()
1986 ByteString aRetPrj, aDirName; in GetPrjName()
1987 ByteString aFullPathName = ByteString( aPath.GetFull(), gsl_getSystemTextEncoding()); in GetPrjName()
2009 ByteString *pString = pAllDepMode->First(); in ClearAvailableDeps()
2039 ByteString *pString = pDepMode->First(); in ClearCurrentDeps()
2058 ByteString* pStr; in GetAvailableDeps()
2072 pAllDepMode->PutString(new ByteString(*pStr)); in GetAvailableDeps()
2091 ByteString *pString = pDepList->First(); in SetCurrentDeps()
2094 ByteString* pStr = new ByteString (*pString); in SetCurrentDeps()
2262 int Star::GetOSType ( ByteString& aWhatOS ) { in GetOSType()
2284 int Star::GetJobType ( ByteString& JobType ) { in GetJobType()
2307 ByteString* pStr = pPrjNameList->First(); in PutPrjIntoStream()
2410 StarWriter::StarWriter( GenericInformationList *pStandLst, ByteString &rVersion, in StarWriter()
2411 ByteString &rMinor, sal_Bool bReadComments ) in StarWriter()
2415 ByteString sPath( rVersion ); in StarWriter()
2425 ByteString sFile( pInfo_l->GetValue()); in StarWriter()
2473 ByteString sAddPath( pPath->GetValue()); in StarWriter()
2503 ByteString sProject( *pProject); in StarWriter()
2508 ByteString aDirStr ("Directory"); in StarWriter()
2511 ByteString aDir = pDir->GetValue(); in StarWriter()
2525 ByteString sFile( aPrjEntry.GetFull(), RTL_TEXTENCODING_ASCII_US ); in StarWriter()
2554 ByteString aString; in Read()
2586 ByteString aString; in Read()
2604 ByteString aDataString; in WritePrj()
2605 ByteString aTab('\t'); in WritePrj()
2606 ByteString aSpace(' '); in WritePrj()
2607 ByteString aEmptyString(""); in WritePrj()
2622 aDataString+= ByteString(":::"); in WritePrj()
2624 aDataString+= ByteString("::"); in WritePrj()
2626 aDataString+= ByteString(":"); in WritePrj()
2660 aDataString+= ByteString("-"); in WritePrj()
2666 aDataString += ByteString( "," ); in WritePrj()
2769 void StarWriter::InsertTokenLine ( const ByteString& rTokenLine ) in InsertTokenLine()
2772 ByteString sProjectName = rTokenLine.GetToken(1,'\t'); in InsertTokenLine()
2785 Prj* StarWriter::RemoveProject ( ByteString aProjectName ) in RemoveProject()
2803 ByteString* pString; in RemoveProject()