Home
last modified time | relevance | path

Searched refs:UnoGridControl (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx279 UnoGridControl::UnoGridControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoGridControl() function in toolkit::UnoGridControl
288 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 …]
H A Dgridcontrol.hxx84 class UnoGridControl : public UnoGridControl_Base class
87UnoGridControl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto…
116 DECLIMPL_SERVICEINFO_DERIVED( UnoGridControl, UnoControlBase, szServiceName_GridControl )
121 ~UnoGridControl();
H A Dgrideventforwarder.hxx40 class UnoGridControl;
52 GridEventForwarder( UnoGridControl& i_parent );
75 UnoGridControl& m_parent;
H A Dgrideventforwarder.cxx58 GridEventForwarder::GridEventForwarder( UnoGridControl& i_parent ) in GridEventForwarder()

Completed in 32 milliseconds