Searched refs:SdSnapLineDlg (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sd/source/ui/dlg/ |
H A D | dlgsnap.cxx | 51 SdSnapLineDlg::SdSnapLineDlg( in SdSnapLineDlg() function in SdSnapLineDlg 78 aRbHorz.SetClickHdl(LINK(this, SdSnapLineDlg, ClickHdl)); in SdSnapLineDlg() 79 aRbVert.SetClickHdl(LINK(this, SdSnapLineDlg, ClickHdl)); in SdSnapLineDlg() 80 aRbPoint.SetClickHdl(LINK(this, SdSnapLineDlg, ClickHdl)); in SdSnapLineDlg() 82 aBtnDelete.SetClickHdl(LINK(this, SdSnapLineDlg, ClickHdl)); in SdSnapLineDlg() 146 IMPL_LINK( SdSnapLineDlg, ClickHdl, Button *, pBtn ) in IMPL_LINK() argument 162 void SdSnapLineDlg::GetAttr(SfxItemSet& rOutAttrs) in GetAttr() 184 void SdSnapLineDlg::HideRadioGroup() in HideRadioGroup() 198 void SdSnapLineDlg::SetInputFields(sal_Bool bEnableX, sal_Bool bEnableY) in SetInputFields()
|
H A D | sddlgfact.hxx | 149 class SdSnapLineDlg; 152 DECL_ABSTDLG_BASE(AbstractSdSnapLineDlg_Impl,SdSnapLineDlg)
|
H A D | sddlgfact.cxx | 437 return new AbstractSdSnapLineDlg_Impl( new SdSnapLineDlg( pWindow, rInAttrs, pView ) ); in CreateSdSnapLineDlg()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | dlgsnap.hxx | 62 class SdSnapLineDlg : public ModalDialog class 86 SdSnapLineDlg(Window* pWindow, const SfxItemSet& rInAttrs, ::sd::View* pView);
|
Completed in 27 milliseconds