Lines Matching refs:rpViewShell
214 const ::boost::shared_ptr<ViewShell>& rpViewShell, in CreateSelectionIterator()
218 OSL_ASSERT(rpViewShell.get()); in CreateSelectionIterator()
248 rObjectList, nObjectIndex, pDocument, rpViewShell, bDirectionIsForward)); in CreateSelectionIterator()
253 const ::boost::shared_ptr<ViewShell>& rpViewShell, in CreateDocumentIterator()
257 OSL_ASSERT(rpViewShell.get()); in CreateDocumentIterator()
293 ::boost::dynamic_pointer_cast<DrawViewShell>(rpViewShell)); in CreateDocumentIterator()
307 sal_Int32 nPageIndex = GetPageIndex (pDocument, rpViewShell, in CreateDocumentIterator()
312 pDocument, rpViewShell, bDirectionIsForward)); in CreateDocumentIterator()
317 const ::boost::shared_ptr<ViewShell>& rpViewShell, in GetPageIndex()
323 OSL_ASSERT(rpViewShell); in GetPageIndex()
329 ::boost::dynamic_pointer_cast<DrawViewShell>(rpViewShell)); in GetPageIndex()
350 const SdPage* pPage = rpViewShell->GetActualPage(); in GetPageIndex()