Lines Matching refs:PutString
576 pList->PutString( pStr ); in PutModeString()
583 sal_uIntPtr SDepInfoList::PutString( ByteString* pStr) in PutString() function in SDepInfoList
586 return PutString( pStr, NULL); in PutString()
596 sal_uIntPtr SDepInfoList::PutString( ByteString* pStr, ByteString* pModeStr) in PutString() function in SDepInfoList
718 pAllModeList->PutString(pStr); in GetAllDepModes()
875 pPrjDepInfoList->PutString( new ByteString(aStr) ); 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()
943 pPrjDepList->PutString( new ByteString((ByteString) *(pInfo->GetProject()))); in SetMode()
944 pPrjInitialDepList->PutString( new ByteString((ByteString) *(pInfo->GetProject()))); in SetMode()
1640 nRetPos = pPrjLst->PutString( pPutStr ); in ExpandPrj_Impl()
1826 pDepList->PutString( pStr ); in InsertTokenLine()
2072 pAllDepMode->PutString(new ByteString(*pStr)); in GetAvailableDeps()
2095 if (pDepMode->PutString(pStr) == NOT_THERE) in SetCurrentDeps()