Lines Matching refs:pShell

290 		if ( pShell )  in SelectShell()
340 pShell = new SwOleShell( *this ); in SelectShell()
341 rDispatcher.Push( *pShell ); in SelectShell()
347 pShell = new SwFrameShell( *this ); in SelectShell()
348 rDispatcher.Push( *pShell ); in SelectShell()
352 pShell = new SwGrfShell( *this ); in SelectShell()
353 rDispatcher.Push( *pShell ); in SelectShell()
359 pShell = new SwDrawShell( *this ); in SelectShell()
360 rDispatcher.Push( *pShell ); in SelectShell()
365 pShell = new SwBezierShell( *this ); in SelectShell()
366 rDispatcher.Push( *pShell ); in SelectShell()
371 pShell = new SwMediaShell( *this ); in SelectShell()
372 rDispatcher.Push( *pShell ); in SelectShell()
378 pShell = new svx::ExtrusionBar(this); in SelectShell()
379 rDispatcher.Push( *pShell ); in SelectShell()
384 pShell = new svx::FontworkBar(this); in SelectShell()
385 rDispatcher.Push( *pShell ); in SelectShell()
391 pShell = new SwDrawFormShell( *this ); in SelectShell()
393 rDispatcher.Push( *pShell ); in SelectShell()
400 pShell = new SwDrawTextShell( *this ); in SelectShell()
401 rDispatcher.Push( *pShell ); in SelectShell()
406 pShell = new SwAnnotationShell( *this ); in SelectShell()
407 rDispatcher.Push( *pShell ); in SelectShell()
417 pShell = new SwListShell( *this ); in SelectShell()
418 nHelpId = pShell->GetHelpId(); in SelectShell()
419 rDispatcher.Push( *pShell ); in SelectShell()
421 pShell = new SwTextShell(*this); in SelectShell()
423 pShell->SetHelpId(nHelpId); in SelectShell()
424 rDispatcher.Push( *pShell ); in SelectShell()
429 pShell = new SwTableShell( *this ); in SelectShell()
430 rDispatcher.Push( *pShell ); in SelectShell()
734 pShell(0), in SwView()
1081 pShell = 0; in ~SwView()