Lines Matching refs:UnoGridModel
77 UnoGridModel::UnoGridModel( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiS… in UnoGridModel() function in toolkit::UnoGridModel
119 UnoGridModel::UnoGridModel( const UnoGridModel& rModel ) in UnoGridModel() function in toolkit::UnoGridModel
126 const Reference< XFastPropertySet > xCloneSource( &const_cast< UnoGridModel& >( rModel ) ); in UnoGridModel()
164 UnoControlModel* UnoGridModel::Clone() const in Clone()
166 return new UnoGridModel( *this ); in Clone()
187 void SAL_CALL UnoGridModel::dispose( ) throw(RuntimeException) in dispose()
196 void SAL_CALL UnoGridModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue … in setFastPropertyValue_NoBroadcast()
217 OUString UnoGridModel::getServiceName() throw(RuntimeException) in getServiceName()
223 Any UnoGridModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
256 ::cppu::IPropertyArrayHelper& UnoGridModel::getInfoHelper() in getInfoHelper()
269 Reference< XPropertySetInfo > UnoGridModel::getPropertySetInfo( ) throw(RuntimeException) in getPropertySetInfo()
464 …return Reference < XInterface >( ( ::cppu::OWeakObject* ) new ::toolkit::UnoGridModel( i_factory )… in GridControlModel_CreateInstance()