Home
last modified time | relevance | path

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

/AOO41X/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()
308 void SAL_CALL UnoGridControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const … in createPeer()
357 sal_Bool SAL_CALL UnoGridControl::setModel( const Reference< XControlModel >& i_model ) throw(Runti… in setModel()
367 ::sal_Int32 UnoGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::un… in getRowAtPoint()
374 ::sal_Int32 UnoGridControl::getColumnAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star:… in getColumnAtPoint()
381 ::sal_Int32 SAL_CALL UnoGridControl::getCurrentColumn( ) throw (RuntimeException) in getCurrentColumn()
388 ::sal_Int32 SAL_CALL UnoGridControl::getCurrentRow( ) throw (RuntimeException) in getCurrentRow()
[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()