Lines Matching refs:BasicIDEShell

63 #define BasicIDEShell  macro
92 BasicIDEShell* mpShell;
95 ContainerListenerImpl( BasicIDEShell* pShell ) : mpShell( pShell ) {} in ContainerListenerImpl()
152 TYPEINIT1( BasicIDEShell, SfxViewShell );
154 SFX_IMPL_NAMED_VIEWFACTORY( BasicIDEShell, "Default" )
160 SFX_IMPL_INTERFACE( BasicIDEShell, SfxViewShell, IDEResId( RID_STR_IDENAME ) ) in SFX_IMPL_INTERFACE() argument
177 BasicIDEShell::BasicIDEShell( SfxViewFrame* pFrame_, SfxViewShell* /* pOldShell */ ) : in BasicIDEShell() function in BasicIDEShell
193 void BasicIDEShell::Init() in Init()
224 pTabBar->SetSplitHdl( LINK( this, BasicIDEShell, TabBarSplitHdl ) ); in Init()
249 __EXPORT BasicIDEShell::~BasicIDEShell() in ~BasicIDEShell()
291 void BasicIDEShell::onDocumentCreated( const ScriptDocument& /*_rDocument*/ ) in onDocumentCreated()
296 void BasicIDEShell::onDocumentOpened( const ScriptDocument& /*_rDocument*/ ) in onDocumentOpened()
301 void BasicIDEShell::onDocumentSave( const ScriptDocument& /*_rDocument*/ ) in onDocumentSave()
306 void BasicIDEShell::onDocumentSaveDone( const ScriptDocument& /*_rDocument*/ ) in onDocumentSaveDone()
314 void BasicIDEShell::onDocumentSaveAs( const ScriptDocument& /*_rDocument*/ ) in onDocumentSaveAs()
319 void BasicIDEShell::onDocumentSaveAsDone( const ScriptDocument& /*_rDocument*/ ) in onDocumentSaveAsDone()
324 void BasicIDEShell::onDocumentClosed( const ScriptDocument& _rDocument ) in onDocumentClosed()
367 void BasicIDEShell::onDocumentTitleChanged( const ScriptDocument& /*_rDocument*/ ) in onDocumentTitleChanged()
375 void BasicIDEShell::onDocumentModeChanged( const ScriptDocument& _rDocument ) in onDocumentModeChanged()
385 void BasicIDEShell::StoreAllWindowData( sal_Bool bPersistent ) in StoreAllWindowData()
410 sal_uInt16 __EXPORT BasicIDEShell::PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose()
452 void BasicIDEShell::InitScrollBars() in InitScrollBars()
467 void BasicIDEShell::InitTabBar() in InitTabBar()
471 pTabBar->SetSelectHdl( LINK( this, BasicIDEShell, TabBarHdl ) ); in InitTabBar()
475 Size __EXPORT BasicIDEShell::GetOptimalSizePixel() const in GetOptimalSizePixel()
482 void __EXPORT BasicIDEShell::OuterResizePixel( const Point &rPos, const Size &rSize ) in OuterResizePixel()
489 IMPL_LINK_INLINE_START( BasicIDEShell, TabBarSplitHdl, TabBar *, pTBar ) in IMPL_LINK_INLINE_START() argument
497 IMPL_LINK_INLINE_END( BasicIDEShell, TabBarSplitHdl, TabBar *, pTBar ) in IMPL_LINK_INLINE_END() argument
501 IMPL_LINK( BasicIDEShell, TabBarHdl, TabBar *, pCurTabBar ) in IMPL_LINK_INLINE_END()
513 sal_Bool BasicIDEShell::NextPage( sal_Bool bPrev ) in NextPage()
535 void BasicIDEShell::ArrangeTabBar() in ArrangeTabBar()
553 ::svl::IUndoManager* BasicIDEShell::GetUndoManager() in GetUndoManager()
564 void BasicIDEShell::ShowObjectDialog( sal_Bool bShow, sal_Bool bCreateOrDestroy ) in ShowObjectDialog()
574 pObjectCatalog->SetCancelHdl( LINK( this, BasicIDEShell, ObjectDialogCancelHdl ) ); in ShowObjectDialog()
608 void __EXPORT BasicIDEShell::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId&, in SFX_NOTIFY()
689 void BasicIDEShell::CheckWindows() in CheckWindows()
710 void BasicIDEShell::RemoveWindows( const ScriptDocument& rDocument, const String& rLibName, sal_Boo… in RemoveWindows()
731 void BasicIDEShell::UpdateWindows() in UpdateWindows()
877 void BasicIDEShell::RemoveWindow( IDEBaseWindow* pWindow_, sal_Bool bDestroy, sal_Bool bAllowChange… in RemoveWindow()
931 sal_uInt16 BasicIDEShell::InsertWindowInTable( IDEBaseWindow* pNewWin ) in InsertWindowInTable()
941 void BasicIDEShell::InvalidateBasicIDESlots() in InvalidateBasicIDESlots()
988 void BasicIDEShell::EnableScrollbars( sal_Bool bEnable ) in EnableScrollbars()
1002 void BasicIDEShell::SetCurLib( const ScriptDocument& rDocument, String aLibName, bool bUpdateWindow… in SetCurLib()
1034 void BasicIDEShell::SetCurLibForLocalization( const ScriptDocument& rDocument, String aLibName ) in SetCurLibForLocalization()
1055 void BasicIDEShell::ImplStartListening( StarBASIC* pBasic ) in ImplStartListening()