Searched refs:GetDirty (Results 1 – 13 of 13) sorted by relevance
296 if ( pCell->GetDirty() ) in CalcFormulaTree()344 if ( pFormulaTree->GetDirty() && !bOnlyForced ) in CalcFormulaTree()358 while ( pCell && !pCell->GetDirty() ) in CalcFormulaTree()
636 if (pEff1->GetDirty() && !bRelRef1 && pDoc->GetAutoCalc()) in Interpret()665 if (pEff2->GetDirty() && !bRelRef2 && pDoc->GetAutoCalc()) in Interpret()
1247 if (pFCell->GetDirty() && pDocument->GetAutoCalc()) in CopyToClip()1988 if ( p->GetCellType() == CELLTYPE_FORMULA && p->GetDirty() ) in SetDirtyAfterLoad()
521 && ((ScFormulaCell*)pCell)->GetDirty() ) in IdleCalcTextWidth()
3073 if ( static_cast<ScFormulaCell*>(pCell)->GetDirty() && GetAutoCalc() ) in InterpretDirtyCells()
851 if (pFCell->GetDirty()) in InsertPredLevel()944 if (pFCell->GetDirty()) in FindPredLevel()1006 if (pFCell->GetDirty()) in InsertErrorLevel()1063 if (pFCell->GetDirty()) in InsertSuccLevel()1154 if (pFCell->GetDirty()) in FindSuccLevel()
361 sal_Bool GetDirty() const { return bDirty; } in GetDirty() function in ScFormulaCell
554 if ( pCell->GetCellType() == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell)->GetDirty() ) in InterpretVisible()
1772 if ( !bProgress && pFCell->GetDirty() ) in FindChanged()
1003 if ( !bProgress && pFCell->GetDirty() ) in lcl_CreateInterpretProgress()
404 bool GetDirty() const {return bDirty;} in GetDirty() function in WW8PLCFx
3344 if (!GetDirty()) //Normal case in GetSprms()4984 if (!p->pPLCFx->GetDirty() || pPcd) in AdvSprm()
3008 if (!GetDirty()) //Normal case in GetSprms()4537 if (!p->pPLCFx->GetDirty() || pPcd) in AdvSprm()
Completed in 235 milliseconds