Searched refs:IDEBaseWindow (Results 1 – 17 of 17) sorted by relevance
/aoo41x/main/basctl/source/basicide/ |
H A D | bastypes.cxx | 62 DBG_NAME( IDEBaseWindow ) 66 TYPEINIT0( 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() 114 DBG_CHKTHIS( IDEBaseWindow, 0 ); in GrabScrollBars() 124 DBG_CHKTHIS( IDEBaseWindow, 0 ); in IMPL_LINK_INLINE_START() 134 DBG_CHKTHIS( IDEBaseWindow, 0 ); in IMPL_LINK_INLINE_END() [all …]
|
H A D | basidesh.cxx | 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() 576 IDEBaseWindow* pCurWin_ = GetCurWindow(); in ShowObjectDialog() 694 IDEBaseWindow* pWin = aIDEWindowTable.GetObject( nWin ); in CheckWindows() 715 IDEBaseWindow* pWin = aIDEWindowTable.GetObject( nWin ); in RemoveWindows() 739 IDEBaseWindow* pWin = aIDEWindowTable.GetObject( nWin ); in UpdateWindows() [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() 622 IDEBaseWindow* pWin = 0; in ExecuteGlobal() 688 IDEBaseWindow* pWin = 0; in ExecuteGlobal() 1062 IDEBaseWindow* pPrevCurWin = pCurWin; in SetCurWindow() 1199 IDEBaseWindow* BasicIDEShell::FindApplicationWindow() in FindApplicationWindow() 1206 IDEBaseWindow* pWin = aIDEWindowTable.First(); in FindWindow() [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()
|
/aoo41x/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_Bool bRememb… 140 …void RemoveWindow( IDEBaseWindow* pWindow, sal_Bool bDestroy, sal_Bool bAllowChangeCurWindow =… 181 IDEBaseWindow* GetCurWindow() const { return pCurWin; } in GetCurWindow() 220 …IDEBaseWindow* FindWindow( const ScriptDocument& rDocument, const String& rLibName = String(), co… 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
|
Completed in 128 milliseconds