Lines Matching refs:DbgWindow
493 class DbgWindow : public WorkWindow class
499 DbgWindow();
598 DbgWindow::DbgWindow() : in DbgWindow() function in DbgWindow
621 sal_Bool DbgWindow::Close() in Close()
640 void DbgWindow::Resize() in Resize()
647 void DbgWindow::GetAssertionEntryRange( sal_uInt16 nInbetweenEntry, sal_uInt16& nFirst, sal_uInt16&… in GetAssertionEntryRange()
668 long DbgWindow::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
717 void DbgWindow::InsertLine( const XubString& rLine ) in InsertLine()
1929 DbgWindow* pDbgWindow = ImplGetSVData()->maWinData.mpDbgWin; in doIt()
1932 pDbgWindow = new DbgWindow; in doIt()
1996 DbgWindow* pDbgWindow = ImplGetSVData()->maWinData.mpDbgWin; in DbgGUIDeInit()