Searched refs:aFontHeightLB (Results 1 – 2 of 2) sorted by relevance
64 aFontHeightLB (this, CUI_RES(LB_FONTHEIGHT )), in SvxFontSubstTabPage()147 aFontHeightLB.InsertEntry(String::CreateFromInt32(nHeight)); in SvxFontSubstTabPage()149 aFontHeightLB.InsertEntry(String::CreateFromInt32(nHeight)); in SvxFontSubstTabPage()151 aFontHeightLB.InsertEntry(String::CreateFromInt32(nHeight)); in SvxFontSubstTabPage()153 aFontHeightLB.InsertEntry(String::CreateFromInt32(nHeight)); in SvxFontSubstTabPage()155 aFontHeightLB.InsertEntry(String::CreateFromInt32(nHeight)); in SvxFontSubstTabPage()231 if(aFontHeightLB.GetSavedValue() != aFontHeightLB.GetSelectEntryPos()) in FillItemSet()232 pSourceViewConfig->SetFontHeight((sal_Int16)aFontHeightLB.GetSelectEntry().ToInt32()); in FillItemSet()285 aFontHeightLB.SelectEntry(String::CreateFromInt32(nFontHeight)); in Reset()287 aFontHeightLB.SaveValue(); in Reset()
83 ListBox aFontHeightLB; member in SvxFontSubstTabPage
Completed in 38 milliseconds