Searched refs:rpViewShell (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sd/source/ui/view/ |
H A D | OutlinerIterator.cxx | 214 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 D | Outliner.cxx | 112 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 D | OutlinerIterator.hxx | 256 const ::boost::shared_ptr<ViewShell>& rpViewShell, 273 const ::boost::shared_ptr<ViewShell>& rpViewShell, 296 const ::boost::shared_ptr<ViewShell>& rpViewShell,
|
H A D | Outliner.hxx | 520 void SetViewShell (const ::boost::shared_ptr<ViewShell>& rpViewShell);
|
Completed in 26 milliseconds