Searched refs:GetTotalWords (Results 1 – 12 of 12) sorted by relevance
145 int32_t CPWL_Label::GetTotalWords() { in GetTotalWords() function in CPWL_Label147 return m_pEdit->GetTotalWords(); in GetTotalWords()
429 int32_t CPWL_EditCtrl::GetTotalWords() const { in GetTotalWords() function in CPWL_EditCtrl431 return m_pEdit->GetTotalWords(); in GetTotalWords()
608 if (m_pEdit->GetTotalWords() == 0) { in OnRButtonUp()
542 m_pEdit->SetCaret(bLast ? m_pEdit->GetTotalWords() : 0); in SetEditFocus()
25 int32_t GetTotalWords();
77 int32_t GetTotalWords() const;
402 virtual int32_t GetTotalWords() const = 0;
423 virtual int32_t GetTotalWords() const = 0;
619 int32_t GetTotalWords() const override;
843 int32_t nTotlaWords = GetTotalWords(); in InsertWord()868 int32_t nTotlaWords = GetTotalWords(); in InsertSection()1244 int32_t CPDF_VariableText::GetTotalWords() const { in GetTotalWords() function in CPDF_VariableText
414 int32_t GetTotalWords() const override;
1056 int32_t CFX_Edit::GetTotalWords() const { in GetTotalWords() function in CFX_Edit1057 return m_pVT->GetTotalWords(); in GetTotalWords()2846 int32_t nTotalWords = m_pVT->GetTotalWords(); in IsTextFull()