Home
last modified time | relevance | path

Searched refs:getCurrentRow (Results 1 – 14 of 14) sorted by relevance

/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx71 const DriverPooling* getCurrentRow() const;
72 DriverPooling* getCurrentRow();
166 m_aRowChangeHandler.Call( getCurrentRow() ); in CursorMoved()
172 const DriverPooling* DriverListControl::getCurrentRow() const in getCurrentRow() function in offapp::DriverListControl
184 DriverPooling* DriverListControl::getCurrentRow() in getCurrentRow() function in offapp::DriverListControl
462 if (DriverPooling* pCurrentDriver = m_pDriverList->getCurrentRow()) in commitTimeoutField()
492 m_pDriverList->getCurrentRow()->bEnabled = m_aDriverPoolingEnabled.IsChecked(); in IMPL_LINK()
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java467 assertEquals( "wrong 'current row' (1)", 0, gridControl.getCurrentRow() ); in testView()
470 …ssertEquals( "wrong 'current row' (2)", dataModel.getRowCount() - 1, gridControl.getCurrentRow() ); in testView()
480 rowCount - 2, gridControl.getCurrentRow() ); in testView()
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx388 ::sal_Int32 SAL_CALL UnoGridControl::getCurrentRow( ) throw (RuntimeException) in getCurrentRow() function in toolkit::UnoGridControl
391 return xGrid->getCurrentRow(); in getCurrentRow()
H A Dgridcontrol.hxx101 virtual ::sal_Int32 SAL_CALL getCurrentRow( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/svtools/inc/svtools/table/
H A Dgridtablerenderer.hxx71 RowPos getCurrentRow() const;
H A Dtablecontrolinterface.hxx206 virtual RowPos getCurrentRow() const = 0;
/trunk/main/svtools/source/table/
H A Dtabledatawindow.cxx127 …bool const activeCell = ( hitRow == m_rTableControl.getCurrentRow() ) && ( hitCol == m_rTableContr… in RequestHelp()
H A Dtablecontrol_impl.hxx291 virtual RowPos getCurrentRow() const;
H A Dtablecontrol.cxx194 return m_pImpl->getCurrentRow(); in GetCurrentRow()
H A Dgridtablerenderer.cxx204 RowPos GridTableRenderer::getCurrentRow() const in getCurrentRow() function in svt::table::GridTableRenderer
H A Dtablecontrol_impl.cxx2030 RowPos TableControl_Impl::getCurrentRow() const in getCurrentRow() function in svt::table::TableControl_Impl
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.hxx88 virtual ::sal_Int32 SAL_CALL getCurrentRow( ) throw (::com::sun::star::uno::RuntimeException);
H A Dsvtxgridcontrol.cxx155 sal_Int32 SAL_CALL SVTXGridControl::getCurrentRow( ) throw (RuntimeException) in getCurrentRow() function in SVTXGridControl
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridControl.idl78 long getCurrentRow();

Completed in 90 milliseconds