Lines Matching refs:ScFormulaCell
114 && ((ScFormulaCell*)pCell)->GetMatrixFlag() ) in GetBlockMatrixEdges()
117 return ((ScFormulaCell*)pCell)->GetMatrixEdge( aOrg ); in GetBlockMatrixEdges()
133 && ((ScFormulaCell*)pCell)->GetMatrixFlag() ) in GetBlockMatrixEdges()
135 nEdges = ((ScFormulaCell*)pCell)->GetMatrixEdge( aOrg ); in GetBlockMatrixEdges()
182 && ((ScFormulaCell*)pCell)->GetMatrixFlag() ) in HasSelectionMatrixFragment()
184 nEdges = ((ScFormulaCell*)pCell)->GetMatrixEdge( aOrg ); in HasSelectionMatrixFragment()
204 ScFormulaCell* pFCell; in HasSelectionMatrixFragment()
205 if ( ((ScFormulaCell*)pCell)->GetMatrixFlag() in HasSelectionMatrixFragment()
207 pFCell = (ScFormulaCell*) pDocument->GetCell( aOrg ); in HasSelectionMatrixFragment()
209 pFCell = (ScFormulaCell*)pCell; in HasSelectionMatrixFragment()
875 …ScFormulaCell* pFmlaCell1 = (eType1 == CELLTYPE_FORMULA) ? static_cast< ScFormulaCell* >( pCell1 )… in SwapRow()
876 …ScFormulaCell* pFmlaCell2 = (eType2 == CELLTYPE_FORMULA) ? static_cast< ScFormulaCell* >( pCell2 )… in SwapRow()
1019 …ScFormulaCell* pFmlaCell1 = (pCell1->GetCellType() == CELLTYPE_FORMULA) ? static_cast< ScFormulaCe… in SwapCell()
1020 …ScFormulaCell* pFmlaCell2 = (pCell2 && (pCell2->GetCellType() == CELLTYPE_FORMULA)) ? static_cast<… in SwapCell()
1162 ((ScFormulaCell*)pCell)->aPos.SetRow( nNewRow ); in InsertRow()
1179 ((ScFormulaCell*)pCell)->aPos.SetRow( nNewRow ); in InsertRow()
1246 ScFormulaCell* pFCell = (ScFormulaCell*) pItems[i].pCell; in CopyToClip()
1513 ScFormulaCell* pCell = (ScFormulaCell*) pItems[i].pCell; in SwapCol()
1520 ScFormulaCell* pCell = (ScFormulaCell*) rCol.pItems[i].pCell; in SwapCol()
1624 ScFormulaCell* pCell = (ScFormulaCell*) pItems[nIndex].pCell; in UpdateReference()
1647 … ((ScFormulaCell*)pCell)->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz, pUndoDoc ); in UpdateReference()
1665 …((ScFormulaCell*)pCell)->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz, pUndoDoc, &aUndoP… in UpdateReference()
1686 ((ScFormulaCell*)pCell)->UpdateTranspose( rSource, rDest, pUndoDoc ); in UpdateTranspose()
1703 ((ScFormulaCell*)pCell)->UpdateGrow( rArea, nGrowX, nGrowY ); in UpdateGrow()
1725 ScFormulaCell* pCell = (ScFormulaCell*) pItems[i].pCell; in UpdateInsertTabOnlyCells()
1742 ScFormulaCell* pCell = (ScFormulaCell*) pItems[i].pCell; in UpdateInsertTabAbs()
1764 ScFormulaCell* pOld = (ScFormulaCell*)pItems[i].pCell; in UpdateDeleteTab()
1792 ScFormulaCell* pCell = (ScFormulaCell*) pItems[i].pCell; in UpdateMoveTab()
1809 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in UpdateCompile()
1828 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in SetTabNo()
1843 bInUse = ((ScFormulaCell*)pItems[i].pCell)->IsRangeNameInUse(nIndex); in IsRangeNameInUse()
1854 ((ScFormulaCell*)pItems[i].pCell)->FindRangeNamesInUse(rIndexes); in FindRangeNamesInUse()
1868 ((ScFormulaCell*)pItems[i].pCell)->ReplaceRangeNamesInUse( rMap ); in ReplaceRangeNamesInUse()
1879 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in SetDirtyVar()
1893 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in SetDirty()
1921 ((ScFormulaCell*)pCell)->SetDirty(); in SetDirty()
1950 ((ScFormulaCell*)pCell)->SetTableOpDirty(); in SetTableOpDirty()
1969 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in SetDirtyAfterLoad()
2002 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in SetRelNameDirty()
2020 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CalcAll()
2024 ((ScFormulaCell*)pCell)->Interpret(); in CalcAll()
2048 ((ScFormulaCell*)pCell)->GetCode()->SetCodeError( 0 ); in CompileAll()
2049 ((ScFormulaCell*)pCell)->SetCompile( sal_True ); in CompileAll()
2050 ((ScFormulaCell*)pCell)->CompileTokenArray(); in CompileAll()
2067 ((ScFormulaCell*)pCell)->CompileXML( rProgress ); in CompileXML()
2082 ((ScFormulaCell*)pCell)->CalcAfterLoad(); in CalcAfterLoad()
2097 ((ScFormulaCell*)pCell)->ResetChanged(); in ResetChanged()
2117 ((eCellType == CELLTYPE_FORMULA) && ((ScFormulaCell*)pCell)->IsMultilineResult()) ) in HasEditCells()