Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/ribbar/
H A Dinputwin.cxx65 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()
[all …]
/AOO41X/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()