Home
last modified time | relevance | path

Searched refs:nBlockCount (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp68 int32_t nBlockCount = m_BlockArray.GetSize(); in ~CFDE_TxtEdtEngine() local
69 if (nBlockCount > 0) { in ~CFDE_TxtEdtEngine()
71 for (; i < nBlockCount; i++) { in ~CFDE_TxtEdtEngine()
171 int32_t nBlockCount = m_BlockArray.GetSize(); in GetText() local
172 if (nBlockCount == 0 || m_wsFixText.IsEmpty()) { in GetText()
181 for (int32_t i = 0; i < nBlockCount; i++) { in GetText()
419 int32_t nBlockCount = m_BlockArray.GetSize(); in Insert() local
420 if (nBlockCount) { in Insert()
666 int32_t nBlockCount = m_BlockArray.GetSize(); in Delete() local
667 if (nBlockCount > 0) { in Delete()
[all …]