Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx294 aTypeBox (this, SW_RES(BOX_TYPE )), in SwLabPage()
312 aTypeBox .SetSelectHdl(LINK(this, SwLabPage, TypeHdl )); in SwLabPage()
354 aTypeBox.SetHelpId(HID_BUSINESS_FMT_PAGE_TYPE); in SetToBusinessCard()
389 aTypeBox.SetPosPixel(aLBPos); in SetToBusinessCard()
460 aTypeBox.Clear(); in IMPL_LINK_INLINE_END()
481 aTypeBox.InsertEntry(aType ); in IMPL_LINK_INLINE_END()
500 aTypeBox.InsertEntry(aHiddenSortTypeBox.GetEntry(nEntry)); in IMPL_LINK_INLINE_END()
503 aTypeBox.SelectEntry(aItem.aLstType); in IMPL_LINK_INLINE_END()
505 aTypeBox.SelectEntryPos(0); in IMPL_LINK_INLINE_END()
506 aTypeBox.GetSelectHdl().Call( &aTypeBox ); in IMPL_LINK_INLINE_END()
[all …]
H A Dswuilabimp.hxx52 ListBox aTypeBox; member in SwLabPage