Lines Matching refs:pBase
278 ViewShellBase* pBase = PTR_CAST(ViewShellBase,SfxViewShell::Current()); in PrepareSpelling() local
279 if (pBase != NULL) in PrepareSpelling()
280 SetViewShell (pBase->GetMainViewShell()); in PrepareSpelling()
331 ViewShellBase* pBase = PTR_CAST(ViewShellBase,SfxViewShell::Current()); in EndSpelling() local
332 if (pBase != NULL) in EndSpelling()
333 pViewShell = pBase->GetMainViewShell(); in EndSpelling()
483 ViewShellBase* pBase = PTR_CAST(ViewShellBase,SfxViewShell::Current()); in StartSearchAndReplace() local
487 if (pBase != NULL) in StartSearchAndReplace()
489 ::boost::shared_ptr<ViewShell> pShell (pBase->GetMainViewShell()); in StartSearchAndReplace()
1630 ViewShellBase* pBase = PTR_CAST(ViewShellBase, SfxViewShell::Current()); in BeginConversion() local
1631 if (pBase != NULL) in BeginConversion()
1632 SetViewShell (pBase->GetMainViewShell()); in BeginConversion()