Searched refs:ListBoxType (Results 1 – 2 of 2) sorted by relevance
64 typedef ControlWindow< LISTBOX_WINDOW > ListBoxType; typedef in pcr::ListLikeControlWithModifyHandler68 :ListBoxType( _pParent, _nStyle ) in ListLikeControlWithModifyHandler()72 void SetModifyHdl( const Link& _rLink ) { ListBoxType::SetSelectHdl( _rLink ); } in SetModifyHdl()91 if ( !ListBoxType::IsInDropDown() ) in PreNotify()95 return ListBoxType::GetParent()->PreNotify( _rNEvt ); in PreNotify()99 return ListBoxType::PreNotify( _rNEvt ); in PreNotify()
67 template< typename ListBoxType >68 bool lclFillListBox( ListBoxType& rLBox, const Sequence< OUString >& rStrings, sal_uInt16 nEmptyPos… in lclFillListBox()87 template< typename ListBoxType >88 bool lclFillListBox( ListBoxType& rLBox, const vector<ScDPLabelData::Member>& rMembers, sal_uInt16 … in lclFillListBox()
Completed in 31 milliseconds