Searched refs:getCellContent (Results 1 – 10 of 10) sorted by relevance
/trunk/main/odk/examples/OLE/delphi/InsertTables/ |
H A D | SampleCode.pas | 86 function getCellContent( in getCellContent() function 174 function TSampleCode.getCellContent( in getCellContent() function 183 getCellContent := oTextCursor.Cell.Value;
|
H A D | SampleUI.pas | 181 res := Sample.getCellContent(Edit6.Text);
|
/trunk/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…
|
/trunk/main/svtools/source/table/ |
H A D | tabledatawindow.cxx | 124 pTableModel->getCellContent( hitCol, hitRow, aCellToolTip ); in RequestHelp()
|
H A D | tablecontrol.cxx | 430 GetModel()->getCellContent( _nColPos, _nRowPos, aCellContent ); in GetCellContent()
|
H A D | gridtablerenderer.cxx | 532 m_pImpl->rModel.getCellContent( i_context.nColumn, m_pImpl->nCurrentRow, aCellContent ); in impl_paintCellContent()
|
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() function in svt::table::EmptyTableModel 2312 m_pModel->getCellContent( i_col, i_row, aCellValue ); in getCellContentAsString()
|
/trunk/main/svtools/source/uno/ |
H A D | unocontroltablemodel.hxx | 82 …virtual void getCellContent( ColPos const i_col, RowPos const i_row, ::…
|
H A D | unocontroltablemodel.cxx | 529 …void UnoControlTableModel::getCellContent( ColPos const i_col, RowPos const i_row, Any& o_cellCont… in getCellContent() function in svt::table::UnoControlTableModel
|
/trunk/main/automation/source/server/ |
H A D | statemnt.cxx | 6161 … pModel->getCellContent( nNr1-1, nNr2-1, aCell ); in Execute() 6173 … pModel->getCellContent( nNr1-1, nNr2-1, aCell ); in Execute()
|
Completed in 81 milliseconds