Searched refs:csURL (Results 1 – 2 of 2) sorted by relevance
632 bool CPDFXFA_DocEnvironment::MailToInfo(WideString& csURL, in MailToInfo() argument638 WideString srcURL = csURL; in MailToInfo()652 tmp = srcURL.Right(csURL.GetLength() - 7); in MailToInfo()688 ? srcURL.Right(csURL.GetLength() - (pos.value() + 1)) in MailToInfo()895 WideString csURL = submit->GetSubmitTarget(); in SubmitInternal() local896 if (csURL.IsEmpty()) { in SubmitInternal()940 if (csURL.Left(7).CompareNoCase(L"mailto:") == 0) { in SubmitInternal()946 if (!MailToInfo(csURL, csToAddress, csCCAddress, csBCCAddress, csSubject, in SubmitInternal()962 ByteString bs = csURL.ToUTF16LE(); in SubmitInternal()
68 bool MailToInfo(WideString& csURL,