Home
last modified time | relevance | path

Searched refs:pSrcCell (Results 1 – 3 of 3) sorted by path

/trunk/main/sc/inc/
H A Dtable.hxx865 void FillFormula(sal_uLong& nFormulaCounter, sal_Bool bFirst, ScFormulaCell* pSrcCell,
/trunk/main/sc/source/core/data/
H A Dtable4.cxx464 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 Dxmltbli.cxx1746 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()

Completed in 35 milliseconds