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
349 Link aLk = LINK(this, SwLabFmtPage, ModifyHdl); in SwLabFmtPage()
359 aLk = LINK(this, SwLabFmtPage, LoseFocusHdl); in SwLabFmtPage()
369 aSavePB.SetClickHdl( LINK (this, SwLabFmtPage, SaveHdl)); in SwLabFmtPage()
372 aPreviewTimer.SetTimeoutHdl(LINK(this, SwLabFmtPage, PreviewHdl)); in SwLabFmtPage()
379 SwLabFmtPage::~SwLabFmtPage() in ~SwLabFmtPage()
387 IMPL_LINK_INLINE_START( SwLabFmtPage, ModifyHdl, Edit *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
393 IMPL_LINK_INLINE_END( SwLabFmtPage, ModifyHdl, Edit *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
399 IMPL_LINK_INLINE_START( SwLabFmtPage, PreviewHdl, Timer *, EMPTYARG ) in IMPL_LINK_INLINE_END()
408 IMPL_LINK_INLINE_END( SwLabFmtPage, PreviewHdl, Timer *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
414 IMPL_LINK_INLINE_START( SwLabFmtPage, LoseFocusHdl, Control *, pControl ) in IMPL_LINK_INLINE_END()
420 IMPL_LINK_INLINE_END( SwLabFmtPage, LoseFocusHdl, Control *, pControl ) in IMPL_LINK_INLINE_END() argument
425 void SwLabFmtPage::ChangeMinMax() in IMPL_LINK_INLINE_END()
490 SfxTabPage* SwLabFmtPage::Create(Window* pParent, const SfxItemSet& rSet) in Create()
492 return new SwLabFmtPage(pParent, rSet); in Create()
499 void SwLabFmtPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage()
509 int SwLabFmtPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage()
521 void SwLabFmtPage::FillItem(SwLabItem& rItem) in FillItem()
543 sal_Bool SwLabFmtPage::FillItemSet(SfxItemSet& rSet) in FillItemSet()
552 void SwLabFmtPage::Reset(const SfxItemSet& ) in Reset()
584 IMPL_LINK( SwLabFmtPage, SaveHdl, PushButton *, EMPTYARG ) in IMPL_LINK() argument
622 SwSaveLabelDlg::SwSaveLabelDlg(SwLabFmtPage* pParent, SwLabRec& rRec) : in SwSaveLabelDlg()