Searched refs:SwCaptionDialog (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 116 SwCaptionDialog::SwCaptionDialog( Window *pParent, SwView &rV ) : in SwCaptionDialog() function in SwCaptionDialog 159 Link aLk = LINK( this, SwCaptionDialog, ModifyHdl ); in SwCaptionDialog() 165 aLk = LINK(this, SwCaptionDialog, SelectHdl); in SwCaptionDialog() 290 void SwCaptionDialog::Apply() in Apply() 347 IMPL_LINK( SwCaptionDialog, ModifyHdl, Edit *, EMPTYARG ) in IMPL_LINK_INLINE_END() 369 IMPL_LINK(SwCaptionDialog, CaptionHdl, PushButton*, EMPTYARG) in IMPL_LINK() argument 378 void SwCaptionDialog::DrawSample() in DrawSample() 446 void SwCaptionDialog::CheckButtonWidth() in CheckButtonWidth() 478 SwCaptionDialog::~SwCaptionDialog() in ~SwCaptionDialog() 585 long SwCaptionDialog::CategoryBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() [all …]
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | cption.hxx | 67 class SwCaptionDialog : public SvxStandardDialog class 127 SwCaptionDialog( Window *pParent, SwView &rV ); 128 ~SwCaptionDialog();
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 859 pDlg = new SwCaptionDialog( pParent, rV ); in CreateSwCaptionDialog()
|
Completed in 15 milliseconds