Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcolumn.cxx876 …ScFormulaCell* pFmlaCell2 = (eType2 == CELLTYPE_FORMULA) ? static_cast< ScFormulaCell* >( pCell2 )… in SwapRow() local
879 if ( !pFmlaCell1 && !pFmlaCell2 ) in SwapRow()
923 …if ( (pFmlaCell1 && (pFmlaCell1->GetMatrixFlag() != 0)) || (pFmlaCell2 && (pFmlaCell2->GetMatrixFl… in SwapRow()
927 if ( pFmlaCell1 && pFmlaCell2 ) in SwapRow()
930 ScTokenArray* pCode2 = pFmlaCell2->GetCode(); in SwapRow()
1020 …ScFormulaCell* pFmlaCell2 = (pCell2 && (pCell2->GetCellType() == CELLTYPE_FORMULA)) ? static_cast<… in SwapCell() local
1036 if ( pFmlaCell2 ) in SwapCell()
1040 pFmlaCell2->aPos.SetCol( nCol ); in SwapCell()
1041 pFmlaCell2->UpdateReference(URM_MOVE, aRange, -dx, 0, 0); in SwapCell()

Completed in 27 milliseconds