Searched refs:SwCharURLPage (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sw/source/ui/chrdlg/ |
H A D | chardlg.cxx | 121 AddTabPage(TP_CHAR_URL, SwCharURLPage::Create, 0); in SwCharDlg() 189 SwCharURLPage::SwCharURLPage( Window* pParent, in SwCharURLPage() function in SwCharURLPage 234 aURLPB.SetClickHdl (LINK( this, SwCharURLPage, InsertFileHdl)); in SwCharURLPage() 235 aEventPB.SetClickHdl(LINK( this, SwCharURLPage, EventHdl )); in SwCharURLPage() 267 SwCharURLPage::~SwCharURLPage() in ~SwCharURLPage() 276 void SwCharURLPage::Reset(const SfxItemSet& rSet) in Reset() 325 sal_Bool SwCharURLPage::FillItemSet(SfxItemSet& rSet) in FillItemSet() 377 SfxTabPage* SwCharURLPage::Create( Window* pParent, in Create() 380 return ( new SwCharURLPage( pParent, rAttrSet ) ); in Create() 387 IMPL_LINK( SwCharURLPage, InsertFileHdl, PushButton *, EMPTYARG ) in IMPL_LINK() argument [all …]
|
/trunk/main/sw/source/ui/inc/ |
H A D | chrdlg.hxx | 76 class SwCharURLPage : public SfxTabPage class 103 SwCharURLPage( Window* pParent, 106 ~SwCharURLPage();
|
Completed in 6 milliseconds