Searched refs:pVCell (Results 1 – 1 of 1) sorted by relevance
1607 ScBaseCell* pVCell = GetCell( aValueAdr ); in ScBackSolver() local1609 sal_Bool bTempCell = (!pVCell || pVCell->GetCellType() == CELLTYPE_NOTE); in ScBackSolver()1612 if ( ((pVCell && pVCell->GetCellType() == CELLTYPE_VALUE) || bTempCell) in ScBackSolver()1621 pNote = pVCell ? pVCell->ReleaseNote() : 0; in ScBackSolver()1623 pVCell = new ScValueCell( fSaveVal ); in ScBackSolver()1624 pDok->PutCell( aValueAdr, pVCell ); in ScBackSolver()1627 fSaveVal = GetCellValue( aValueAdr, pVCell ); in ScBackSolver()1638 ScValueCell* pValue = (ScValueCell*) pVCell; in ScBackSolver()1771 pVCell = pNote ? new ScNoteCell( pNote ) : 0; in ScBackSolver()1772 pDok->PutCell( aValueAdr, pVCell ); in ScBackSolver()