Lines Matching refs:SvxLineEndWindow
375 SvxLineEndWindow::SvxLineEndWindow( in SvxLineEndWindow() function in SvxLineEndWindow
395 SvxLineEndWindow::SvxLineEndWindow( in SvxLineEndWindow() function in SvxLineEndWindow
417 void SvxLineEndWindow::implInit() in implInit()
437 aLineEndSet.SetSelectHdl( LINK( this, SvxLineEndWindow, SelectHdl ) ); in implInit()
449 SfxPopupWindow* SvxLineEndWindow::Clone() const in Clone()
451 return new SvxLineEndWindow( GetId(), mxFrame, GetText() ); in Clone()
456 SvxLineEndWindow::~SvxLineEndWindow() in ~SvxLineEndWindow()
462 IMPL_LINK( SvxLineEndWindow, SelectHdl, void *, EMPTYARG ) in IMPL_LINK() argument
523 void SvxLineEndWindow::FillValueSet() in FillValueSet()
572 void SvxLineEndWindow::Resize() in Resize()
598 void __EXPORT SvxLineEndWindow::Resizing( Size& rNewSize ) in Resizing()
645 void SvxLineEndWindow::StartSelection() in StartSelection()
652 sal_Bool SvxLineEndWindow::Close() in Close()
659 void SvxLineEndWindow::StateChanged( in StateChanged()
682 void SvxLineEndWindow::PopupModeEnd() in PopupModeEnd()
694 void SvxLineEndWindow::SetSize() in SetSize()
724 void SvxLineEndWindow::GetFocus (void) in GetFocus()
762 SvxLineEndWindow* pLineEndWin = in CreatePopupWindow()
763 new SvxLineEndWindow( GetId(), m_xFrame, &GetToolBox(), SVX_RESSTR( RID_SVXSTR_LINEEND ) ); in CreatePopupWindow()