Searched refs:mpListHelper (Results 1 – 4 of 4) sorted by relevance
44 mpListHelper.reset( new ListControlHelper( m_xProps ) ); in ScVbaComboBox()138 mpListHelper->AddItem( pvargItem, pvargIndex ); in AddItem()144 mpListHelper->removeItem( index ); in removeItem()150 mpListHelper->Clear(); in Clear()157 mpListHelper->setRowSource( _rowsource ); in setRowSource()163 return mpListHelper->getListCount(); in getListCount()169 return mpListHelper->List( pvargIndex, pvarColumn ); in List()
40 mpListHelper.reset( new ListControlHelper( m_xProps ) ); in ScVbaListBox()160 mpListHelper->AddItem( pvargItem, pvargIndex ); in AddItem()166 mpListHelper->removeItem( index ); in removeItem()172 mpListHelper->Clear(); in Clear()251 mpListHelper->setRowSource( _rowsource ); in setRowSource()257 return mpListHelper->getListCount(); in getListCount()263 return mpListHelper->List( pvargIndex, pvarColumn ); in List()
40 std::auto_ptr< ListControlHelper > mpListHelper; member in ScVbaListBox
41 std::auto_ptr< ListControlHelper > mpListHelper; member in ScVbaComboBox