Searched refs:ListControlHelper (Results 1 – 6 of 6) sorted by relevance
31 ListControlHelper::AddItem( const uno::Any& pvargItem, const uno::Any& pvargIndex ) throw (uno::Run… in AddItem()86 ListControlHelper::removeItem( const uno::Any& index ) throw (uno::RuntimeException) in removeItem()115 ListControlHelper::Clear( ) throw (uno::RuntimeException) in Clear()123 ListControlHelper::setRowSource( const rtl::OUString& _rowsource ) throw (uno::RuntimeException) in setRowSource()130 ListControlHelper::getListCount() throw (uno::RuntimeException) in getListCount()138 ListControlHelper::List( const ::uno::Any& pvargIndex, const uno::Any& pvarColumn ) throw (uno::Run… in List()
27 class ListControlHelper class32 …ListControlHelper( const css::uno::Reference< css::beans::XPropertySet >& rxControl ) : m_xProps( … in ListControlHelper() function in ListControlHelper33 virtual ~ListControlHelper() {} in ~ListControlHelper()
40 std::auto_ptr< ListControlHelper > mpListHelper;
41 std::auto_ptr< ListControlHelper > mpListHelper;
47 mpListHelper.reset( new ListControlHelper( m_xProps ) ); in ScVbaComboBox()
40 mpListHelper.reset( new ListControlHelper( m_xProps ) ); in ScVbaListBox()
Completed in 15 milliseconds