Lines Matching refs:aIdxBox
641 aIdxBox (this, SW_RES(LB_IDX )), in SwStdFontTabPage()
678 aIdxBox .SetModifyHdl( LINK(this, SwStdFontTabPage, ModifyHdl)); in SwStdFontTabPage()
684 aIdxBox .SetLoseFocusHdl( aFocusLink ); in SwStdFontTabPage()
752 String sIdx = aIdxBox .GetText(); in FillItemSet()
757 String sIdxBak = aIdxBox .GetSavedValue(); in FillItemSet()
939 aIdxBox .InsertEntry( *it ); in Reset()
1044 aIdxBox .SetText(sIdxBackup ); in Reset()
1067 aIdxBox .SaveValue(); in Reset()
1088 aIdxBox .SetText(SwStdFontConfig::GetDefaultFor(FONT_INDEX + nFontOffset, eLanguage)); in IMPL_LINK()
1094 aIdxBox .SaveValue(); in IMPL_LINK()
1128 aIdxBox.SetText(sEntry); in IMPL_LINK()
1138 else if(pBox == &aIdxBox) in IMPL_LINK()