Lines Matching refs:VerseKey
33 this->VerseKey::setAutoNormalize(true); in CSwordVerseKey()
36 CSwordVerseKey::CSwordVerseKey( const CSwordVerseKey& k ) : CSwordKey(k), VerseKey(k) { in CSwordVerseKey()
37 this->VerseKey::setAutoNormalize(true); in CSwordVerseKey()
40 CSwordVerseKey::CSwordVerseKey(const VerseKey *k, in CSwordVerseKey()
42 : CSwordKey(module), VerseKey(*k) in CSwordVerseKey()
61 static_cast<VerseKey *>(bible->module().getKey())->getVersificationSystem(); in setModule()
68 sword::VerseKey oldKey(*this); in setModule()
151 VerseKey vk(newKey, newKey, getVersificationSystem()); in setKey()
205 VerseKey * vKey = static_cast<VerseKey *>(m.getKey()); in next()
215 vKey = static_cast<VerseKey *>(m.getKey()); in next()
294 VerseKey * vKey = static_cast<VerseKey *>(m.getKey()); in previous()
303 vKey = static_cast<VerseKey *>(m.getKey()); in previous()