Lines Matching refs:sTmp
640 String sTmp(pCurrentMailDescriptor->sEMail); in IterateMails() local
641 sTmp += '\t'; in IterateMails()
642 sTmp += m_sFailed; in IterateMails()
643 sMessage.SearchAndReplaceAscii("%1", sTmp); in IterateMails()
684 String sTmp = sTokens.GetToken( 0, ';', nPos); in IterateMails() local
685 if( sTmp.Len() ) in IterateMails()
686 pMessage->addCcRecipient( sTmp ); in IterateMails()
696 String sTmp = sTokens.GetToken( 0, ';', nPos); in IterateMails() local
697 if( sTmp.Len() ) in IterateMails()
698 pMessage->addBccRecipient( sTmp ); in IterateMails()
748 String sTmp(xMessage->getRecipients()[0]); in DocumentSent() local
749 sTmp += '\t'; in DocumentSent()
750 sTmp += bResult ? m_sCompleted : m_sFailed; in DocumentSent()
751 sMessage.SearchAndReplaceAscii("%1", sTmp); in DocumentSent()