Searched refs:i_col (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/svtools/source/uno/ |
H A D | unocontroltablemodel.cxx | 529 …void UnoControlTableModel::getCellContent( ColPos const i_col, RowPos const i_row, Any& o_cellCont… in getCellContent() argument 539 PColumnModel const pColumn = getColumnModel( i_col ); in getCellContent() 542 …taColumnIndex = pColumnImpl->getDataColumnIndex() >= 0 ? pColumnImpl->getDataColumnIndex() : i_col; in getCellContent() 552 OSL_ENSURE( xColumnModel.is() && i_col < xColumnModel->getColumnCount(), in getCellContent() 569 …void UnoControlTableModel::getCellToolTip( ColPos const i_col, RowPos const i_row, Any& o_cellTool… in getCellToolTip() argument 577 o_cellToolTip = xDataModel->getCellToolTip( i_col, i_row ); in getCellToolTip()
|
H A D | unocontroltablemodel.hxx | 82 …virtual void getCellContent( ColPos const i_col, RowPos const i_row, ::… 83 …virtual void getCellToolTip( ColPos const i_col, RowPos const i_row, ::…
|
/aoo42x/main/svtools/inc/svtools/table/ |
H A D | tablemodel.hxx | 431 …virtual void getCellContent( ColPos const i_col, RowPos const i_row, ::com::sun::star::uno::Any& o… 448 …virtual void getCellToolTip( ColPos const i_col, RowPos const i_row, ::com::sun::star::uno::Any & …
|
H A D | tablerenderer.hxx | 205 virtual void PaintCell( ColPos const i_col,
|
H A D | gridtablerenderer.hxx | 97 virtual void PaintCell( ColPos const i_col,
|
H A D | tablecontrolinterface.hxx | 209 virtual bool activateCell( ColPos const i_col, RowPos const i_row ) = 0;
|
/aoo42x/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 226 …virtual void getCellContent( ColPos const i_col, RowPos const i_row, ::com::sun::star::uno::Any& o… in getCellContent() argument 229 (void)i_col; in getCellContent() 2109 bool TableControl_Impl::activateCell( ColPos const i_col, RowPos const i_row ) in activateCell() argument 2112 return goTo( i_col, i_row ); in activateCell() 2309 …::rtl::OUString TableControl_Impl::getCellContentAsString( RowPos const i_row, ColPos const i_col ) in getCellContentAsString() argument 2312 m_pModel->getCellContent( i_col, i_row, aCellValue ); in getCellContentAsString() 2315 … m_pModel->getRenderer()->GetFormattedCellString( aCellValue, i_col, i_row, sCellStringContent ); in getCellContentAsString()
|
H A D | tablecontrol_impl.hxx | 221 ::rtl::OUString getCellContentAsString( RowPos const i_row, ColPos const i_col ); 292 virtual bool activateCell( ColPos const i_col, RowPos const i_row );
|
Completed in 69 milliseconds