Searched refs:mxListBox (Results 1 – 1 of 1) sorted by relevance
504 uno::Reference< awt::XListBox > mxListBox; member in layout::ListBoxImpl507 , mxListBox( peer, uno::UNO_QUERY ) in ListBoxImpl()515 nPos = mxListBox->getItemCount(); in InsertEntry()522 mxListBox->removeItems( nPos, 1 ); in RemoveEntry()528 nPos = mxListBox->getItemCount(); in RemoveEntry()548 return mxListBox->getItem( nPos ); in GetEntry()553 return mxListBox->getItemCount(); in GetEntryCount()569 if ( mxListBox->isMutipleMode() ) in GetSelectEntryPos()584 mxListBox.clear (); in disposing()617 mxListBox->addItemListener( this ); in SetSelectHdl()[all …]
Completed in 17 milliseconds