Lines Matching refs:SvxFontSubstTabPage
48 SvxFontSubstTabPage::SvxFontSubstTabPage( Window* pParent, in SvxFontSubstTabPage() function in SvxFontSubstTabPage
101 Link aLink(LINK(this, SvxFontSubstTabPage, SelectHdl)); in SvxFontSubstTabPage()
111 aNonPropFontsOnlyCB.SetClickHdl(LINK(this, SvxFontSubstTabPage, NonPropFontsHdl)); in SvxFontSubstTabPage()
162 SvLBoxEntry* SvxFontSubstTabPage::CreateEntry(String& rFont1, String& rFont2) in CreateEntry()
189 SvxFontSubstTabPage::~SvxFontSubstTabPage() in ~SvxFontSubstTabPage()
200 SfxTabPage* SvxFontSubstTabPage::Create( Window* pParent, in Create()
203 return new SvxFontSubstTabPage(pParent, rAttrSet); in Create()
210 sal_Bool SvxFontSubstTabPage::FillItemSet( SfxItemSet& ) in FillItemSet()
249 void SvxFontSubstTabPage::Reset( const SfxItemSet& ) in Reset()
294 IMPL_LINK(SvxFontSubstTabPage, SelectHdl, Window*, pWin) in IMPL_LINK() argument
378 IMPL_LINK(SvxFontSubstTabPage, NonPropFontsHdl, CheckBox*, pBox) in IMPL_LINK() argument
399 void SvxFontSubstTabPage::CheckEnable() in CheckEnable()