Lines Matching refs:m_pListBoxControl
155 , m_pListBoxControl( 0 ) in DropdownToolbarController()
157 … m_pListBoxControl = new ListBoxControl( m_pToolbar, WB_DROPDOWN|WB_AUTOHSCROLL|WB_BORDER, this ); in DropdownToolbarController()
163 ::Size aPixelSize = m_pListBoxControl->LogicToPixel( aLogicalSize, MAP_APPFONT ); in DropdownToolbarController()
165 m_pListBoxControl->SetSizePixel( ::Size( nWidth, aPixelSize.Height() )); in DropdownToolbarController()
166 m_pToolbar->SetItemWindow( m_nID, m_pListBoxControl ); in DropdownToolbarController()
167 m_pListBoxControl->SetDropDownLineCount( 5 ); in DropdownToolbarController()
184 delete m_pListBoxControl; in dispose()
188 m_pListBoxControl = 0; in dispose()
195 ::rtl::OUString aSelectedText = m_pListBoxControl->GetSelectEntry(); in getExecuteArgs()
209 if ( m_pListBoxControl->GetEntryCount() > 0 ) in Select()
211 Window::PointerState aState = m_pListBoxControl->GetPointerState(); in Select()
248 m_pListBoxControl->Clear(); in executeControlCommand()
252 m_pListBoxControl->InsertEntry( aList[j] ); in executeControlCommand()
254 m_pListBoxControl->SelectEntryPos( 0 ); in executeControlCommand()
277 m_pListBoxControl->InsertEntry( aText, nPos ); in executeControlCommand()
294 ( nTmpPos < sal_Int32( m_pListBoxControl->GetEntryCount() ))) in executeControlCommand()
302 m_pListBoxControl->InsertEntry( aText, nPos ); in executeControlCommand()
313 if ( nPos < sal_Int32( m_pListBoxControl->GetEntryCount() )) in executeControlCommand()
314 m_pListBoxControl->RemoveEntry( sal_uInt16( nPos )); in executeControlCommand()
328 m_pListBoxControl->RemoveEntry( aText ); in executeControlCommand()
341 m_pListBoxControl->SetDropDownLineCount( sal_uInt16( nValue )); in executeControlCommand()