Searched refs:getRowHeading (Results 1 – 13 of 13) sorted by relevance
132 final Object actualHeading = m_dataModel.getRowHeading(row); in testInsertRow()201 final Object actualHeading = m_dataModel.getRowHeading(row); in testInsertRows()430 headings[row] = m_dataModel.getRowHeading( row ); in impl_getCurrentRowHeadings()
586 Any UnoControlTableModel::getRowHeading( RowPos const i_rowPos ) const in getRowHeading() function in svt::table::UnoControlTableModel597 aRowHeading = xDataModel->getRowHeading( i_rowPos ); in getRowHeading()
84 virtual ::com::sun::star::uno::Any getRowHeading( RowPos const i_rowPos ) const;
784 …Any SAL_CALL SortableGridDataModel::getRowHeading( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBound… in getRowHeading() function in toolkit::SortableGridDataModel793 return delegator->getRowHeading( rowIndex ); in getRowHeading()
81 …virtual ::com::sun::star::uno::Any SAL_CALL getRowHeading( ::sal_Int32 RowIndex ) throw (::com::su…
102 …virtual ::com::sun::star::uno::Any SAL_CALL getRowHeading( ::sal_Int32 RowIndex ) throw (::com::su…
164 …Any SAL_CALL DefaultGridDataModel::getRowHeading( ::sal_Int32 i_row ) throw (RuntimeException, Ind… in getRowHeading() function in toolkit::DefaultGridDataModel
420 final Object rowHeading = m_dataModel.getRowHeading( rowIndex ); in testSortableDataModel()557 i_reference.getRowHeading( row ) ); in impl_assertEquality()
452 virtual ::com::sun::star::uno::Any getRowHeading( RowPos const i_rowPos ) const = 0;
93 getRowHeading( [in] long RowIndex )
409 GetModel()->getRowHeading( _nIndex ) >>= sRowName; in GetRowName()
410 Any const rowHeading( m_pImpl->rModel.getRowHeading( m_pImpl->nCurrentRow ) ); in PaintRowHeader()
235 virtual Any getRowHeading( RowPos const i_rowPos ) const in getRowHeading() function in svt::table::EmptyTableModel
Completed in 85 milliseconds