Searched refs:pVCell (Results 1 – 1 of 1) sorted by relevance
1608 ScBaseCell* pVCell = GetCell( aValueAdr ); in ScBackSolver() local1610 sal_Bool bTempCell = (!pVCell || pVCell->GetCellType() == CELLTYPE_NOTE); in ScBackSolver()1613 if ( ((pVCell && pVCell->GetCellType() == CELLTYPE_VALUE) || bTempCell) in ScBackSolver()1622 pNote = pVCell ? pVCell->ReleaseNote() : 0; in ScBackSolver()1624 pVCell = new ScValueCell( fSaveVal ); in ScBackSolver()1625 pDok->PutCell( aValueAdr, pVCell ); in ScBackSolver()1628 fSaveVal = GetCellValue( aValueAdr, pVCell ); in ScBackSolver()1639 ScValueCell* pValue = (ScValueCell*) pVCell; in ScBackSolver()1772 pVCell = pNote ? new ScNoteCell( pNote ) : 0; in ScBackSolver()1773 pDok->PutCell( aValueAdr, pVCell ); in ScBackSolver()