Lines Matching refs:pDrawViewShell
292 const ::boost::shared_ptr<DrawViewShell> pDrawViewShell( in CreateDocumentIterator() local
294 if (pDrawViewShell.get()) in CreateDocumentIterator()
296 ePageKind = pDrawViewShell->GetPageKind(); in CreateDocumentIterator()
297 eEditMode = pDrawViewShell->GetEditMode(); in CreateDocumentIterator()
328 const ::boost::shared_ptr<DrawViewShell> pDrawViewShell( in GetPageIndex() local
346 if (pDrawViewShell.get()) in GetPageIndex()
347 nPageIndex = pDrawViewShell->GetCurPageId() - 1; in GetPageIndex()
390 ::boost::shared_ptr<DrawViewShell> pDrawViewShell; in IteratorImplBase()
392 pDrawViewShell = ::boost::dynamic_pointer_cast<DrawViewShell>(rpViewShellWeak.lock()); in IteratorImplBase()
394 if (pDrawViewShell.get()) in IteratorImplBase()
396 maPosition.mePageKind = pDrawViewShell->GetPageKind(); in IteratorImplBase()
397 maPosition.meEditMode = pDrawViewShell->GetEditMode(); in IteratorImplBase()