Lines Matching refs:pxObjectShell
778 pxObjectShell(0), in SwNavigationPI()
988 if(pxObjectShell) in ~SwNavigationPI()
990 if(pxObjectShell->Is()) in ~SwNavigationPI()
991 (*pxObjectShell)->DoClose(); in ~SwNavigationPI()
992 delete pxObjectShell; in ~SwNavigationPI()
1153 if( pxObjectShell && in Notify()
1156 DELETEZ(pxObjectShell); in Notify()
1296 pxObjectShell = new SfxObjectShellLock(pFrame->GetObjectShell()); in IMPL_LINK()
1372 if(pxObjectShell) in ExecuteDrop()
1375 (*pxObjectShell)->DoClose(); in ExecuteDrop()
1376 DELETEZ( pxObjectShell); in ExecuteDrop()