Searched refs:GetTotalWords (Results 1 – 6 of 6) sorted by relevance
50 int32_t GetTotalWords() const;
397 int32_t CPWL_EditCtrl::GetTotalWords() const { in GetTotalWords() function in CPWL_EditCtrl398 return m_pEdit->GetTotalWords(); in GetTotalWords()
122 int32_t GetTotalWords() const;
291 int32_t nTotlaWords = GetTotalWords(); in InsertWord()309 int32_t nTotlaWords = GetTotalWords(); in InsertSection()661 int32_t CPDF_VariableText::GetTotalWords() const { in GetTotalWords() function in CPDF_VariableText
399 int32_t GetTotalWords() const;
1093 int32_t CFX_Edit::GetTotalWords() const { in GetTotalWords() function in CFX_Edit1094 return m_pVT->GetTotalWords(); in GetTotalWords()2120 int32_t nTotalWords = m_pVT->GetTotalWords(); in IsTextFull()