Searched refs:getChapterMax (Results 1 – 17 of 17) sorted by relevance
149 else if (refSys->getBook(book-1)->getChapterMax() < map_chapter) { in setFromOther()150 map_chapter = refSys->getBook(book-1)->getChapterMax(); in setFromOther()1218 tmpClone->setChapter(tmpClone->getChapterMax()); in initBounds()1322 chapter = getChapterMax(); in setPosition()1329 int VerseKey::getChapterMax() const { in getChapterMax() function in VerseKey1332 return (b) ? b->getChapterMax() : -1; in getChapterMax()1426 if (chapter > getChapterMax()) { in normalize()1427 chapter -= (getChapterMax() + (intros?1:0)); in normalize()1438 chapter += (getChapterMax() + (intros?1:0)); in normalize()1456 chapter += (getChapterMax() + (intros?1:0)); in normalize()[all …]
75 return swBook->getChapterMax();89 for(int i = 0;i < swBook->getChapterMax();i++) {
167 int chapter = key->getChapterMax();
153 return b->getChapterMax(); in chapterCount()181 if ( (chapter < 1) || (chapter > b->getChapterMax()) ) { in verseCount()
43 int chapMax = lastBook->getChapterMax(); in main()
91 vk->setChapter(vk->getChapterMax()); vk->setVerse(vk->getVerseMax()); in main()
94 x = (vkey->getChapterMax()); in main_navbar_set()
658 x = vkey->getChapterMax(); in main_versekey_drop_down_chapter_menu()
123 int getChapterMax() const { return chapMax; } in getChapterMax() function
278 virtual int getChapterMax() const;
342 num.appendFormatted("%d", vkey->getChapterMax()); in getKeyChildren()
260 num.appendFormatted("%d", vkey->getChapterMax()); in getKeyChildren()
464 int max = vkey->getChapterMax(); in key_chapter_count()
441 int chapterMax = key.getChapterMax(); in makeValidRef()
693 num.appendFormatted("%d", vkey->getChapterMax()); in org_crosswire_sword_SWModule_getKeyChildren()
1247 num.appendFormatted("%d", vkey->getChapterMax()); in Java_org_crosswire_android_sword_SWModule_getKeyChildren()