Searched refs:OEntryListHelper (Results 1 – 6 of 6) sorted by relevance
/aoo4110/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() 206 void SAL_CALL OEntryListHelper::refresh() throw(RuntimeException) in refresh() 218 void OEntryListHelper::impl_lock_refreshList( ControlModelLock& _rInstanceLock ) in impl_lock_refreshList() 230 bool OEntryListHelper::handleDisposing( const EventObject& _rEvent ) in handleDisposing() 241 void OEntryListHelper::disposing( ) in disposing() 251 void OEntryListHelper::disconnectExternalListSource( ) in disconnectExternalListSource() 262 void OEntryListHelper::connectedExternalListSource( ) in connectedExternalListSource() 268 void OEntryListHelper::disconnectedExternalListSource( ) in disconnectedExternalListSource() [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
|
Completed in 36 milliseconds