Lines Matching refs:pShell

289 		if ( pShell )  in SelectShell()
339 pShell = new SwOleShell( *this ); in SelectShell()
340 rDispatcher.Push( *pShell ); in SelectShell()
346 pShell = new SwFrameShell( *this ); in SelectShell()
347 rDispatcher.Push( *pShell ); in SelectShell()
351 pShell = new SwGrfShell( *this ); in SelectShell()
352 rDispatcher.Push( *pShell ); in SelectShell()
358 pShell = new SwDrawShell( *this ); in SelectShell()
359 rDispatcher.Push( *pShell ); in SelectShell()
364 pShell = new SwBezierShell( *this ); in SelectShell()
365 rDispatcher.Push( *pShell ); in SelectShell()
370 pShell = new SwMediaShell( *this ); in SelectShell()
371 rDispatcher.Push( *pShell ); in SelectShell()
377 pShell = new svx::ExtrusionBar(this); in SelectShell()
378 rDispatcher.Push( *pShell ); in SelectShell()
383 pShell = new svx::FontworkBar(this); in SelectShell()
384 rDispatcher.Push( *pShell ); in SelectShell()
390 pShell = new SwDrawFormShell( *this ); in SelectShell()
392 rDispatcher.Push( *pShell ); in SelectShell()
399 pShell = new SwDrawTextShell( *this ); in SelectShell()
400 rDispatcher.Push( *pShell ); in SelectShell()
405 pShell = new SwAnnotationShell( *this ); in SelectShell()
406 rDispatcher.Push( *pShell ); in SelectShell()
416 pShell = new SwListShell( *this ); in SelectShell()
417 nHelpId = pShell->GetHelpId(); in SelectShell()
418 rDispatcher.Push( *pShell ); in SelectShell()
420 pShell = new SwTextShell(*this); in SelectShell()
422 pShell->SetHelpId(nHelpId); in SelectShell()
423 rDispatcher.Push( *pShell ); in SelectShell()
428 pShell = new SwTableShell( *this ); in SelectShell()
429 rDispatcher.Push( *pShell ); in SelectShell()
733 pShell(0), in SwView()
1080 pShell = 0; in ~SwView()