Searched refs:maChecks (Results 1 – 2 of 2) sorted by relevance
981 maChecks(this, 0), in ScDPFieldPopupWindow()995 maTabStopCtrls.push_back(&maChecks); in ScDPFieldPopupWindow()1022 maChecks.SetPosSizePixel(aPos, aSize); in ScDPFieldPopupWindow()1023 maChecks.SetFont(getLabelFont()); in ScDPFieldPopupWindow()1024 maChecks.SetCheckButtonHdl( LINK(this, ScDPFieldPopupWindow, CheckHdl) ); in ScDPFieldPopupWindow()1025 maChecks.Show(); in ScDPFieldPopupWindow()1159 maChecks.CheckEntryPos(static_cast< sal_uInt16 >( i ), bSet); in setAllMemberState()1165 sal_uInt16 nSelected = maChecks.GetSelectEntryPos(); in selectCurrentMemberOnly()1166 maChecks.CheckEntryPos(nSelected, bSet); in selectCurrentMemberOnly()1200 CheckHdl(&maChecks); in IMPL_LINK()[all …]
339 SvxCheckListBox maChecks; member in ScDPFieldPopupWindow