Searched refs:CPDF_LinkExtract (Results 1 – 2 of 2) sorted by relevance
19 class CPDF_LinkExtract; variable191 class CPDF_LinkExtract: public IPDF_LinkExtract194 CPDF_LinkExtract();195 virtual ~CPDF_LinkExtract();
103 return new CPDF_LinkExtract(); in CreateLinkExtract()2616 CPDF_LinkExtract::CPDF_LinkExtract() in CPDF_LinkExtract() function in CPDF_LinkExtract2621 CPDF_LinkExtract::~CPDF_LinkExtract() in ~CPDF_LinkExtract()2625 FX_BOOL CPDF_LinkExtract::ExtractLinks(const IPDF_TextPage* pTextPage) in ExtractLinks()2640 void CPDF_LinkExtract::DeleteLinkList() in DeleteLinkList()2650 int CPDF_LinkExtract::CountLinks() const in CountLinks()2657 void CPDF_LinkExtract::parserLink() in parserLink()2693 FX_BOOL CPDF_LinkExtract::CheckWebLink(CFX_WideString& strBeCheck) in CheckWebLink()2717 FX_BOOL CPDF_LinkExtract::CheckMailLink(CFX_WideString& str) in CheckMailLink()2795 FX_BOOL CPDF_LinkExtract::AppendToLinkList(int start, int count, const CFX_WideString& strUrl) in AppendToLinkList()[all …]