Lines Matching refs:SvxLineWindow_Impl
284 class SvxLineWindow_Impl : public SfxPopupWindow class
304 SvxLineWindow_Impl( sal_uInt16 nId, const Reference< XFrame >& rFrame, Window* pParentWindow );
1289 SvxLineWindow_Impl::SvxLineWindow_Impl( sal_uInt16 nId, const Reference< XFrame >& rFrame, Window* … in SvxLineWindow_Impl() function in SvxLineWindow_Impl
1307 aLineSet.SetSelectHdl( LINK( this, SvxLineWindow_Impl, SelectHdl ) ); in SvxLineWindow_Impl()
1318 SfxPopupWindow* SvxLineWindow_Impl::Clone() const in Clone()
1320 return new SvxLineWindow_Impl( GetId(), GetFrame(), GetParent() ); in Clone()
1325 void SvxLineWindow_Impl::MakeLineBitmap( sal_uInt16 nNo, Bitmap& rBmp, const Size& rSize, String& r… in MakeLineBitmap()
1499 IMPL_LINK( SvxLineWindow_Impl, SelectHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1583 void SvxLineWindow_Impl::Resize() in Resize()
1590 void SvxLineWindow_Impl::StartSelection() in StartSelection()
1597 sal_Bool SvxLineWindow_Impl::Close() in Close()
1604 Window* SvxLineWindow_Impl::GetPreferredKeyInputWindow() in GetPreferredKeyInputWindow()
1611 void SvxLineWindow_Impl::GetFocus() in GetFocus()
1616 void SvxLineWindow_Impl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1627 void SvxLineWindow_Impl::CreateBitmaps( void ) in CreateBitmaps()
2601 SvxLineWindow_Impl* pLineWin = new SvxLineWindow_Impl( GetSlotId(), m_xFrame, &GetToolBox() ); in CreatePopupWindow()