Lines Matching refs:CPVT_WordPlace
115 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace & place) in SetAt()
122 const CPVT_WordPlace & CFX_Edit_Iterator::GetAt() const in GetAt()
551 …nsertWord::CFXEU_InsertWord(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPl… in CFXEU_InsertWord()
585 …tReturn::CFXEU_InsertReturn(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPl… in CFXEU_InsertReturn()
626 …_Backspace::CFXEU_Backspace(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPl… in CFXEU_Backspace()
673 CFXEU_Delete::CFXEU_Delete(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlac… in CFXEU_Delete()
756 …_ClearRich::CFXEU_ClearRich(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPl… in CFXEU_ClearRich()
809 …nsertText::CFXEU_InsertText(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPl… in CFXEU_InsertText()
852 CFXEU_SetSecProps::CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E e… in CFXEU_SetSecProps()
900 CFXEU_SetWordProps::CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E… in CFXEU_SetWordProps()
1159 void CFX_Edit::SetSel(const CPVT_WordPlace & begin,const CPVT_WordPlace & end) in SetSel()
1220 CPVT_WordPlace CFX_Edit::GetCaretWordPlace() const in GetCaretWordPlace()
1238 CPVT_WordPlace oldplace = pIterator->GetAt(); in GetText()
1241 CPVT_WordPlace place = pIterator->GetAt(); in GetText()
1285 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText()
1288 CPVT_WordPlace place = pIterator->GetAt(); in GetRangeText()
1497 CPVT_WordPlace place = pIterator->GetAt(); in SetRichTextProps()
1556 FX_BOOL CFX_Edit::SetSecProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place, in SetSecProps()
1568 CPVT_WordPlace oldplace = pIterator->GetAt(); in SetSecProps()
1760 FX_BOOL CFX_Edit::SetWordProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place, in SetWordProps()
1771 CPVT_WordPlace oldplace = pIterator->GetAt(); in SetWordProps()
2014 CPVT_WordPlace place1 = m_pVT->SearchWordPlace(EditToVT(CPDF_Point(rcPlate.left,rcPlate.top))); in GetVisibleWordRange()
2015 …CPVT_WordPlace place2 = m_pVT->SearchWordPlace(EditToVT(CPDF_Point(rcPlate.right,rcPlate.bottom))); in GetVisibleWordRange()
2023 CPVT_WordPlace CFX_Edit::SearchWordPlace(const CPDF_Point& point) const in SearchWordPlace()
2030 return CPVT_WordPlace(); in SearchWordPlace()
2433 CPVT_WordPlace wpBegin = wr.BeginPos; in RefreshPushLineRects()
2435 CPVT_WordPlace wpEnd = wr.EndPos; in RefreshPushLineRects()
2471 CPVT_WordPlace place; in RefreshPushRandomRects()
2518 CPVT_WordPlace place; in RefreshWordRange()
2570 void CFX_Edit::SetCaret(const CPVT_WordPlace & place) in SetCaret()
2969 DoInsertText(CPVT_WordPlace(0,0,-1), text, charset, pSecProps, pWordProps); in SetText()
3207 CPVT_WordPlace place = pIterator->GetAt(); in Clear()
3210 CPVT_WordPlace oldplace = m_pVT->GetPrevWordPlace(place); in Clear()
3294 void CFX_Edit::PaintInsertText(const CPVT_WordPlace & wpOld, const CPVT_WordPlace & wpNew) in PaintInsertText()
3363 FX_INT32 CFX_Edit::WordPlaceToWordIndex(const CPVT_WordPlace & place) const in WordPlaceToWordIndex()
3371 CPVT_WordPlace CFX_Edit::WordIndexToWordPlace(FX_INT32 index) const in WordIndexToWordPlace()
3376 return CPVT_WordPlace(); in WordIndexToWordPlace()
3407 CPVT_WordPlace CFX_Edit::GetLineBeginPlace(const CPVT_WordPlace & place) const in GetLineBeginPlace()
3412 CPVT_WordPlace CFX_Edit::GetLineEndPlace(const CPVT_WordPlace & place) const in GetLineEndPlace()
3417 CPVT_WordPlace CFX_Edit::GetSectionBeginPlace(const CPVT_WordPlace & place) const in GetSectionBeginPlace()
3422 CPVT_WordPlace CFX_Edit::GetSectionEndPlace(const CPVT_WordPlace & place) const in GetSectionEndPlace()
3477 FX_FLOAT CFX_Edit::GetLineTop(const CPVT_WordPlace& place) const in GetLineTop()
3481 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetLineTop()
3495 FX_FLOAT CFX_Edit::GetLineBottom(const CPVT_WordPlace& place) const in GetLineBottom()
3499 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetLineBottom()
3513 CPVT_WordPlace CFX_Edit::DoInsertText(const CPVT_WordPlace& place, FX_LPCWSTR text, FX_INT32 charse… in DoInsertText()
3516 CPVT_WordPlace wp = place; in DoInsertText()