Searched refs:SwInsertGrfRulerDlg (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sw/source/ui/misc/ |
| H A D | insrule.cxx | 55 SwInsertGrfRulerDlg::SwInsertGrfRulerDlg( Window* pParent ) : in SwInsertGrfRulerDlg() function in SwInsertGrfRulerDlg 69 pExampleVS->SetSelectHdl(LINK(this, SwInsertGrfRulerDlg, SelectHdl)); in SwInsertGrfRulerDlg() 70 pExampleVS->SetDoubleClickHdl(LINK(this, SwInsertGrfRulerDlg, DoubleClickHdl)); in SwInsertGrfRulerDlg() 93 SwInsertGrfRulerDlg::~SwInsertGrfRulerDlg() in ~SwInsertGrfRulerDlg() 103 String SwInsertGrfRulerDlg::GetGraphicName() in GetGraphicName() 118 IMPL_LINK(SwInsertGrfRulerDlg, SelectHdl, ValueSet*, pVS) in IMPL_LINK() argument 217 IMPL_LINK(SwInsertGrfRulerDlg, DoubleClickHdl, ValueSet*, EMPTYARG) in IMPL_LINK() argument
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | insrule.hxx | 32 class SwInsertGrfRulerDlg : public SfxModalDialog class 51 SwInsertGrfRulerDlg( Window* pParent ); 52 ~SwInsertGrfRulerDlg();
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | swdlgfact.hxx | 287 class SwInsertGrfRulerDlg; 290 DECL_ABSTDLG_BASE(AbstractInsertGrfRulerDlg_Impl,SwInsertGrfRulerDlg)
|
| H A D | swdlgfact.cxx | 1390 SwInsertGrfRulerDlg* pDlg=NULL; in CreateInsertGrfRulerDlg() 1394 pDlg = new SwInsertGrfRulerDlg( pParent ); in CreateInsertGrfRulerDlg()
|