Lines Matching refs:rFrom
971 sal_Bool CreateFromAddress_Impl( String& rFrom ) in CreateFromAddress_Impl() argument
994 rFrom = TRIM( aFirstName ); in CreateFromAddress_Impl()
997 rFrom += ' '; in CreateFromAddress_Impl()
999 rFrom += TRIM( aName ); in CreateFromAddress_Impl()
1001 rFrom.EraseAllChars( '<' ); in CreateFromAddress_Impl()
1002 rFrom.EraseAllChars( '>' ); in CreateFromAddress_Impl()
1003 rFrom.EraseAllChars( '@' ); in CreateFromAddress_Impl()
1013 if ( rFrom.Len() ) in CreateFromAddress_Impl()
1014 rFrom += ' '; in CreateFromAddress_Impl()
1015 ( ( rFrom += '<' ) += TRIM( aEmailName ) ) += '>'; in CreateFromAddress_Impl()
1018 rFrom.Erase(); in CreateFromAddress_Impl()
1019 return ( rFrom.Len() > 0 ); in CreateFromAddress_Impl()