Home
last modified time | relevance | path

Searched refs:aMakeBox (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/envelp/
H A Dlabel1.cxx286 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()
[all …]
H A Dswuilabimp.hxx50 ListBox aMakeBox; member in SwLabPage