Lines Matching refs:BasicIDEShell

82 void __EXPORT BasicIDEShell::ExecuteCurrent( SfxRequest& rReq )  in ExecuteCurrent()
263 void __EXPORT BasicIDEShell::ExecuteGlobal( SfxRequest& rReq ) in ExecuteGlobal()
777 void __EXPORT BasicIDEShell::GetState(SfxItemSet &rSet) in GetState()
1032 sal_Bool BasicIDEShell::HasUIFeature( sal_uInt32 nFeature ) in HasUIFeature()
1046 void BasicIDEShell::SetCurWindow( IDEBaseWindow* pNewWin, sal_Bool bUpdateTabBar, sal_Bool bRemembe… in SetCurWindow()
1156 void BasicIDEShell::ManageToolbars() in ManageToolbars()
1199 IDEBaseWindow* BasicIDEShell::FindApplicationWindow() in FindApplicationWindow()
1204 IDEBaseWindow* BasicIDEShell::FindWindow( const ScriptDocument& rDocument, const String& rLibName, … in FindWindow()
1228 long BasicIDEShell::CallBasicErrorHdl( StarBASIC* pBasic ) in CallBasicErrorHdl()
1237 long BasicIDEShell::CallBasicBreakHdl( StarBASIC* pBasic ) in CallBasicBreakHdl()
1261 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in CallBasicBreakHdl()
1270 ModulWindow* BasicIDEShell::ShowActiveModuleWindow( StarBASIC* pBasic ) in ShowActiveModuleWindow()
1307 void __EXPORT BasicIDEShell::AdjustPosSizePixel( const Point &rPos, const Size &rSize ) in AdjustPosSizePixel()
1349 Reference< XModel > BasicIDEShell::GetCurrentDocument() const in GetCurrentDocument()
1357 void __EXPORT BasicIDEShell::Activate( sal_Bool bMDI ) in Activate()
1370 void __EXPORT BasicIDEShell::Deactivate( sal_Bool bMDI ) in Deactivate()
1403 IMPL_LINK( BasicIDEShell, AccelSelectHdl, Accelerator*, pAccel ) in IMPL_LINK() argument