Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/propctrlr/
H A Dstandardcontrol.hxx64 typedef ControlWindow< LISTBOX_WINDOW > ListBoxType; typedef in pcr::ListLikeControlWithModifyHandler
68 :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()
/aoo4110/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx67 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 22 milliseconds