Lines Matching refs:SwAddressControl_Impl

62 class SwAddressControl_Impl : public Control  class
89 SwAddressControl_Impl(Window* pParent, const ResId& rResId );
90 ~SwAddressControl_Impl();
102 SwAddressControl_Impl::SwAddressControl_Impl(Window* pParent, const ResId& rResId ) : in SwAddressControl_Impl() function in SwAddressControl_Impl
119 Link aScrollLink = LINK(this, SwAddressControl_Impl, ScrollHdl_Impl); in SwAddressControl_Impl()
128 SwAddressControl_Impl::~SwAddressControl_Impl() in ~SwAddressControl_Impl()
140 void SwAddressControl_Impl::SetData(SwCSVData& rDBData) in SetData()
184 Link aFocusLink = LINK(this, SwAddressControl_Impl, GotFocusHdl_Impl); in SetData()
185 Link aEditModifyLink = LINK(this, SwAddressControl_Impl, EditModifyHdl_Impl); in SetData()
240 void SwAddressControl_Impl::SetCurrentDataSet(sal_uInt32 nSet) in SetCurrentDataSet()
264 IMPL_LINK(SwAddressControl_Impl, ScrollHdl_Impl, ScrollBar*, pScroll) in IMPL_LINK() argument
274 IMPL_LINK(SwAddressControl_Impl, GotFocusHdl_Impl, Edit*, pEdit) in IMPL_LINK() argument
286 void SwAddressControl_Impl::MakeVisible(const Rectangle & rRect) in MakeVisible()
309 IMPL_LINK(SwAddressControl_Impl, EditModifyHdl_Impl, Edit*, pEdit) in IMPL_LINK() argument
324 void SwAddressControl_Impl::SetCursorTo(sal_uInt32 nElement) in SetCursorTo()
338 void SwAddressControl_Impl::Command( const CommandEvent& rCEvt ) in Command()
360 long SwAddressControl_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
384 m_pAddressControl(new SwAddressControl_Impl(this, SW_RES(CT_ADDRESS))), in SwCreateAddressListDialog()