Lines Matching refs:OGridControlModel

83 	return *(new OGridControlModel(_rxFactory));  in OGridControlModel_CreateInstance()
86 DBG_NAME(OGridControlModel);
88 OGridControlModel::OGridControlModel(const Reference<XMultiServiceFactory>& _rxFactory) in OGridControlModel() function in frm::OGridControlModel
108 DBG_CTOR(OGridControlModel,NULL); in OGridControlModel()
114 OGridControlModel::OGridControlModel( const OGridControlModel* _pOriginal, const Reference< XMultiS… in OGridControlModel() function in frm::OGridControlModel
123 DBG_CTOR(OGridControlModel,NULL); in OGridControlModel()
144 OGridControlModel::~OGridControlModel() in ~OGridControlModel()
152 DBG_DTOR(OGridControlModel,NULL); in ~OGridControlModel()
157 Reference< XCloneable > SAL_CALL OGridControlModel::createClone( ) throw (RuntimeException) in createClone()
159OGridControlModel* pClone = new OGridControlModel( this, getContext().getLegacyServiceFactory() ); in createClone()
170 void OGridControlModel::cloneColumns( const OGridControlModel* _pOriginalContainer ) in cloneColumns()
207 StringSequence OGridControlModel::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
219 Any SAL_CALL OGridControlModel::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation()
238 void SAL_CALL OGridControlModel::errorOccured( const SQLErrorEvent& _rEvent ) throw (RuntimeExcepti… in errorOccured()
246 Reference< XRowSet > SAL_CALL OGridControlModel::getRowSet( ) throw (RuntimeException) in getRowSet()
252 void SAL_CALL OGridControlModel::setRowSet( const Reference< XRowSet >& /*_rxDataSource*/ ) throw (… in setRowSet()
258 void SAL_CALL OGridControlModel::addRowSetChangeListener( const Reference< XRowSetChangeListener >&… in addRowSetChangeListener()
265 void SAL_CALL OGridControlModel::removeRowSetChangeListener( const Reference< XRowSetChangeListener… in removeRowSetChangeListener()
272 void SAL_CALL OGridControlModel::setParent( const InterfaceRef& i_Parent ) throw(NoSupportException… in setParent()
286 Sequence< Type > SAL_CALL OGridControlModel::getTypes( ) throw(RuntimeException) in getTypes()
300 void OGridControlModel::disposing() in disposing()
316 void OGridControlModel::disposing(const EventObject& _rEvent) throw( RuntimeException ) in disposing()
324 sal_Bool SAL_CALL OGridControlModel::select(const Any& rElement) throw(IllegalArgumentException, Ru… in select()
355 Any SAL_CALL OGridControlModel::getSelection() throw(RuntimeException) in getSelection()
361 void OGridControlModel::addSelectionChangeListener(const Reference< XSelectionChangeListener >& _rx… in addSelectionChangeListener()
367 void OGridControlModel::removeSelectionChangeListener(const Reference< XSelectionChangeListener >& … in removeSelectionChangeListener()
374 Reference<XPropertySet> SAL_CALL OGridControlModel::createColumn(const ::rtl::OUString& ColumnType)… in createColumn()
381 Reference<XPropertySet> OGridControlModel::createColumn(sal_Int32 nTypeId) const in createColumn()
404 StringSequence SAL_CALL OGridControlModel::getColumnTypes() throw ( ::com::sun::star::uno::RuntimeE… in getColumnTypes()
411 void SAL_CALL OGridControlModel::reset() throw ( ::com::sun::star::uno::RuntimeException) in reset()
427 void SAL_CALL OGridControlModel::addResetListener(const Reference<XResetListener>& _rxListener) thr… in addResetListener()
433 void SAL_CALL OGridControlModel::removeResetListener(const Reference<XResetListener>& _rxListener) … in removeResetListener()
439 void OGridControlModel::_reset() in _reset()
453 void OGridControlModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
497 void OGridControlModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
565 sal_Bool OGridControlModel::convertFastPropertyValue( Any& rConvertedValue, Any& rOldValue, in convertFastPropertyValue()
655 void OGridControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) th… in setFastPropertyValue_NoBroadcast()
733 Any OGridControlModel::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle()
787 OGridColumn* OGridControlModel::getColumnImplementation(const InterfaceRef& _rxIFace) const in getColumnImplementation()
798 void OGridControlModel::gotColumn( const Reference< XInterface >& _rxColumn ) in gotColumn()
806 void OGridControlModel::lostColumn(const Reference< XInterface >& _rxColumn) in lostColumn()
821 void OGridControlModel::implRemoved(const InterfaceRef& _rxObject) in implRemoved()
828 void OGridControlModel::implInserted( const ElementDescription* _pElement ) in implInserted()
835 void OGridControlModel::impl_replacedElement( const ContainerEvent& _rEvent, ::osl::ClearableMutexG… in impl_replacedElement()
858 ElementDescription* OGridControlModel::createElementMetaData( ) in createElementMetaData()
864 void OGridControlModel::approveNewElement( const Reference< XPropertySet >& _rxObject, ElementDescr… in approveNewElement()
879 ::rtl::OUString SAL_CALL OGridControlModel::getServiceName() throw ( ::com::sun::star::uno::Runtime… in getServiceName()
885 void OGridControlModel::write(const Reference<XObjectOutputStream>& _rxOutStream) throw ( ::com::su… in write()
1003 void OGridControlModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::… in read()