Home
last modified time | relevance | path

Searched refs:mpListHelper (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx47 mpListHelper.reset( new ListControlHelper( m_xProps ) ); in ScVbaComboBox()
141 mpListHelper->AddItem( pvargItem, pvargIndex ); in AddItem()
147 mpListHelper->removeItem( index ); in removeItem()
153 mpListHelper->Clear(); in Clear()
160 mpListHelper->setRowSource( _rowsource ); in setRowSource()
166 return mpListHelper->getListCount(); in getListCount()
172 return mpListHelper->List( pvargIndex, pvarColumn ); in List()
H A Dvbalistbox.cxx40 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()
H A Dvbalistbox.hxx40 std::auto_ptr< ListControlHelper > mpListHelper; member in ScVbaListBox
H A Dvbacombobox.hxx41 std::auto_ptr< ListControlHelper > mpListHelper; member in ScVbaComboBox

Completed in 17 milliseconds