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.cxx57 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()
1073 ScTokenArray* pFormula = nPass ? pFormula2 : pFormula1; in GetValidSrcPos() local
1074 if (pFormula) in GetValidSrcPos()
1076 pFormula->Reset(); in GetValidSrcPos()
1124 ScTokenArray* pFormula = nPass ? pFormula2 : pFormula1; in MarkUsedExternalReferences() local
[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.cxx1640 ScFormulaCell* pFormula = (ScFormulaCell*) pFCell; in ScBackSolver() local
1643 pFormula->Interpret(); in ScBackSolver()
1644 sal_Bool bError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
1647 fFPrev = pFormula->GetValue() - fTargetVal; in ScBackSolver()
1665 pFormula->Interpret(); in ScBackSolver()
1666 bError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
1667 fF = pFormula->GetValue() - fTargetVal; in ScBackSolver()
1699 pFormula->Interpret(); in ScBackSolver()
1704 fF = pFormula->GetValue() - fTargetVal; in ScBackSolver()
1764 pFormula->Interpret(); 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.cxx200 const OUString* pFormula = NULL,
235 const OUString* pFormula, in Set() argument
259 if (pFormula != NULL) in Set()
261 sFormula = *pFormula; in Set()
1586 const OUString* pFormula, in InsertCell() argument
1684 pTable, bProtect, pFormula, bHasValue, bCovered, fValue, in InsertCell()
H A Dxmltbli.hxx180 const ::rtl::OUString *pFormula=0,

Completed in 70 milliseconds