Searched refs:getCurrentRow (Results 1 – 14 of 14) sorted by relevance
71 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::DriverListControl184 DriverPooling* DriverListControl::getCurrentRow() in getCurrentRow() function in offapp::DriverListControl462 if (DriverPooling* pCurrentDriver = m_pDriverList->getCurrentRow()) in commitTimeoutField()492 m_pDriverList->getCurrentRow()->bEnabled = m_aDriverPoolingEnabled.IsChecked(); in IMPL_LINK()
467 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()
388 ::sal_Int32 SAL_CALL UnoGridControl::getCurrentRow( ) throw (RuntimeException) in getCurrentRow() function in toolkit::UnoGridControl391 return xGrid->getCurrentRow(); in getCurrentRow()
101 virtual ::sal_Int32 SAL_CALL getCurrentRow( ) throw (::com::sun::star::uno::RuntimeException);
71 RowPos getCurrentRow() const;
206 virtual RowPos getCurrentRow() const = 0;
127 …bool const activeCell = ( hitRow == m_rTableControl.getCurrentRow() ) && ( hitCol == m_rTableContr… in RequestHelp()
291 virtual RowPos getCurrentRow() const;
194 return m_pImpl->getCurrentRow(); in GetCurrentRow()
204 RowPos GridTableRenderer::getCurrentRow() const in getCurrentRow() function in svt::table::GridTableRenderer
2030 RowPos TableControl_Impl::getCurrentRow() const in getCurrentRow() function in svt::table::TableControl_Impl
88 virtual ::sal_Int32 SAL_CALL getCurrentRow( ) throw (::com::sun::star::uno::RuntimeException);
155 sal_Int32 SAL_CALL SVTXGridControl::getCurrentRow( ) throw (RuntimeException) in getCurrentRow() function in SVTXGridControl
78 long getCurrentRow();
Completed in 98 milliseconds