Lines Matching refs:SwInputWindow
62 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()
315 IMPL_LINK( SwInputWindow, MenuHdl, Menu *, pMenu ) in IMPL_LINK() argument
355 IMPL_LINK( SwInputWindow, DropdownClickHdl, ToolBox*, EMPTYARG ) in IMPL_LINK() argument
376 void __EXPORT SwInputWindow::Click( ) in Click()
397 void SwInputWindow::ApplyFormula() in ApplyFormula()
422 void SwInputWindow::CancelFormula() in CancelFormula()
445 IMPL_LINK( SwInputWindow, SelTblCellsNotify, SwWrtShell *, pCaller ) in IMPL_LINK() argument
487 void SwInputWindow::SetFormula( const String& rFormula, sal_Bool bDelFlag ) in SetFormula()
503 IMPL_LINK( SwInputWindow, ModifyHdl, InputEdit*, EMPTYARG ) in IMPL_LINK() argument
521 void SwInputWindow::DelBoxCntnt() in DelBoxCntnt()
543 ((SwInputWindow*)GetParent())->ApplyFormula(); in KeyInput()
545 ((SwInputWindow*)GetParent())->CancelFormula(); in KeyInput()
660 pWindow = new SwInputWindow( _pParent, pBindings ); in SwInputChild()
661 ((SwInputWindow*)pWindow)->ShowWin(); in SwInputChild()