Home
last modified time | relevance | path

Searched refs:SwInputWindow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx62 SwInputWindow::SwInputWindow( Window* pParent, SfxBindings* pBind ) in SFX_IMPL_POS_CHILDWINDOW()
107 SetDropdownClickHdl( LINK( this, SwInputWindow, DropdownClickHdl )); in SFX_IMPL_POS_CHILDWINDOW()
130 aPopMenu.SetSelectHdl(LINK( this, SwInputWindow, MenuHdl )); in SFX_IMPL_POS_CHILDWINDOW()
135 __EXPORT SwInputWindow::~SwInputWindow() in ~SwInputWindow()
153 void SwInputWindow::CleanupUglyHackWithUndo() in CleanupUglyHackWithUndo()
174 void SwInputWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
193 void __EXPORT SwInputWindow::Resize() in Resize()
208 void SwInputWindow::ShowWin() in ShowWin()
222 pWrtShell->SelTblCells( LINK( this, SwInputWindow, in ShowWin()
296 aEdit.SetModifyHdl( LINK( this, SwInputWindow, ModifyHdl )); in ShowWin()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dinputwin.hxx53 class SwInputWindow : public ToolBox class
91 SwInputWindow( Window* pParent, SfxBindings* pBindings );
92 virtual ~SwInputWindow();
120 { ((SwInputWindow*)pWindow)->SetFormula( in SetFormula()
122 const SwView* GetView() const{return ((SwInputWindow*)pWindow)->GetView();} in GetView()