Lines Matching refs:OComboBoxModel

85 	return (*new OComboBoxModel(_rxFactory));  in OComboBoxModel_CreateInstance()
89 Sequence<Type> OComboBoxModel::_getTypes() in _getTypes()
100 StringSequence SAL_CALL OComboBoxModel::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
123 Any SAL_CALL OComboBoxModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
134 DBG_NAME( OComboBoxModel ) in DBG_NAME() argument
136 OComboBoxModel::OComboBoxModel(const Reference<XMultiServiceFactory>& _rxFactory) in DBG_NAME()
145 DBG_CTOR( OComboBoxModel, NULL ); in DBG_NAME()
152 OComboBoxModel::OComboBoxModel( const OComboBoxModel* _pOriginal, const Reference<XMultiServiceFact… in OComboBoxModel() function in frm::OComboBoxModel
162 DBG_CTOR( OComboBoxModel, NULL ); in OComboBoxModel()
166 OComboBoxModel::~OComboBoxModel() in ~OComboBoxModel()
174 DBG_DTOR( OComboBoxModel, NULL ); in ~OComboBoxModel()
179 IMPLEMENT_DEFAULT_CLONING( OComboBoxModel ) in IMPLEMENT_DEFAULT_CLONING() argument
182 void OComboBoxModel::disposing() in IMPLEMENT_DEFAULT_CLONING()
191 void OComboBoxModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue()
221 void OComboBoxModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) in setFastPropertyValue_NoBroadcast()
276 sal_Bool OComboBoxModel::convertFastPropertyValue( in convertFastPropertyValue()
311 void OComboBoxModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
324 void OComboBoxModel::describeAggregateProperties( Sequence< Property >& _rAggregateProps ) const in describeAggregateProperties()
333 ::rtl::OUString SAL_CALL OComboBoxModel::getServiceName() throw(RuntimeException) in getServiceName()
339 void SAL_CALL OComboBoxModel::write(const Reference<stario::XObjectOutputStream>& _rxOutStream) in write()
377 void SAL_CALL OComboBoxModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw(… in read()
477 void OComboBoxModel::loadData( bool _bForce ) in loadData()
692 void OComboBoxModel::onConnectedDbColumn( const Reference< XInterface >& _rxForm ) in onConnectedDbColumn()
705 void OComboBoxModel::onDisconnectedDbColumn() in onDisconnectedDbColumn()
717 void SAL_CALL OComboBoxModel::reloaded( const EventObject& aEvent ) throw(RuntimeException) in reloaded()
727 void OComboBoxModel::resetNoBroadcast() in resetNoBroadcast()
734 sal_Bool OComboBoxModel::commitControlValueToDbColumn( bool _bPostReset ) in commitControlValueToDbColumn()
808 Any OComboBoxModel::translateDbColumnToControlValue() in translateDbColumnToControlValue()
835 Any OComboBoxModel::getDefaultForReset() const in getDefaultForReset()
841 void OComboBoxModel::stringItemListChanged( ControlModelLock& /*_rInstanceLock*/ ) in stringItemListChanged()
848 void OComboBoxModel::connectedExternalListSource( ) in connectedExternalListSource()
854 void OComboBoxModel::disconnectedExternalListSource( ) in disconnectedExternalListSource()
860 void OComboBoxModel::refreshInternalEntryList() in refreshInternalEntryList()
874 void SAL_CALL OComboBoxModel::disposing( const EventObject& _rSource ) throw ( RuntimeException ) in disposing()