Home
last modified time | relevance | path

Searched refs:aFont1CB (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/cui/source/options/
H A Dfontsubs.cxx53 aFont1CB (this, CUI_RES(CB_FONT1)), in SvxFontSubstTabPage()
90 long nDelta = ( aFont1CB.GetSizePixel().Height() - in SvxFontSubstTabPage()
105 aFont1CB.SetSelectHdl(aLink); in SvxFontSubstTabPage()
106 aFont1CB.SetModifyHdl(aLink); in SvxFontSubstTabPage()
255 aFont1CB.Fill( &aFntLst ); in Reset()
301 sal_uLong nPos = aCheckLB.GetEntryPos(aFont1CB.GetText(), 0); in IMPL_LINK()
316 String sFont1 = aFont1CB.GetText(); in IMPL_LINK()
350 aFont1CB.SetText(aCheckLB.GetEntryText(pEntry, 0)); in IMPL_LINK()
355 if (pWin == &aFont1CB) in IMPL_LINK()
357 sal_uLong nPos = aCheckLB.GetEntryPos(aFont1CB.GetText(), 0); in IMPL_LINK()
[all …]
H A Dfontsubs.hxx72 FontNameBox aFont1CB; member in SvxFontSubstTabPage