Searched refs:OEntryListHelper (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/forms/source/component/ |
| H A D | entrylisthelper.cxx | 48 OEntryListHelper::OEntryListHelper( OControlModel& _rControlModel ) in OEntryListHelper() function in frm::OEntryListHelper 55 …OEntryListHelper::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( ) throw (RuntimeExce… in getListEntrySource() 89 …void SAL_CALL OEntryListHelper::entryChanged( const ListEntryEvent& _rEvent ) throw (RuntimeExcept… in entryChanged() 111 …void SAL_CALL OEntryListHelper::entryRangeInserted( const ListEntryEvent& _rEvent ) throw (Runtime… in entryRangeInserted() 148 …void SAL_CALL OEntryListHelper::entryRangeRemoved( const ListEntryEvent& _rEvent ) throw (RuntimeE… in entryRangeRemoved() 176 …void SAL_CALL OEntryListHelper::allEntriesChanged( const EventObject& _rEvent ) throw (RuntimeExce… in allEntriesChanged() 192 …void SAL_CALL OEntryListHelper::addRefreshListener(const Reference<XRefreshListener>& _rxListener)… in addRefreshListener() [all …]
|
| H A D | entrylisthelper.hxx | 53 class OEntryListHelper : public OEntryListHelper_BASE class 67 OEntryListHelper( OControlModel& _rControlModel ); 68 OEntryListHelper( const OEntryListHelper& _rSource, OControlModel& _rControlModel ); 69 virtual ~OEntryListHelper( ); 184 OEntryListHelper(); // never implemented 185 OEntryListHelper( const OEntryListHelper& ); // never implemented 186 OEntryListHelper& operator=( const OEntryListHelper& ); // never implemented
|
| H A D | ComboBox.cxx | 93 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() 876 if ( !OEntryListHelper::handleDisposing( _rSource ) ) in disposing()
|
| H A D | ListBox.cxx | 152 OEntryListHelper::getTypes(), in _getTypes() 163 ,OEntryListHelper( (OControlModel&)*this ) in OListBoxModel() 182 ,OEntryListHelper( *_pOriginal, (OControlModel&)*this ) in OListBoxModel() 243 aReturn = OEntryListHelper::queryInterface( _rType ); in queryAggregation() 254 OEntryListHelper::disposing(); in disposing() 1105 if ( !OEntryListHelper::handleDisposing( _rSource ) ) in disposing()
|
| H A D | ComboBox.hxx | 57 ,public OEntryListHelper
|
| H A D | ListBox.hxx | 66 ,public OEntryListHelper
|