Home
last modified time | relevance | path

Searched refs:SVTXGridControl (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx85 SVTXGridControl::SVTXGridControl() in SVTXGridControl() function in SVTXGridControl
93 SVTXGridControl::~SVTXGridControl() in ~SVTXGridControl()
98 void SVTXGridControl::SetWindow( Window* pWindow ) in SetWindow()
105 void SVTXGridControl::impl_checkColumnIndex_throw( ::svt::table::TableControl const & i_table, sal_… in impl_checkColumnIndex_throw()
108 … throw IndexOutOfBoundsException( ::rtl::OUString(), *const_cast< SVTXGridControl* >( this ) ); in impl_checkColumnIndex_throw()
112 void SVTXGridControl::impl_checkRowIndex_throw( ::svt::table::TableControl const & i_table, sal_Int… in impl_checkRowIndex_throw()
115 … throw IndexOutOfBoundsException( ::rtl::OUString(), *const_cast< SVTXGridControl* >( this ) ); in impl_checkRowIndex_throw()
119 sal_Int32 SAL_CALL SVTXGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeExcep… in getRowAtPoint()
131 sal_Int32 SAL_CALL SVTXGridControl::getColumnAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeEx… in getColumnAtPoint()
143 sal_Int32 SAL_CALL SVTXGridControl::getCurrentColumn( ) throw (RuntimeException) in getCurrentColumn()
[all …]
H A Dsvtxgridcontrol.hxx55 class SVTXGridControl : public SVTXGridControl_Base class
67 SVTXGridControl();
68 ~SVTXGridControl();
H A Dunoiface.cxx167 *ppNewComp = new SVTXGridControl; in CreateWindow()