Lines Matching refs:aIdxBox
644 aIdxBox (this, SW_RES(LB_IDX )), in SwStdFontTabPage()
681 aIdxBox .SetModifyHdl( LINK(this, SwStdFontTabPage, ModifyHdl)); in SwStdFontTabPage()
687 aIdxBox .SetLoseFocusHdl( aFocusLink ); in SwStdFontTabPage()
755 String sIdx = aIdxBox .GetText(); in FillItemSet()
760 String sIdxBak = aIdxBox .GetSavedValue(); in FillItemSet()
942 aIdxBox .InsertEntry( *it ); in Reset()
1047 aIdxBox .SetText(sIdxBackup ); in Reset()
1070 aIdxBox .SaveValue(); in Reset()
1091 aIdxBox .SetText(SwStdFontConfig::GetDefaultFor(FONT_INDEX + nFontOffset, eLanguage)); in IMPL_LINK()
1097 aIdxBox .SaveValue(); in IMPL_LINK()
1131 aIdxBox.SetText(sEntry); in IMPL_LINK()
1141 else if(pBox == &aIdxBox) in IMPL_LINK()