| /trunk/main/basctl/source/basicide/ |
| H A D | bastypes.cxx | 62 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 D | basidesh.cxx | 144 …IDEBaseWindow* 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 D | basides1.cxx | 151 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() 609 …IDEBaseWindow* 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 D | basicrenderable.hxx | 31 class IDEBaseWindow; 39 IDEBaseWindow* mpWindow; 44 BasicRenderable( IDEBaseWindow* pWin );
|
| H A D | baside3.cxx | 100 TYPEINIT1( DialogWindow, IDEBaseWindow ); 104 :IDEBaseWindow( pParent, rDocument, aLibName, aName ) in DialogWindow() 270 IDEBaseWindow::Command( rCEvt ); in Command() 1212 …IDEBaseWindow* pDlgWin = pIDEShell->FindDlgWin( rDocument, aLibName, aNewDlgName, sal_False, sal_T… in implImportDialog() 1400 IDEBaseWindow::DataChanged( rDCEvt ); in DataChanged()
|
| H A D | basides3.cxx | 111 IDEBaseWindow* pTmp = aIDEWindowTable.First(); in CreateDlgWin() 137 IDEBaseWindow* pWin = aIDEWindowTable.First(); in FindDlgWin()
|
| H A D | basides2.cxx | 270 IDEBaseWindow* pTmp = aIDEWindowTable.First(); in CreateBasWin() 303 IDEBaseWindow* pWin = aIDEWindowTable.First(); in FindBasWin()
|
| H A D | basobj2.cxx | 90 IDEBaseWindow* pCurWin = pIDEShell->GetCurWindow(); in Organize() 196 …IDEBaseWindow* pWin = pIDEShell->FindWindow( rDocument, rLibName, rNewName, BASICIDE_TYPE_MODULE, … in RenameModule()
|
| H A D | basobj3.cxx | 199 …IDEBaseWindow* pWin = pIDEShell ? pIDEShell->FindWindow( rDocument, rLibName, rOldName, BASICIDE_T… in RenameDialog() 340 IDEBaseWindow* pWin = rWindows.First(); in StopBasic()
|
| H A D | basicrenderable.cxx | 39 BasicRenderable::BasicRenderable( IDEBaseWindow* pWin ) in BasicRenderable()
|
| H A D | localizationmgr.cxx | 836 IDEBaseWindow* pCurWin = m_pIDEShell->GetCurWindow(); in handleSetCurrentLocale() 870 IDEBaseWindow* pWin = aIDEWindowTable.First(); in FindDialogWindowForEditor()
|
| H A D | baside2.hxx | 332 class ModulWindow: public IDEBaseWindow
|
| H A D | baside2.cxx | 105 TYPEINIT1( ModulWindow , IDEBaseWindow ); 193 :IDEBaseWindow( pParent, rDocument, aLibName, aName ) in ModulWindow()
|
| H A D | macrodlg.cxx | 169 IDEBaseWindow* pCurWin = pIDEShell->GetCurWindow(); in RestoreMacroDescription()
|
| /trunk/main/basctl/source/inc/ |
| H A D | basidesh.hxx | 60 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() 220 …IDEBaseWindow* FindWindow( const ScriptDocument& rDocument, const String& rLibName = String()… 222 IDEBaseWindow* FindApplicationWindow();
|
| H A D | bastypes.hxx | 170 class IDEBaseWindow : public Window class 188 … IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument, String aLibName, String aName ); 189 virtual ~IDEBaseWindow();
|
| H A D | baside3.hxx | 51 class DialogWindow: public IDEBaseWindow
|