Lines Matching refs:pIDEShell

81     BasicIDEShell* pIDEShell = IDE_DLL()->GetShell();  in CreateMacro()  local
82 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in CreateMacro()
198 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in RenameDialog() local
199 …IDEBaseWindow* pWin = pIDEShell ? pIDEShell->FindWindow( rDocument, rLibName, rOldName, BASICIDE_T… in RenameDialog()
219 sal_uInt16 nId = (sal_uInt16)(pIDEShell->GetIDEWindowTable()).GetKey( pWin ); in RenameDialog()
223 BasicIDETabBar* pTabBar = (BasicIDETabBar*)pIDEShell->GetTabBar(); in RenameDialog()
236 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in RemoveDialog() local
237 if ( pIDEShell ) in RemoveDialog()
239 DialogWindow* pDlgWin = pIDEShell->FindDlgWin( rDocument, rLibName, rDlgName, sal_False ); in RemoveDialog()
298 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in MarkDocumentModified() local
299 if ( pIDEShell ) in MarkDocumentModified()
300 pIDEShell->SetAppBasicModified(); in MarkDocumentModified()
316 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in MarkDocumentModified() local
317 ObjectCatalog* pObjCatalog = pIDEShell ? pIDEShell->GetObjectCatalog() : 0; in MarkDocumentModified()
374 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in BasicStopped() local
375 if( pIDEShell ) in BasicStopped()
377 while ( pIDEShell->GetViewFrame()->GetWindow().IsWait() ) in BasicStopped()
379 pIDEShell->GetViewFrame()->GetWindow().LeaveWait(); in BasicStopped()
445 BasicIDEShell* pIDEShell = 0; in HandleBasicError() local
470 pIDEShell = IDE_DLL()->GetShell(); in HandleBasicError()
471 if ( !pIDEShell ) in HandleBasicError()
476 pIDEShell = IDE_DLL()->GetShell(); in HandleBasicError()
482 if ( pIDEShell ) in HandleBasicError()
483 nRet = pIDEShell->CallBasicErrorHdl( pBasic ); in HandleBasicError()