Searched refs:UnoGridModel (Results 1 – 3 of 3) sorted by relevance
77 UnoGridModel::UnoGridModel( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiS… in UnoGridModel() function in toolkit::UnoGridModel119 UnoGridModel::UnoGridModel( const UnoGridModel& rModel ) in UnoGridModel() function in toolkit::UnoGridModel126 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()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()[all …]
48 class UnoGridModel : public UnoControlModel class55 …UnoGridModel( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory…56 UnoGridModel( const UnoGridModel& rModel );73 DECLIMPL_SERVICEINFO_DERIVED( UnoGridModel, UnoControlModel, szServiceName_GridControlModel )
386 pNewModel = new OGeometryControlModel< UnoGridModel >( xFactory ); in createInstance()
Completed in 27 milliseconds