Lines Matching refs:OListBoxModel

144         return *(new OListBoxModel(_rxFactory));  in OListBoxModel_CreateInstance()
148 Sequence< Type> OListBoxModel::_getTypes() in _getTypes()
158 DBG_NAME(OListBoxModel);
160 OListBoxModel::OListBoxModel(const Reference<XMultiServiceFactory>& _rxFactory) in OListBoxModel() function in frm::OListBoxModel
169 DBG_CTOR(OListBoxModel,NULL); in OListBoxModel()
180OListBoxModel::OListBoxModel( const OListBoxModel* _pOriginal, const Reference<XMultiServiceFactor… in OListBoxModel() function in frm::OListBoxModel
193 DBG_CTOR(OListBoxModel,NULL); in OListBoxModel()
199 OListBoxModel::~OListBoxModel() in ~OListBoxModel()
207 DBG_DTOR(OListBoxModel,NULL); in ~OListBoxModel()
212 IMPLEMENT_DEFAULT_CLONING( OListBoxModel ) in IMPLEMENT_DEFAULT_CLONING() argument
216 StringSequence SAL_CALL OListBoxModel::getSupportedServiceNames() throw(RuntimeException) in IMPLEMENT_DEFAULT_CLONING()
239 Any SAL_CALL OListBoxModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
251 void OListBoxModel::disposing() in disposing()
259 void OListBoxModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue()
293 …void OListBoxModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) throw… in setFastPropertyValue_NoBroadcast()
370 sal_Bool OListBoxModel::convertFastPropertyValue( in convertFastPropertyValue()
408 …void SAL_CALL OListBoxModel::setPropertyValues( const Sequence< ::rtl::OUString >& _rPropertyNames… in setPropertyValues()
444 void OListBoxModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
458 …void OListBoxModel::_propertyChanged( const PropertyChangeEvent& i_rEvent ) throw ( RuntimeExcepti… in _propertyChanged()
474 void OListBoxModel::describeAggregateProperties( Sequence< Property >& _rAggregateProps ) const in describeAggregateProperties()
483 ::rtl::OUString SAL_CALL OListBoxModel::getServiceName() throw(RuntimeException) in getServiceName()
489 void SAL_CALL OListBoxModel::write(const Reference<XObjectOutputStream>& _rxOutStream) in write()
526 …void SAL_CALL OListBoxModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExcept… in read()
642 void OListBoxModel::loadData( bool _bForce ) in loadData()
931 void OListBoxModel::onConnectedDbColumn( const Reference< XInterface >& /*_rxForm*/ ) in onConnectedDbColumn()
945 void OListBoxModel::onDisconnectedDbColumn() in onDisconnectedDbColumn()
961 ValueList OListBoxModel::impl_getValues() const in impl_getValues()
977 ORowSetValue OListBoxModel::getFirstSelectedValue() const in getFirstSelectedValue()
1008 sal_Bool OListBoxModel::commitControlValueToDbColumn( bool /*_bPostReset*/ ) in commitControlValueToDbColumn()
1034 Any OListBoxModel::translateDbColumnToControlValue() in translateDbColumnToControlValue()
1075 Any OListBoxModel::getDefaultForReset() const in getDefaultForReset()
1096 void OListBoxModel::resetNoBroadcast() in resetNoBroadcast()
1103 void SAL_CALL OListBoxModel::disposing( const EventObject& _rSource ) throw ( RuntimeException ) in disposing()
1153 Any OListBoxModel::translateExternalValueToControlValue( const Any& _rExternalValue ) const in translateExternalValueToControlValue()
1290 Any OListBoxModel::translateControlValueToExternalValue( ) const in translateControlValueToExternalValue()
1295 … const_cast< OListBoxModel* >( this )->getPropertyValue( PROPERTY_SELECT_SEQ ) >>= aSelectSequence; in translateControlValueToExternalValue()
1339 Any OListBoxModel::getCurrentFormComponentValue() const in getCurrentFormComponentValue()
1349 …OSL_VERIFY( const_cast< OListBoxModel* >( this )->getPropertyValue( PROPERTY_SELECT_SEQ ) >>= aSel… in getCurrentFormComponentValue()
1352 …OSL_VERIFY( const_cast< OListBoxModel* >( this )->getPropertyValue( PROPERTY_MULTISELECTION ) >>= … in getCurrentFormComponentValue()
1368 Sequence< Type > OListBoxModel::getSupportedBindingTypes() in getSupportedBindingTypes()
1379 void OListBoxModel::stringItemListChanged( ControlModelLock& _rInstanceLock ) in stringItemListChanged()
1413 void OListBoxModel::connectedExternalListSource( ) in connectedExternalListSource()
1419 void OListBoxModel::disconnectedExternalListSource( ) in disconnectedExternalListSource()
1427 void OListBoxModel::impl_refreshDbEntryList( bool _bForce ) in impl_refreshDbEntryList()
1441 void OListBoxModel::refreshInternalEntryList() in refreshInternalEntryList()