Lines Matching refs:IteratorImplBase
104 Iterator::Iterator (IteratorImplBase* pObject) in Iterator()
382 IteratorImplBase::IteratorImplBase(SdDrawDocument* pDocument, in IteratorImplBase() function in sd::outliner::IteratorImplBase
406 IteratorImplBase::IteratorImplBase( SdDrawDocument* pDocument, in IteratorImplBase() function in sd::outliner::IteratorImplBase
418 IteratorImplBase::~IteratorImplBase (void) in ~IteratorImplBase()
421 bool IteratorImplBase::operator== (const IteratorImplBase& rIterator) const in operator ==()
426 bool IteratorImplBase::IsEqual (const IteratorImplBase& rIterator, IteratorType ) const in IsEqual()
434 const IteratorPosition& IteratorImplBase::GetPosition (void) in GetPosition()
442 IteratorImplBase* IteratorImplBase::Clone (IteratorImplBase* pObject) const in Clone()
456 void IteratorImplBase::Reverse (void) in Reverse()
471 : IteratorImplBase (pDocument, rpViewShellWeak, bDirectionIsForward), in SelectionIteratorImpl()
480 IteratorImplBase* SelectionIteratorImpl::Clone (IteratorImplBase* pObject) const in Clone()
547 bool SelectionIteratorImpl::operator== (const IteratorImplBase& rIterator) const in operator ==()
554 const IteratorImplBase& rIterator, in IsEqual()
578 : IteratorImplBase (pDocument, rpViewShellWeak, bDirectionIsForward), in ViewIteratorImpl()
596 : IteratorImplBase (pDocument, rpViewShellWeak, bDirectionIsForward, ePageKind, eEditMode), in ViewIteratorImpl()
614 IteratorImplBase* ViewIteratorImpl::Clone (IteratorImplBase* pObject) const in Clone()
622 IteratorImplBase::Clone (pObject); in Clone()
753 IteratorImplBase::Reverse (); in Reverse()
799 IteratorImplBase* DocumentIteratorImpl::Clone (IteratorImplBase* pObject) const in Clone()