Lines Matching refs:pDocument
213 SdDrawDocument* pDocument, in CreateSelectionIterator() argument
248 rObjectList, nObjectIndex, pDocument, rpViewShell, bDirectionIsForward)); in CreateSelectionIterator()
252 SdDrawDocument* pDocument, in CreateDocumentIterator() argument
307 sal_Int32 nPageIndex = GetPageIndex (pDocument, rpViewShell, in CreateDocumentIterator()
312 pDocument, rpViewShell, bDirectionIsForward)); in CreateDocumentIterator()
316 SdDrawDocument* pDocument, in GetPageIndex() argument
334 nPageCount = pDocument->GetSdPageCount (ePageKind); in GetPageIndex()
337 nPageCount = pDocument->GetMasterSdPageCount(ePageKind); in GetPageIndex()
382 IteratorImplBase::IteratorImplBase(SdDrawDocument* pDocument, in IteratorImplBase() argument
386 , mpDocument (pDocument) in IteratorImplBase()
406 IteratorImplBase::IteratorImplBase( SdDrawDocument* pDocument, in IteratorImplBase() argument
410 , mpDocument (pDocument) in IteratorImplBase()
468 SdDrawDocument* pDocument, in SelectionIteratorImpl() argument
471 : IteratorImplBase (pDocument, rpViewShellWeak, bDirectionIsForward), in SelectionIteratorImpl()
575 SdDrawDocument* pDocument, in ViewIteratorImpl() argument
578 : IteratorImplBase (pDocument, rpViewShellWeak, bDirectionIsForward), in ViewIteratorImpl()
591 SdDrawDocument* pDocument, in ViewIteratorImpl() argument
596 : IteratorImplBase (pDocument, rpViewShellWeak, bDirectionIsForward, ePageKind, eEditMode), in ViewIteratorImpl()
778 SdDrawDocument* pDocument, in DocumentIteratorImpl() argument
781 : ViewIteratorImpl (nPageIndex, pDocument, rpViewShellWeak, bDirectionIsForward, in DocumentIteratorImpl()
785 mnPageCount = pDocument->GetSdPageCount (ePageKind); in DocumentIteratorImpl()
787 mnPageCount = pDocument->GetMasterSdPageCount(ePageKind); in DocumentIteratorImpl()