Home
last modified time | relevance | path

Searched refs:pFCell1 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dconditio.cxx136 pFCell1(NULL), in ScConditionEntry()
170 pFCell1(NULL), in ScConditionEntry()
205 pFCell1(NULL), in ScConditionEntry()
231 pFCell1(NULL), in ScConditionEntry()
292 delete pFCell1; in ~ScConditionEntry()
387 if ( pFormula1 && !pFCell1 && !bRelRef1 ) in MakeCells()
390 pFCell1->StartListeningTo( pDoc ); in MakeCells()
416 DELETEZ(pFCell1); in CompileAll()
525 DELETEZ(pFCell1); // is created again in IsValid in UpdateReference()
553 DELETEZ(pFCell1); in UpdateMoveTab()
[all …]
/trunk/main/sc/inc/
H A Dconditio.hxx89 ScFormulaCell* pFCell1; member in ScConditionEntry
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5075 const ScFormulaCell* pFCell1 = (const ScFormulaCell*)pCell1; in getArrayFormula() local
5079 if ( pFCell1->GetMatrixOrigin( aStart1 ) && pFCell2->GetMatrixOrigin( aStart2 ) ) in getArrayFormula()
5082 pFCell1->GetFormula( aFormula ); // egal, von welcher Zelle in getArrayFormula()
5150 const ScFormulaCell* pFCell1 = (const ScFormulaCell*)pCell1; in getArrayTokens() local
5154 if ( pFCell1->GetMatrixOrigin( aStart1 ) && pFCell2->GetMatrixOrigin( aStart2 ) ) in getArrayTokens()
5158 ScTokenArray* pTokenArray = pFCell1->GetCode(); in getArrayTokens()

Completed in 63 milliseconds