Searched refs:SwInsertGrfRulerDlg (Results 1 – 4 of 4) sorted by relevance
/aoo41x/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
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | insrule.hxx | 32 class SwInsertGrfRulerDlg : public SfxModalDialog class 51 SwInsertGrfRulerDlg( Window* pParent ); 52 ~SwInsertGrfRulerDlg();
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.hxx | 288 class SwInsertGrfRulerDlg; 291 DECL_ABSTDLG_BASE(AbstractInsertGrfRulerDlg_Impl,SwInsertGrfRulerDlg)
|
H A D | swdlgfact.cxx | 1392 SwInsertGrfRulerDlg* pDlg=NULL; in CreateInsertGrfRulerDlg() 1396 pDlg = new SwInsertGrfRulerDlg( pParent ); in CreateInsertGrfRulerDlg()
|
Completed in 96 milliseconds