Lines Matching refs:SwCaptionOptPage

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()
529 return new SwCaptionOptPage(pParent, rAttrSet ); in Create()
536 sal_Bool SwCaptionOptPage::FillItemSet( SfxItemSet& ) in FillItemSet()
565 void SwCaptionOptPage::Reset( const SfxItemSet& rSet) in Reset()
635 void SwCaptionOptPage::SetOptions(const sal_uInt16 nPos, in SetOptions()
654 void SwCaptionOptPage::DelUserData() in DelUserData()
670 IMPL_LINK( SwCaptionOptPage, ShowEntryHdl, SvxCheckListBox *, EMPTYARG ) in IMPL_LINK() argument
799 IMPL_LINK( SwCaptionOptPage, SaveEntryHdl, SvxCheckListBox *, EMPTYARG ) in IMPL_LINK() argument
813 void SwCaptionOptPage::SaveEntry(SvLBoxEntry* pEntry) in SaveEntry()
849 IMPL_LINK( SwCaptionOptPage, ModifyHdl, Edit *, EMPTYARG ) in IMPL_LINK() argument
877 IMPL_LINK_INLINE_START( SwCaptionOptPage, SelectHdl, ListBox *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
882 IMPL_LINK_INLINE_END( SwCaptionOptPage, SelectHdl, ListBox *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
886 IMPL_LINK( SwCaptionOptPage, OrderHdl, ListBox*, pBox ) in IMPL_LINK_INLINE_END()
898 void SwCaptionOptPage::DrawSample() in DrawSample()