Lines Matching refs:SwLabFmtPage
56 SwLabPreview::SwLabPreview( const SwLabFmtPage* pParent, const ResId& rResID ) : in SwLabPreview()
310 SwLabFmtPage::SwLabFmtPage(Window* pParent, const SfxItemSet& rSet) : in SwLabFmtPage() function in SwLabFmtPage
355 Link aLk = LINK(this, SwLabFmtPage, ModifyHdl); in SwLabFmtPage()
367 aLk = LINK(this, SwLabFmtPage, LoseFocusHdl); in SwLabFmtPage()
377 aSavePB.SetClickHdl( LINK (this, SwLabFmtPage, SaveHdl)); in SwLabFmtPage()
380 aPreviewTimer.SetTimeoutHdl(LINK(this, SwLabFmtPage, PreviewHdl)); in SwLabFmtPage()
387 SwLabFmtPage::~SwLabFmtPage() in ~SwLabFmtPage()
395 IMPL_LINK_INLINE_START( SwLabFmtPage, ModifyHdl, Edit *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
401 IMPL_LINK_INLINE_END( SwLabFmtPage, ModifyHdl, Edit *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
407 IMPL_LINK_INLINE_START( SwLabFmtPage, PreviewHdl, Timer *, EMPTYARG ) in IMPL_LINK_INLINE_END()
416 IMPL_LINK_INLINE_END( SwLabFmtPage, PreviewHdl, Timer *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
422 IMPL_LINK_INLINE_START( SwLabFmtPage, LoseFocusHdl, Control *, pControl ) in IMPL_LINK_INLINE_END()
428 IMPL_LINK_INLINE_END( SwLabFmtPage, LoseFocusHdl, Control *, pControl ) in IMPL_LINK_INLINE_END() argument
433 void SwLabFmtPage::ChangeMinMax() in IMPL_LINK_INLINE_END()
498 SfxTabPage* SwLabFmtPage::Create(Window* pParent, const SfxItemSet& rSet) in Create()
500 return new SwLabFmtPage(pParent, rSet); in Create()
507 void SwLabFmtPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage()
517 int SwLabFmtPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage()
529 void SwLabFmtPage::FillItem(SwLabItem& rItem) in FillItem()
553 sal_Bool SwLabFmtPage::FillItemSet(SfxItemSet& rSet) in FillItemSet()
562 void SwLabFmtPage::Reset(const SfxItemSet& ) in Reset()
596 IMPL_LINK( SwLabFmtPage, SaveHdl, PushButton *, EMPTYARG ) in IMPL_LINK() argument
636 SwSaveLabelDlg::SwSaveLabelDlg(SwLabFmtPage* pParent, SwLabRec& rRec) : in SwSaveLabelDlg()