Searched refs:UnoGridControl (Results 1 – 4 of 4) sorted by relevance
279 UnoGridControl::UnoGridControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoGridControl() function in toolkit::UnoGridControl288 UnoGridControl::~UnoGridControl() in ~UnoGridControl()293 OUString UnoGridControl::GetComponentServiceName() in GetComponentServiceName()299 void SAL_CALL UnoGridControl::dispose( ) throw(RuntimeException) in dispose()357 sal_Bool SAL_CALL UnoGridControl::setModel( const Reference< XControlModel >& i_model ) throw(Runti… in setModel()381 ::sal_Int32 SAL_CALL UnoGridControl::getCurrentColumn( ) throw (RuntimeException) in getCurrentColumn()388 ::sal_Int32 SAL_CALL UnoGridControl::getCurrentRow( ) throw (RuntimeException) in getCurrentRow()408 void SAL_CALL UnoGridControl::selectAllRows() throw (::com::sun::star::uno::RuntimeException) in selectAllRows()420 void SAL_CALL UnoGridControl::deselectAllRows() throw (::com::sun::star::uno::RuntimeException) in deselectAllRows()432 ::sal_Bool SAL_CALL UnoGridControl::hasSelectedRows() throw (::com::sun::star::uno::RuntimeExceptio… in hasSelectedRows()[all …]
84 class UnoGridControl : public UnoGridControl_Base class87 …UnoGridControl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto…116 DECLIMPL_SERVICEINFO_DERIVED( UnoGridControl, UnoControlBase, szServiceName_GridControl )121 ~UnoGridControl();
40 class UnoGridControl;52 GridEventForwarder( UnoGridControl& i_parent );75 UnoGridControl& m_parent;
58 GridEventForwarder::GridEventForwarder( UnoGridControl& i_parent ) in GridEventForwarder()
Completed in 22 milliseconds