Home
last modified time | relevance | path

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

/aoo42x/main/cui/source/options/
H A Dfontsubs.cxx64 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()
H A Dfontsubs.hxx83 ListBox aFontHeightLB; member in SvxFontSubstTabPage

Completed in 12 milliseconds