Home | History | Annotate | Download | only in fpdftext

Lines Matching refs:CFX_WideString

74     virtual CFX_WideString			GetTextByRect(CFX_FloatRect rect) const;

77 virtual CFX_WideString GetPageText(int start = 0, int nCount = -1) const;
109 void OnPiece(IFX_BidiChar* pBidi, CFX_WideString& str);
114 void AddCharInfoByLRDirection(CFX_WideString& str, int i);
115 void AddCharInfoByRLDirection(CFX_WideString& str, int i);
144 virtual FX_BOOL FindFirst(CFX_WideString findwhat, int flags, int startPos = 0);
152 void ExtractFindWhat(CFX_WideString findwhat);
153 FX_BOOL IsMatchWholeWord(CFX_WideString csPageText, int startPos, int endPos);
154 FX_BOOL ExtractSubString(CFX_WideString& rString, FX_LPCWSTR lpszFullString,
156 CFX_WideString MakeReverse(const CFX_WideString str);
157 int ReverseFind(CFX_WideString csPageText, CFX_WideString csWord, int nStartPos, int& WordLength);
162 CFX_WideString m_strText;
163 CFX_WideString m_findWhat;
181 CFX_WideString m_strUrl;
197 virtual CFX_WideString GetURL(int index) const;
203 FX_BOOL CheckWebLink(CFX_WideString& strBeCheck);
204 FX_BOOL CheckMailLink(CFX_WideString& str);
205 FX_BOOL AppendToLinkList(int start, int count, CFX_WideString strUrl);
209 CFX_WideString m_strPageText;
213 void NormalizeString(CFX_WideString& str);
214 void NormalizeCompositeChar(FX_WCHAR wChar, CFX_WideString& sDest);