Home
last modified time | relevance | path

Searched refs:i_rowPos (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx590 …bleRenderer::FitsIntoCell( Any const & i_cellContent, ColPos const i_colPos, RowPos const i_rowPos, in FitsIntoCell() argument
627 OSL_UNUSED( i_rowPos ); in FitsIntoCell()
633 …ellString( Any const & i_cellValue, ColPos const i_colPos, RowPos const i_rowPos, ::rtl::OUString … in GetFormattedCellString() argument
638 OSL_UNUSED( i_rowPos ); in GetFormattedCellString()
H A Dtablecontrol_impl.cxx235 virtual Any getRowHeading( RowPos const i_rowPos ) const in getRowHeading()
237 (void)i_rowPos; in getRowHeading()
/trunk/main/svtools/inc/svtools/table/
H A Dtablerenderer.hxx254 ColPos const i_colPos, RowPos const i_rowPos,
274 ColPos const i_colPos, RowPos const i_rowPos,
H A Dgridtablerenderer.hxx105 ColPos const i_colPos, RowPos const i_rowPos,
111 ColPos const i_colPos, RowPos const i_rowPos,
H A Dtablemodel.hxx452 virtual ::com::sun::star::uno::Any getRowHeading( RowPos const i_rowPos ) const = 0;
/trunk/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx586 Any UnoControlTableModel::getRowHeading( RowPos const i_rowPos ) const in getRowHeading()
597 aRowHeading = xDataModel->getRowHeading( i_rowPos ); in getRowHeading()
H A Dunocontroltablemodel.hxx84 virtual ::com::sun::star::uno::Any getRowHeading( RowPos const i_rowPos ) const;

Completed in 37 milliseconds