Searched refs:pSrcCell (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | table4.cxx | 464 nDestCol - pSrcCell->aPos.Col(), in FillFormula() 465 nDestRow - pSrcCell->aPos.Row(), 0); in FillFormula() 757 ScBaseCell* pSrcCell = NULL; in FillAuto() local 772 if ( pSrcCell ) in FillAuto() 774 eCellType = pSrcCell->GetCellType(); in FillAuto() 778 nVal = ((ScValueCell*)pSrcCell)->GetValue(); in FillAuto() 785 ((ScEditCell*)pSrcCell)->GetString( aValue ); in FillAuto() 1379 if (pSrcCell) in FillSeries() 1381 CellType eCellType = pSrcCell->GetCellType(); in FillSeries() 1498 ((ScStringCell*)pSrcCell)->GetString( aValue ); in FillSeries() [all …]
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 1746 const SwXMLTableCell_Impl *pSrcCell = in InsertRepRows() local 1748 InsertCell( pSrcCell->GetStyleName(), 1U, in InsertRepRows() 1749 pSrcCell->GetColSpan(), in InsertRepRows() 1752 0, pSrcCell->IsProtected(), in InsertRepRows() 1753 &pSrcCell->GetFormula(), in InsertRepRows() 1754 pSrcCell->HasValue(), pSrcCell->GetValue(), in InsertRepRows() 1755 pSrcCell->HasTextValue() ); in InsertRepRows()
|
/trunk/main/sc/inc/ |
H A D | table.hxx | 865 void FillFormula(sal_uLong& nFormulaCounter, sal_Bool bFirst, ScFormulaCell* pSrcCell,
|
Completed in 43 milliseconds