Home
last modified time | relevance | path

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

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DBeagleWksText.cxx683 size_t actSection=0, numSection=isMain ? m_state->m_sectionList.size() : 0; in sendText() local
684 if (actSection<numSection) { in sendText()
687 listener->openSection(m_state->m_sectionList[actSection++]); in sendText()
764 s << actSection; in sendText()
814 if (actSection<numSection) { in sendText()
817 listener->openSection(m_state->m_sectionList[actSection++]); in sendText()
H A DHanMacWrdKText.cxx367 int actPage = 1, actCol = 0, numCol=1, actSection = 1; in computeNumPages() local
407 auto const &sec = getSection(*m_state, actSection++); in computeNumPages()
651 int actPage = 1, actCol = 0, numCol=1, actSection = 1; in sendText() local
736 auto sec = getSection(*m_state, actSection++); in sendText()
831 s << actSection; in sendText()
H A DHanMacWrdJText.cxx601 int actPage = 1, actCol = 0, numCol=1, actSection = 1; in sendText() local
776 s << actSection; in sendText()
808 if (size_t(actSection) >= m_state->m_sectionList.size()) { in sendText()
809 MWAW_DEBUG_MSG(("HanMacWrdJText::sendText: can not find section %d\n", actSection)); in sendText()
813 auto const &sec = m_state->m_sectionList[size_t(actSection++)]; in sendText()
861 int nPages = 1, actCol = 0, numCol=1, actSection = 1; in computeNumPages() local
885 if (size_t(actSection) >= m_state->m_sectionList.size()) in computeNumPages()
889 auto const &sec = m_state->m_sectionList[size_t(actSection++)]; in computeNumPages()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Dgridfs_spec_test.go45 Act actSection `json:"act"`
53 type actSection struct { struct