Lines Matching refs:aFormatBox
402 aFormatBox (this, SW_RES(BOX_FORMAT )), in SwCaptionOptPage()
465 aFormatBox.InsertEntry( pMgr->GetFormatStr(TYP_SEQFLD, i) ); in SwCaptionOptPage()
467 aFormatBox.SetEntryData( i, reinterpret_cast<void*>(nFmtId) ); in SwCaptionOptPage()
469 aFormatBox.SelectEntryPos( i ); in SwCaptionOptPage()
503 aFormatBox .SetSelectHdl( aLk ); in SwCaptionOptPage()
682 aFormatBox.Enable( bChecked ); in IMPL_LINK()
747 for (sal_uInt16 i = 0; i < aFormatBox.GetEntryCount(); i++) in IMPL_LINK()
749 if (pOpt->GetNumType() == (sal_uInt16)(sal_uLong)aFormatBox.GetEntryData(i)) in IMPL_LINK()
751 aFormatBox.SelectEntryPos(i); in IMPL_LINK()
829 pOpt->SetNumType((sal_uInt16)(sal_uLong)aFormatBox.GetEntryData(aFormatBox.GetSelectEntryPos())); in SaveEntry()
865 aFormatBox.Enable(bEnable); in IMPL_LINK()
907 sal_uInt16 nNumFmt = (sal_uInt16)(sal_uLong)aFormatBox.GetEntryData( in DrawSample()
908 aFormatBox.GetSelectEntryPos() ); in DrawSample()