Searched refs:SwCaptionOptPage (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sw/source/ui/config/ |
| H A D | optload.cxx | 343 SetTabPage((SwCaptionOptPage*) SwCaptionOptPage::Create(this, rSet)); in SwCaptionOptDlg() 391 SwCaptionOptPage::SwCaptionOptPage( Window* pParent, const SfxItemSet& rSet ) in SwCaptionOptPage() function in SwCaptionOptPage 496 Link aLk = LINK( this, SwCaptionOptPage, ModifyHdl ); in SwCaptionOptPage() 501 aLk = LINK(this, SwCaptionOptPage, SelectHdl); in SwCaptionOptPage() 505 aLbCaptionOrder.SetSelectHdl( LINK(this, SwCaptionOptPage, OrderHdl)); in SwCaptionOptPage() 507 aCheckLB.SetSelectHdl( LINK(this, SwCaptionOptPage, ShowEntryHdl) ); in SwCaptionOptPage() 508 aCheckLB.SetCheckButtonHdl( LINK(this, SwCaptionOptPage, ShowEntryHdl) ); in SwCaptionOptPage() 509 aCheckLB.SetDeselectHdl( LINK(this, SwCaptionOptPage, SaveEntryHdl) ); in SwCaptionOptPage() 516 SwCaptionOptPage::~SwCaptionOptPage() in ~SwCaptionOptPage() 526 SfxTabPage* SwCaptionOptPage::Create( Window* pParent, in Create() [all …]
|
| H A D | optload.hrc | 41 // SwCaptionOptPage -----------------------------
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | optload.hxx | 126 class SwCaptionOptPage : public SfxTabPage class 196 SwCaptionOptPage( Window* pParent, 198 ~SwCaptionOptPage();
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | swdlgfact.cxx | 1693 return SwCaptionOptPage::Create; in GetTabPageCreatorFunc()
|