Home
last modified time | relevance | path

Searched refs:IDEBaseWindow (Results 1 – 17 of 17) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx62 DBG_NAME( IDEBaseWindow )
66 TYPEINIT0( IDEBaseWindow )
69 IDEBaseWindow::IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument, String aLibName, St… in IDEBaseWindow() function in IDEBaseWindow
75 DBG_CTOR( IDEBaseWindow, 0 ); in IDEBaseWindow()
83 __EXPORT IDEBaseWindow::~IDEBaseWindow() in ~IDEBaseWindow()
85 DBG_DTOR( IDEBaseWindow, 0 ); in ~IDEBaseWindow()
94 void IDEBaseWindow::Init() in Init()
96 DBG_CHKTHIS( IDEBaseWindow, 0 ); in Init()
98 pShellVScrollBar->SetScrollHdl( LINK( this, IDEBaseWindow, ScrollHdl ) ); in Init()
100 pShellHScrollBar->SetScrollHdl( LINK( this, IDEBaseWindow, ScrollHdl ) ); in Init()
[all …]
H A Dbasidesh.cxx144IDEBaseWindow* pWin = mpShell->FindWindow( mpShell->m_aCurDocument, mpShell->m_aCurLibName, sModul… in elementRemoved()
264 IDEBaseWindow* pWin = aIDEWindowTable.First(); in ~BasicIDEShell()
335 IDEBaseWindow* pWin = aIDEWindowTable.GetObject( --nWin ); in onDocumentClosed()
379 IDEBaseWindow* pWin = aIDEWindowTable.GetObject( --nWin ); in onDocumentModeChanged()
389 IDEBaseWindow* pWin = aIDEWindowTable.GetObject( nWin ); in StoreAllWindowData()
435 IDEBaseWindow* pWin = aIDEWindowTable.GetObject( nWin ); in PrepareClose()
504 IDEBaseWindow* pWin = aIDEWindowTable.Get( nCurId ); in IMPL_LINK_INLINE_END()
525 IDEBaseWindow* pWin = aIDEWindowTable.Get( pTabBar->GetPageId( nPos ) ); in NextPage()
576 IDEBaseWindow* pCurWin_ = GetCurWindow(); in ShowObjectDialog()
672 IDEBaseWindow* pWin = aIDEWindowTable.First(); in SFX_NOTIFY()
[all …]
H A Dbasides1.cxx151 IDEBaseWindow* pWin = aIDEWindowTable.First(); in ExecuteCurrent()
186 IDEBaseWindow* pWin = aIDEWindowTable.Next(); in ExecuteCurrent()
422 IDEBaseWindow* pWin = aIDEWindowTable.Get( rTabId.GetValue() ); in ExecuteGlobal()
492 IDEBaseWindow* pWin = aIDEWindowTable.First(); in ExecuteGlobal()
596 IDEBaseWindow* pWin = 0; in ExecuteGlobal()
609IDEBaseWindow* pWin = FindWindow( aDocument, rSbxItem.GetLibName(), rSbxItem.GetName(), rSbxItem.G… in ExecuteGlobal()
622 IDEBaseWindow* pWin = 0; in ExecuteGlobal()
688 IDEBaseWindow* pWin = 0; in ExecuteGlobal()
1046 void BasicIDEShell::SetCurWindow( IDEBaseWindow* pNewWin, sal_Bool bUpdateTabBar, sal_Bool bRemembe… in SetCurWindow()
1062 IDEBaseWindow* pPrevCurWin = pCurWin; in SetCurWindow()
[all …]
H A Dbasicrenderable.hxx31 class IDEBaseWindow;
39 IDEBaseWindow* mpWindow;
44 BasicRenderable( IDEBaseWindow* pWin );
H A Dbaside3.cxx100 TYPEINIT1( DialogWindow, IDEBaseWindow );
104 :IDEBaseWindow( pParent, rDocument, aLibName, aName ) in DialogWindow()
270 IDEBaseWindow::Command( rCEvt ); in Command()
1212IDEBaseWindow* pDlgWin = pIDEShell->FindDlgWin( rDocument, aLibName, aNewDlgName, sal_False, sal_T… in implImportDialog()
1400 IDEBaseWindow::DataChanged( rDCEvt ); in DataChanged()
H A Dbasides3.cxx111 IDEBaseWindow* pTmp = aIDEWindowTable.First(); in CreateDlgWin()
137 IDEBaseWindow* pWin = aIDEWindowTable.First(); in FindDlgWin()
H A Dbasides2.cxx270 IDEBaseWindow* pTmp = aIDEWindowTable.First(); in CreateBasWin()
303 IDEBaseWindow* pWin = aIDEWindowTable.First(); in FindBasWin()
H A Dbasobj2.cxx90 IDEBaseWindow* pCurWin = pIDEShell->GetCurWindow(); in Organize()
196IDEBaseWindow* pWin = pIDEShell->FindWindow( rDocument, rLibName, rNewName, BASICIDE_TYPE_MODULE, … in RenameModule()
H A Dbasobj3.cxx199IDEBaseWindow* pWin = pIDEShell ? pIDEShell->FindWindow( rDocument, rLibName, rOldName, BASICIDE_T… in RenameDialog()
340 IDEBaseWindow* pWin = rWindows.First(); in StopBasic()
H A Dbasicrenderable.cxx39 BasicRenderable::BasicRenderable( IDEBaseWindow* pWin ) in BasicRenderable()
H A Dlocalizationmgr.cxx836 IDEBaseWindow* pCurWin = m_pIDEShell->GetCurWindow(); in handleSetCurrentLocale()
870 IDEBaseWindow* pWin = aIDEWindowTable.First(); in FindDialogWindowForEditor()
H A Dbaside2.hxx332 class ModulWindow: public IDEBaseWindow
H A Dbaside2.cxx105 TYPEINIT1( ModulWindow , IDEBaseWindow );
193 :IDEBaseWindow( pParent, rDocument, aLibName, aName ) in ModulWindow()
H A Dmacrodlg.cxx169 IDEBaseWindow* pCurWin = pIDEShell->GetCurWindow(); in RestoreMacroDescription()
/trunk/main/basctl/source/inc/
H A Dbasidesh.hxx60 class IDEBaseWindow;
68 DECLARE_TABLE( IDEWindowTable, IDEBaseWindow* )
90 IDEBaseWindow* pCurWin;
135 sal_uInt16 InsertWindowInTable( IDEBaseWindow* pNewWin );
138 …void SetCurWindow( IDEBaseWindow* pNewWin, sal_Bool bUpdateTabBar = sal_False, sal_…
140 …void RemoveWindow( IDEBaseWindow* pWindow, sal_Bool bDestroy, sal_Bool bAllowChange…
181 IDEBaseWindow* GetCurWindow() const { return pCurWin; } in GetCurWindow()
220IDEBaseWindow* FindWindow( const ScriptDocument& rDocument, const String& rLibName = String()…
222 IDEBaseWindow* FindApplicationWindow();
H A Dbastypes.hxx170 class IDEBaseWindow : public Window class
188IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument, String aLibName, String aName );
189 virtual ~IDEBaseWindow();
H A Dbaside3.hxx51 class DialogWindow: public IDEBaseWindow