HomeSort by relevance Sort by last modified time
    Searched refs:CPVT_WordRange (Results 1 - 16 of 16) sorted by null

  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 44 CFX_Edit_LineRect(const CPVT_WordRange& wrLine, const CPDF_Rect& rcLine)
69 CPVT_WordRange m_wrLine;
96 void Add(const CPVT_WordRange& wrLine, const CPDF_Rect& rcLine) {
154 void Push(const CPVT_WordRange& linerange, const CPDF_Rect& rect);
177 explicit CFX_Edit_Select(const CPVT_WordRange& range) {
181 CPVT_WordRange ConvertToWordRange() const {
182 return CPVT_WordRange(BeginPos, EndPos);
201 FX_BOOL operator!=(const CPVT_WordRange& wr) const {
388 const CPVT_WordRange& wrSel,
399 CPVT_WordRange m_wrSel
    [all...]
fx_edit.h 36 struct CPVT_WordRange;
305 virtual CPVT_WordRange GetVisibleWordRange() const = 0;
307 virtual CPVT_WordRange GetWholeWordRange() const = 0;
309 virtual CPVT_WordRange GetSelectWordRange() const = 0;
370 virtual void RefreshWordRange(const CPVT_WordRange& wr) = 0;
415 virtual CFX_WideString GetRangeText(const CPVT_WordRange& range) const = 0;
430 const CPVT_WordRange* pRange = NULL,
436 const CPVT_WordRange* pRange = NULL);
444 const CPVT_WordRange* pRange,
453 const CPVT_WordRange* pRange)
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 138 CPVT_WordRange GetSelectWordRange() const;
146 CPVT_WordRange CombineWordRange(const CPVT_WordRange& wr1,
147 const CPVT_WordRange& wr2);
148 CPVT_WordRange GetLatinWordsRange(const CPDF_Point& point) const;
149 CPVT_WordRange GetLatinWordsRange(const CPVT_WordPlace& place) const;
150 CPVT_WordRange GetArabicWordsRange(const CPVT_WordPlace& place) const;
151 CPVT_WordRange GetSameWordsRange(const CPVT_WordPlace& place,
PWL_Utils.h 12 #include "core/include/fpdfdoc/fpdf_vt.h" // For CPVT_WordRange.
116 static CPVT_WordRange OverlapWordRange(const CPVT_WordRange& wr1,
117 const CPVT_WordRange& wr2);
172 const CPVT_WordRange* pRange = NULL,
178 const CPVT_WordRange* pRange = NULL);
183 const CPVT_WordRange* pRange = NULL);
242 const CPVT_WordRange* pRange,
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 20 struct CPVT_WordRange;
99 struct CPVT_WordRange {
100 CPVT_WordRange() {}
102 CPVT_WordRange(const CPVT_WordPlace& begin, const CPVT_WordPlace& end) {
129 FX_BOOL operator!=(const CPVT_WordRange& wr) const {
365 virtual void RearrangePart(const CPVT_WordRange& PlaceRange) = 0;
392 virtual CPVT_WordPlace DeleteWords(const CPVT_WordRange& PlaceRange) = 0;
fpdf_ap.h 92 const CPVT_WordRange* pVisible = NULL);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 303 CPVT_WordRange wrWhole = m_pEdit->GetWholeWordRange();
304 CPVT_WordRange wrSelect = GetSelectWordRange();
305 CPVT_WordRange wrVisible =
307 CPVT_WordRange wrSelBefore(wrWhole.BeginPos, wrSelect.BeginPos);
308 CPVT_WordRange wrSelAfter(wrSelect.EndPos, wrWhole.EndPos);
310 CPVT_WordRange wrTemp =
444 CPVT_WordRange wrRange = m_pEdit->GetVisibleWordRange();
445 CPVT_WordRange* pRange = NULL;
515 CPVT_WordRange wrLatin = GetLatinWordsRange(point);
716 CPVT_WordRange wr = GetSelectWordRange()
    [all...]
PWL_Label.cpp 91 CPVT_WordRange wrRange = m_pEdit->GetVisibleWordRange();
92 CPVT_WordRange* pRange = NULL;
PWL_Utils.cpp 112 CPVT_WordRange CPWL_Utils::OverlapWordRange(const CPVT_WordRange& wr1,
113 const CPVT_WordRange& wr2) {
114 CPVT_WordRange wrRet;
413 const CPVT_WordRange* pRange,
422 const CPVT_WordRange* pRange) {
449 const CPVT_WordRange& wrWord) {
508 const CPVT_WordRange* pRange) {
539 pIterator, ptOffset, CPVT_WordRange(wpWordStart, oldplace));
551 pIterator, ptOffset, CPVT_WordRange(wpWordStart, oldplace))
    [all...]
PWL_EditCtrl.cpp 616 return m_pEdit->GetRangeText(CPVT_WordRange(wpStart, wpEnd));
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 157 void CFX_Edit_Refresh::Push(const CPVT_WordRange& linerange,
554 const CPVT_WordRange& wrSel,
581 const CPVT_WordRange& wrSel,
667 const CPVT_WordRange& range)
708 const CPVT_WordRange& range)
936 CPVT_WordRange wr(m_SelState.BeginPos, m_SelState.EndPos);
1012 CFX_WideString CFX_Edit::GetRangeText(const CPVT_WordRange& range) const {
1019 CPVT_WordRange wrTemp = range;
1072 CPVT_WordRange CFX_Edit::GetSelectWordRange() const {
1076 CPVT_WordRange CFX_Edit::CombineWordRange(const CPVT_WordRange& wr1
    [all...]
fxet_ap.cpp 64 const CPVT_WordRange* pRange /* = NULL*/,
180 const CPVT_WordRange* pRange) {
fxet_pageobjs.cpp 97 const CPVT_WordRange* pRange) {
151 const CPVT_WordRange* pRange,
160 CPVT_WordRange wrSelect = pEdit->GetSelectWordRange();
286 const CPVT_WordRange* pRange) {
287 CPVT_WordRange wrSelect = pEdit->GetSelectWordRange();
474 const CPVT_WordRange* pRange,
538 const CPVT_WordRange* pRange,
630 const CPVT_WordRange* pRange,
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 251 void ClearWords(const CPVT_WordRange& PlaceRange);
264 const CPVT_WordRange& range) const;
388 void RearrangePart(const CPVT_WordRange& PlaceRange) override;
407 CPVT_WordPlace DeleteWords(const CPVT_WordRange& PlaceRange) override;
499 void ClearEmptySections(const CPVT_WordRange& PlaceRange);
501 void ClearWords(const CPVT_WordRange& PlaceRange);
506 CPVT_FloatRect Rearrange(const CPVT_WordRange& PlaceRange);
509 CPVT_FloatRect RearrangeSections(const CPVT_WordRange& PlaceRange);
doc_vt.cpp 201 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()),
222 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()),
228 const CPVT_WordRange& range) const {
284 void CSection::ClearWords(const CPVT_WordRange& PlaceRange) {
948 const CPVT_WordRange& PlaceRange) {
    [all...]
doc_ap.cpp 713 const CPVT_WordRange* pVisible) {
    [all...]

Completed in 534 milliseconds