Lines Matching refs:boost

112         const ::boost::shared_ptr<ViewShell>& rpViewShell,
283 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in PrepareSpelling()
328 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in EndSpelling()
329 ::boost::shared_ptr<ViewShell> pOldViewShell (pViewShell); in EndSpelling()
392 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in SpellNextDocument()
489 ::boost::shared_ptr<ViewShell> pShell (pBase->GetMainViewShell()); in StartSearchAndReplace()
509 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in StartSearchAndReplace()
568 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in Initialize()
632 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in SearchAndReplaceAll()
687 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in SearchAndReplaceOnce()
777 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in DetectChange()
778 ::boost::shared_ptr<DrawViewShell> pDrawViewShell ( in DetectChange()
779 ::boost::dynamic_pointer_cast<DrawViewShell>(pViewShell)); in DetectChange()
875 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in RememberStartPosition()
884 ::boost::shared_ptr<DrawViewShell> pDrawViewShell ( in RememberStartPosition()
885 ::boost::dynamic_pointer_cast<DrawViewShell>(pViewShell)); in RememberStartPosition()
934 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in RestoreStartPosition()
942 ::boost::shared_ptr<DrawViewShell> pDrawViewShell ( in RestoreStartPosition()
943 ::boost::dynamic_pointer_cast<DrawViewShell>(pViewShell)); in RestoreStartPosition()
1032 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in ProvideNextTextObject()
1062 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in EndOfSearch()
1281 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in SetViewMode()
1282 ::boost::shared_ptr<DrawViewShell> pDrawViewShell( in SetViewMode()
1283 ::boost::dynamic_pointer_cast<DrawViewShell>(pViewShell)); in SetViewMode()
1310 SetViewShell(::boost::shared_ptr<ViewShell>()); in SetViewMode()
1336 pDrawViewShell = ::boost::dynamic_pointer_cast<DrawViewShell>(pViewShell); in SetViewMode()
1350 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in SetPage()
1351 ::boost::shared_ptr<DrawViewShell> pDrawViewShell( in SetPage()
1352 ::boost::dynamic_pointer_cast<DrawViewShell>(pViewShell)); in SetPage()
1376 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in EnterEditMode()
1507 void Outliner::SetViewShell (const ::boost::shared_ptr<ViewShell>& rpViewShell) in SetViewShell()
1509 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in SetViewShell()
1570 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in StartConversion()
1634 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in BeginConversion()
1668 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in ConvertNextDocument()
1790 const ::boost::shared_ptr<ViewShell>& rpViewShell, in ProvideOutlinerView()
1825 ::boost::static_pointer_cast<DrawViewShell>(rpViewShell)->GetEditMode(); in ProvideOutlinerView()