Home | History | Annotate | Download | only in fxedit

Lines Matching refs:CPVT_WordRange

65 	CFX_Edit_LineRect(const CPVT_WordRange & wrLine,const CPDF_Rect & rcLine) :

95 CPVT_WordRange m_wrLine;
133 void Add(const CPVT_WordRange & wrLine,const CPDF_Rect & rcLine)
209 void Push(const CPVT_WordRange & linerange,const CPDF_Rect & rect);
237 CFX_Edit_Select(const CPVT_WordRange & range)
242 CPVT_WordRange ConvertToWordRange() const
244 return CPVT_WordRange(this->BeginPos,this->EndPos);
274 FX_BOOL operator != (const CPVT_WordRange & wr) const
452 CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText);
461 CPVT_WordRange m_wrSel;
469 const CPVT_WordRange & wrSel,
482 CPVT_WordRange m_wrSel;
516 const CPVT_SecProps & newsecprops, const CPVT_WordProps & newwordprops, const CPVT_WordRange & range);
525 CPVT_WordRange m_wrPlace;
538 const CPVT_WordProps & oldprops, const CPVT_WordProps & newprops, const CPVT_WordRange & range);
547 CPVT_WordRange m_wrPlace;
660 CFX_WideString GetRangeText(const CPVT_WordRange & range) const;
676 void RearrangePart(const CPVT_WordRange & range);
698 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps, const CPVT_WordRange & wr, FX_BOOL bAddUndo);
700 const CPVT_WordProps * pWordProps, const CPVT_WordRange & wr, FX_BOOL bAddUndo);
701 void PaintSetProps(EDIT_PROPS_E eProps, const CPVT_WordRange & wr);
710 void Refresh(REFRESH_PLAN_E ePlan,const CPVT_WordRange * pRange1 = NULL,const CPVT_WordRange * pRange2 = NULL);
711 void RefreshPushLineRects(const CPVT_WordRange & wr);
712 void RefreshPushRandomRects(const CPVT_WordRange & wr);
713 void RefreshWordRange(const CPVT_WordRange& wr);
721 CPVT_WordRange GetWholeWordRange() const;
722 CPVT_WordRange GetVisibleWordRange() const;
723 CPVT_WordRange GetLatinWordsRange(const CPVT_WordPlace & place) const;
724 CPVT_WordRange CombineWordRange(const CPVT_WordRange & wr1, const CPVT_WordRange & wr2);
725 CPVT_WordRange GetSelectWordRange() const;