Home
last modified time | relevance | path

Searched refs:OEntryListHelper (Results 1 – 6 of 6) sorted by relevance

/trunk/main/forms/source/component/
H A Dentrylisthelper.cxx48 OEntryListHelper::OEntryListHelper( OControlModel& _rControlModel ) in OEntryListHelper() function in frm::OEntryListHelper
55OEntryListHelper::OEntryListHelper( const OEntryListHelper& _rSource, OControlModel& _rControlMode… in OEntryListHelper() function in frm::OEntryListHelper
64 OEntryListHelper::~OEntryListHelper( ) in ~OEntryListHelper()
69 …void SAL_CALL OEntryListHelper::setListEntrySource( const Reference< XListEntrySource >& _rxSource… in setListEntrySource()
82 Reference< XListEntrySource > SAL_CALL OEntryListHelper::getListEntrySource( ) in getListEntrySource()
89 void SAL_CALL OEntryListHelper::entryChanged( const ListEntryEvent& _rEvent ) in entryChanged()
111 void SAL_CALL OEntryListHelper::entryRangeInserted( const ListEntryEvent& _rEvent ) in entryRangeInserted()
148 void SAL_CALL OEntryListHelper::entryRangeRemoved( const ListEntryEvent& _rEvent ) in entryRangeRemoved()
176 void SAL_CALL OEntryListHelper::allEntriesChanged( const EventObject& _rEvent ) in allEntriesChanged()
192 … void SAL_CALL OEntryListHelper::addRefreshListener(const Reference<XRefreshListener>& _rxListener) in addRefreshListener()
[all …]
H A Dentrylisthelper.hxx53 class OEntryListHelper : public OEntryListHelper_BASE class
67 OEntryListHelper( OControlModel& _rControlModel );
68 OEntryListHelper( const OEntryListHelper& _rSource, OControlModel& _rControlModel );
69 virtual ~OEntryListHelper( );
183 OEntryListHelper(); // never implemented
184 OEntryListHelper( const OEntryListHelper& ); // never implemented
185 OEntryListHelper& operator=( const OEntryListHelper& ); // never implemented
H A DComboBox.cxx93 OEntryListHelper::getTypes(), in _getTypes()
127 aReturn = OEntryListHelper::queryInterface( _rType ); in queryAggregation()
139 ,OEntryListHelper( (OControlModel&)*this ) in DBG_NAME()
154 ,OEntryListHelper( *_pOriginal, (OControlModel&)*this ) in OComboBoxModel()
185 OEntryListHelper::disposing(); in IMPLEMENT_DEFAULT_CLONING()
873 if ( !OEntryListHelper::handleDisposing( _rSource ) ) in disposing()
H A DListBox.cxx153 OEntryListHelper::getTypes(), in _getTypes()
164 ,OEntryListHelper( (OControlModel&)*this ) in OListBoxModel()
183 ,OEntryListHelper( *_pOriginal, (OControlModel&)*this ) in OListBoxModel()
244 aReturn = OEntryListHelper::queryInterface( _rType ); in queryAggregation()
255 OEntryListHelper::disposing(); in disposing()
1104 if ( !OEntryListHelper::handleDisposing( _rSource ) ) in disposing()
H A DComboBox.hxx57 ,public OEntryListHelper
H A DListBox.hxx66 ,public OEntryListHelper