Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcolumn.cxx875 …ScFormulaCell* pFmlaCell1 = (eType1 == CELLTYPE_FORMULA) ? static_cast< ScFormulaCell* >( pCell1 )… 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()
929 ScTokenArray* pCode1 = pFmlaCell1->GetCode(); in SwapRow()
1029 if ( pFmlaCell1 ) in SwapCell()
1033 pFmlaCell1->aPos.SetCol( rCol.nCol ); in SwapCell()
1034 pFmlaCell1->UpdateReference(URM_MOVE, aRange, dx, 0, 0); in SwapCell()
1053 if ( pFmlaCell1 ) in SwapCell()
1057 pFmlaCell1->aPos.SetCol( rCol.nCol ); in SwapCell()
[all …]

Completed in 24 milliseconds