Home
last modified time | relevance | path

Searched refs:SwLabFmtPage (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/ui/envelp/
H A Dlabfmt.cxx56 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()
[all …]
H A Dlabfmt.hxx29 class SwLabFmtPage;
68 SwLabFmtPage* GetParent() {return (SwLabFmtPage*) Window::GetParent();} in GetParent()
74 SwLabPreview(const SwLabFmtPage* pParent, const ResId& rResID);
82 class SwLabFmtPage : public SfxTabPage class
110 SwLabFmtPage(Window* pParent, const SfxItemSet& rSet);
111 ~SwLabFmtPage();
154 SwLabFmtPage* pLabPage;
161 SwSaveLabelDlg(SwLabFmtPage* pParent, SwLabRec& rRec);
H A Dlabel1.cxx147 AddTabPage(TP_LAB_FMT, SwLabFmtPage::Create, 0); in SwLabDlg()
/AOO41X/main/sw/inc/
H A Dswabstdlg.hxx58 class SwLabFmtPage;