Home
last modified time | relevance | path

Searched refs:pFormula (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dconditio.cxx55 sal_Bool lcl_HasRelRef( ScDocument* pDoc, ScTokenArray* pFormula, sal_uInt16 nRecursion = 0 ) in lcl_HasRelRef() argument
57 if (pFormula) in lcl_HasRelRef()
59 pFormula->Reset(); in lcl_HasRelRef()
61 for( t = pFormula->Next(); t; t = pFormula->Next() ) in lcl_HasRelRef()
983 ScTokenArray* pFormula = nPass ? pFormula2 : pFormula1; in SourceChanged() local
984 if (pFormula) in SourceChanged()
986 pFormula->Reset(); in SourceChanged()
988 while ( ( t = static_cast<ScToken*>(pFormula->GetNextReference()) ) != NULL ) in SourceChanged()
1073 ScTokenArray* pFormula = nPass ? pFormula2 : pFormula1; in GetValidSrcPos() local
1074 if (pFormula) in GetValidSrcPos()
[all …]
H A Dcolumn3.cxx1668 ScFormulaCell* pFormula = (ScFormulaCell*)pItems[nIndex].pCell; in RemoveProtected() local
1669 if (pFormula->IsValue()) in RemoveProtected()
1671 double nVal = pFormula->GetValue(); in RemoveProtected()
1677 pFormula->GetString(aString); in RemoveProtected()
1680 delete pFormula; in RemoveProtected()
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx689 ScFormulaCell* pFormula = new ScFormulaCell( pDoc, aFormulaPos, in callFunction() local
691 pDoc->PutCell( aFormulaPos, pFormula ); //! necessary? in callFunction()
696 const ScMatrix* pMat = mbArray ? pFormula->GetMatrix() : 0; in callFunction()
697 sal_uInt16 nErrCode = pFormula->GetErrCode(); in callFunction()
705 else if ( pFormula->IsValue() ) in callFunction()
708 aRet <<= (double) pFormula->GetValue(); in callFunction()
714 pFormula->GetString( aStrVal ); in callFunction()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1638 ScFormulaCell* pFormula = (ScFormulaCell*) pFCell; in ScBackSolver() local
1641 pFormula->Interpret(); in ScBackSolver()
1642 sal_Bool bError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
1645 fFPrev = pFormula->GetValue() - fTargetVal; in ScBackSolver()
1663 pFormula->Interpret(); in ScBackSolver()
1664 bError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
1665 fF = pFormula->GetValue() - fTargetVal; in ScBackSolver()
1697 pFormula->Interpret(); in ScBackSolver()
1698 bHorMoveError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
1702 fF = pFormula->GetValue() - fTargetVal; in ScBackSolver()
[all …]
/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx118 ScFormulaCell *pFormula = new ScFormulaCell( pDoc, aAddr, pArray ); in readSheet() local
120 pFormula->AddRecalcMode( RECALCMODE_ONLOAD_ONCE ); in readSheet()
122 pDoc->PutCell( nCol, nRow, nTab, pFormula, ( sal_Bool ) sal_True ); in readSheet()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx197 const OUString* pFormula = NULL,
232 const OUString* pFormula, in Set() argument
256 if (pFormula != NULL) in Set()
258 sFormula = *pFormula; in Set()
1583 const OUString* pFormula, in InsertCell() argument
1681 pTable, bProtect, pFormula, bHasValue, bCovered, fValue, in InsertCell()
H A Dxmltbli.hxx180 const ::rtl::OUString *pFormula=0,