Searched refs:GetTotalWords (Results 1 – 12 of 12) sorted by relevance
180 FX_INT32 CPWL_Label::GetTotalWords() in GetTotalWords() function in CPWL_Label183 return m_pEdit->GetTotalWords(); in GetTotalWords()
489 FX_INT32 CPWL_EditCtrl::GetTotalWords() const in GetTotalWords() function in CPWL_EditCtrl492 return m_pEdit->GetTotalWords(); in GetTotalWords()
641 if (m_pEdit->GetTotalWords() == 0) in OnRButtonUp()
632 m_pEdit->SetCaret(bLast ? m_pEdit->GetTotalWords() : 0); in SetEditFocus()
30 FX_INT32 GetTotalWords();
104 FX_INT32 GetTotalWords() const;
400 virtual FX_INT32 GetTotalWords() const = 0;
391 virtual FX_INT32 GetTotalWords() const = 0;
659 FX_INT32 GetTotalWords() const;
860 FX_INT32 nTotlaWords = this->GetTotalWords(); in InsertWord()882 FX_INT32 nTotlaWords = this->GetTotalWords(); in InsertSection()1258 FX_INT32 CPDF_VariableText::GetTotalWords() const in GetTotalWords() function in CPDF_VariableText
488 FX_INT32 GetTotalWords() const;
1322 FX_INT32 CFX_Edit::GetTotalWords() const in GetTotalWords() function in CFX_Edit1324 return m_pVT->GetTotalWords(); in GetTotalWords()3381 FX_INT32 nTotalWords = m_pVT->GetTotalWords(); in IsTextFull()