Lines Matching refs:SwInputWindow

65 SwInputWindow::SwInputWindow( Window* pParent, SfxBindings* pBind )  in SFX_IMPL_POS_CHILDWINDOW()
110 SetDropdownClickHdl( LINK( this, SwInputWindow, DropdownClickHdl )); in SFX_IMPL_POS_CHILDWINDOW()
133 aPopMenu.SetSelectHdl(LINK( this, SwInputWindow, MenuHdl )); in SFX_IMPL_POS_CHILDWINDOW()
138 __EXPORT SwInputWindow::~SwInputWindow() in ~SwInputWindow()
156 void SwInputWindow::CleanupUglyHackWithUndo() in CleanupUglyHackWithUndo()
177 void SwInputWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
196 void __EXPORT SwInputWindow::Resize() in Resize()
211 void SwInputWindow::ShowWin() in ShowWin()
225 pWrtShell->SelTblCells( LINK( this, SwInputWindow, in ShowWin()
299 aEdit.SetModifyHdl( LINK( this, SwInputWindow, ModifyHdl )); in ShowWin()
318 IMPL_LINK( SwInputWindow, MenuHdl, Menu *, pMenu ) in IMPL_LINK() argument
358 IMPL_LINK( SwInputWindow, DropdownClickHdl, ToolBox*, EMPTYARG ) in IMPL_LINK() argument
379 void __EXPORT SwInputWindow::Click( ) in Click()
400 void SwInputWindow::ApplyFormula() in ApplyFormula()
425 void SwInputWindow::CancelFormula() in CancelFormula()
448 IMPL_LINK( SwInputWindow, SelTblCellsNotify, SwWrtShell *, pCaller ) in IMPL_LINK() argument
490 void SwInputWindow::SetFormula( const String& rFormula, sal_Bool bDelFlag ) in SetFormula()
506 IMPL_LINK( SwInputWindow, ModifyHdl, InputEdit*, EMPTYARG ) in IMPL_LINK() argument
524 void SwInputWindow::DelBoxCntnt() in DelBoxCntnt()
546 ((SwInputWindow*)GetParent())->ApplyFormula(); in KeyInput()
548 ((SwInputWindow*)GetParent())->CancelFormula(); in KeyInput()
663 pWindow = new SwInputWindow( _pParent, pBindings ); in SwInputChild()
664 ((SwInputWindow*)pWindow)->ShowWin(); in SwInputChild()