Searched refs:SwDropCapsPage (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/ui/chrdlg/ |
H A D | drpcps.cxx | 241 SwDropCapsPage* pPage = ( SwDropCapsPage* ) GetParent(); in UpdatePaintSettings() 545 SwDropCapsPage* pNewPage = (SwDropCapsPage*) SwDropCapsPage::Create(this, rSet); in SwDropCapsDlg() 564 SwDropCapsPage::SwDropCapsPage(Window *pParent, const SfxItemSet &rSet) : in SwDropCapsPage() function in SwDropCapsPage 606 Link aLk = LINK(this, SwDropCapsPage, ModifyHdl); in SwDropCapsPage() 621 SwDropCapsPage::~SwDropCapsPage() in ~SwDropCapsPage() 640 SfxTabPage* SwDropCapsPage::Create(Window *pParent, in Create() 643 return new SwDropCapsPage(pParent, rSet); in Create() 663 void SwDropCapsPage::Reset(const SfxItemSet &rSet) in Reset() 766 IMPL_LINK( SwDropCapsPage, ModifyHdl, Edit *, pEdit ) in IMPL_LINK() argument 835 sal_uInt16* SwDropCapsPage::GetRanges() in IMPL_LINK_INLINE_END() [all …]
|
H A D | pardlg.cxx | 145 AddTabPage(TP_DROPCAPS, SwDropCapsPage::Create, SwDropCapsPage::GetRanges); in SwParaDlg() 227 ((SwDropCapsPage&)rPage).SetFormat(sal_False); in PageCreated()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | drpcps.hxx | 67 class SwDropCapsPage : public SfxTabPage class 95 SwDropCapsPage(Window *pParent, const SfxItemSet &rSet); 96 ~SwDropCapsPage();
|
/aoo41x/main/sw/source/ui/fmtui/ |
H A D | tmpdlg.cxx | 200 AddTabPage(TP_DROPCAPS, SwDropCapsPage::Create, in SwTemplateDlg() 201 SwDropCapsPage::GetRanges ); in SwTemplateDlg()
|
Completed in 16 milliseconds