Home
last modified time | relevance | path

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

/dports/misc/sword/sword-1.8.1/src/keys/
H A Dversekey.cpp149 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 VerseKey
1332 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 …]
/dports/misc/sword/sword-1.8.1/bindings/objc/src/
H A DSwordBibleBook.mm75 return swBook->getChapterMax();
89 for(int i = 0;i < swBook->getChapterMax();i++) {
H A DSwordBible.mm167 int chapter = key->getChapterMax();
/dports/misc/sword/sword-1.8.1/bindings/swig/
H A Dversekey.i153 return b->getChapterMax(); in chapterCount()
181 if ( (chapter < 1) || (chapter > b->getChapterMax()) ) { in verseCount()
/dports/misc/sword/sword-1.8.1/bindings/swig/package/
H A Dversekey.i153 return b->getChapterMax(); in chapterCount()
181 if ( (chapter < 1) || (chapter > b->getChapterMax()) ) { in verseCount()
/dports/misc/sword/sword-1.8.1/tests/
H A Dversemgrtest.cpp43 int chapMax = lastBook->getChapterMax(); in main()
/dports/misc/sword/sword-1.8.1/examples/classes/
H A Dverseranges.cpp91 vk->setChapter(vk->getChapterMax()); vk->setVerse(vk->getVerseMax()); in main()
/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dnavbar.cc94 x = (vkey->getChapterMax()); in main_navbar_set()
H A Dnavbar_versekey.cc658 x = vkey->getChapterMax(); in main_versekey_drop_down_chapter_menu()
/dports/misc/sword/sword-1.8.1/include/
H A Dversificationmgr.h123 int getChapterMax() const { return chapMax; } in getChapterMax() function
H A Dversekey.h278 virtual int getChapterMax() const;
/dports/misc/sword/sword-1.8.1/bindings/corba/orbitcpp/
H A Dswordorb-impl.cpp342 num.appendFormatted("%d", vkey->getChapterMax()); in getKeyChildren()
/dports/misc/sword/sword-1.8.1/bindings/corba/omniorbcpp/
H A Dswordorb-impl.cpp260 num.appendFormatted("%d", vkey->getChapterMax()); in getKeyChildren()
/dports/misc/xiphos/xiphos-4.2.1/src/backend/
H A Dsword_main.cc464 int max = vkey->getChapterMax(); in key_chapter_count()
/dports/misc/sword/sword-1.8.1/utilities/
H A Dosis2mod.cpp441 int chapterMax = key.getChapterMax(); in makeValidRef()
/dports/misc/sword/sword-1.8.1/bindings/
H A Dflatapi.cpp693 num.appendFormatted("%d", vkey->getChapterMax()); in org_crosswire_sword_SWModule_getKeyChildren()
/dports/misc/sword/sword-1.8.1/bindings/java-jni/jni/
H A Dswordstub.cpp1247 num.appendFormatted("%d", vkey->getChapterMax()); in Java_org_crosswire_android_sword_SWModule_getKeyChildren()