Home
last modified time | relevance | path

Searched refs:rpViewShell (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sd/source/ui/view/
H A DOutlinerIterator.cxx214 const ::boost::shared_ptr<ViewShell>& rpViewShell, in CreateSelectionIterator()
218 OSL_ASSERT(rpViewShell.get()); 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()
[all …]
H A DOutliner.cxx112 const ::boost::shared_ptr<ViewShell>& rpViewShell,
1507 void Outliner::SetViewShell (const ::boost::shared_ptr<ViewShell>& rpViewShell) in SetViewShell() argument
1510 if (pViewShell != rpViewShell) in SetViewShell()
1513 mpWeakViewShell = rpViewShell; in SetViewShell()
1519 if (rpViewShell) in SetViewShell()
1521 mpView = rpViewShell->GetView(); in SetViewShell()
1523 mpWindow = rpViewShell->GetActiveWindow(); in SetViewShell()
1525 mpImpl->ProvideOutlinerView(*this, rpViewShell, mpWindow); in SetViewShell()
1790 const ::boost::shared_ptr<ViewShell>& rpViewShell, in ProvideOutlinerView()
1793 if (rpViewShell.get() != NULL) in ProvideOutlinerView()
[all …]
/aoo41x/main/sd/inc/
H A DOutlinerIterator.hxx256 const ::boost::shared_ptr<ViewShell>& rpViewShell,
273 const ::boost::shared_ptr<ViewShell>& rpViewShell,
296 const ::boost::shared_ptr<ViewShell>& rpViewShell,
H A DOutliner.hxx520 void SetViewShell (const ::boost::shared_ptr<ViewShell>& rpViewShell);

Completed in 55 milliseconds