Lines Matching refs:nStart
35 CFX_WideString GetText(int32_t nStart, int32_t nCount) const;
48 int32_t Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLength);
49 int32_t Delete(int32_t nStart, bool bBackspace = false);
50 int32_t DeleteRange(int32_t nStart, int32_t nCount = -1);
51 int32_t Replace(int32_t nStart,
58 void RemoveSelRange(int32_t nStart, int32_t nCount);
60 void AddSelRange(int32_t nStart, int32_t nCount);
62 int32_t GetSelRange(int32_t nIndex, int32_t* nStart) const;
93 int32_t nStart; member
102 void Inner_Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLength);
112 void Inner_DeleteRange(int32_t nStart, int32_t nCount = -1);
113 void DeleteRange_DoRecord(int32_t nStart, int32_t nCount, bool bSel = false);