Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx125 … void GetFontSettings( const SwDropCapsPage& _rPage, Font& _rFont, sal_uInt16 _nWhich );
217 void SwDropCapsPict::GetFontSettings( const SwDropCapsPage& _rPage, Font& _rFont, sal_uInt16 _nWhic… in GetFontSettings()
241 SwDropCapsPage* pPage = ( SwDropCapsPage* ) GetParent(); in UpdatePaintSettings()
343 if(((SwDropCapsPage*)GetParent())->aDropCapsBox.IsChecked()) in Paint()
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()
611 aDropCapsBox .SetClickHdl (LINK(this, SwDropCapsPage, ClickHdl )); in SwDropCapsPage()
612 aTemplateBox .SetSelectHdl(LINK(this, SwDropCapsPage, SelectHdl)); in SwDropCapsPage()
613 aWholeWordCB .SetClickHdl (LINK(this, SwDropCapsPage, WholeWordHdl )); in SwDropCapsPage()
[all …]
H A Dpardlg.cxx145 AddTabPage(TP_DROPCAPS, SwDropCapsPage::Create, SwDropCapsPage::GetRanges); in SwParaDlg()
240 ((SwDropCapsPage&)rPage).SetFormat(sal_False); in PageCreated()
/trunk/main/sw/source/ui/inc/
H A Ddrpcps.hxx67 class SwDropCapsPage : public SfxTabPage class
95 SwDropCapsPage(Window *pParent, const SfxItemSet &rSet);
96 ~SwDropCapsPage();
/trunk/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx200 AddTabPage(TP_DROPCAPS, SwDropCapsPage::Create, in SwTemplateDlg()
201 SwDropCapsPage::GetRanges ); in SwTemplateDlg()