Searched refs:pDestCell (Results 1 – 2 of 2) sorted by relevance
458 ScFormulaCell* pDestCell = new ScFormulaCell( *pSrcCell, *pDocument, aAddr ); in FillFormula() local459 aCol[nDestCol].Insert(nDestRow, pDestCell); in FillFormula()462 pDestCell->UpdateReference(URM_COPY, in FillFormula()467 if ( bLast && pDestCell->GetMatrixFlag() ) in FillFormula()470 if ( pDestCell->GetMatrixOrigin( aOrg ) ) in FillFormula()498 pDestCell->StartListeningTo( pDocument ); in FillFormula()
471 SwCellFrm* pDestCell = static_cast<SwCellFrm*>(pCurrDestCell); in lcl_MoveRowContent() local472 if ( pDestCell->GetTabBox()->getRowSpan() < 1 ) in lcl_MoveRowContent()473 … pDestCell = & const_cast<SwCellFrm&>(pDestCell->FindStartEndOfRowSpanCell( true, true )); in lcl_MoveRowContent()476 SwFrm* pFrm = pDestCell->GetLastLower(); in lcl_MoveRowContent()477 ::RestoreCntnt( pTmp, pDestCell, pFrm, true ); in lcl_MoveRowContent()
Completed in 43 milliseconds