Lines Matching refs:aStandardBox
623 aStandardBox(this, SW_RES(LB_STANDARD)), in SwStdFontTabPage()
675 aStandardBox.SetModifyHdl( LINK(this, SwStdFontTabPage, ModifyHdl)); in SwStdFontTabPage()
680 aStandardBox.SetLoseFocusHdl( aFocusLink ); in SwStdFontTabPage()
748 String sStandard = aStandardBox.GetText(); in FillItemSet()
753 String sStandardBak = aStandardBox.GetSavedValue(); in FillItemSet()
920 if( !aStandardBox.GetEntryCount() ) in Reset()
935 aStandardBox.InsertEntry( *it ); in Reset()
1040 aStandardBox.SetText(sStdBackup ); in Reset()
1063 aStandardBox.SaveValue(); in Reset()
1084 aStandardBox.SetText(SwStdFontConfig::GetDefaultFor(FONT_STANDARD + nFontOffset, eLanguage)); in IMPL_LINK()
1090 aStandardBox.SaveValue(); in IMPL_LINK()
1120 if(pBox == &aStandardBox) in IMPL_LINK()
1182 if(pBox == &aStandardBox) in IMPL_LINK()