Lines Matching refs:aMakeBox
286 aMakeBox (this, SW_RES(BOX_MAKE )), in SwLabPage()
305 aMakeBox .SetSelectHdl(LINK(this, SwLabPage, MakeHdl )); in SwLabPage()
316 aMakeBox.InsertEntry( rStr ); in SwLabPage()
321 aMakeBox.SelectEntryPos( nLstGroup ); in SwLabPage()
322 aMakeBox.GetSelectHdl().Call( &aMakeBox ); in SwLabPage()
347 aMakeBox.SetHelpId(HID_BUSINESS_FMT_PAGE_BRAND); in SetToBusinessCard()
380 lcl_ChgYPos(aMakeBox, - nDiffPos); in SetToBusinessCard()
381 Point aLBPos(aMakeBox.GetPosPixel()); in SetToBusinessCard()
382 aLBPos.Y() += aMakeBox.GetSizePixel().Height() + aTmpSz.Height(); in SetToBusinessCard()
441 aMakeBox.GetSelectHdl().Call( &aMakeBox ); in IMPL_LINK_INLINE_START()
458 const String aMake = aMakeBox.GetSelectEntry(); in IMPL_LINK_INLINE_END()
615 rItem.aMake = aMakeBox.GetSelectEntry(); in FillItem()
622 rItem.aLstMake = aMakeBox.GetSelectEntry(); in FillItem()
654 if(aMakeBox.GetEntryPos(String(rStr)) == LISTBOX_ENTRY_NOTFOUND) in Reset()
655 aMakeBox.InsertEntry( rStr ); in Reset()
659 aMakeBox .SelectEntry( aItem.aMake ); in Reset()
662 aMakeBox.GetSelectHdl().Call( &aMakeBox ); in Reset()