Home
last modified time | relevance | path

Searched refs:pDestCell (Results 1 – 2 of 2) sorted by path

/trunk/main/sc/source/core/data/
H A Dtable4.cxx458 ScFormulaCell* pDestCell = new ScFormulaCell( *pSrcCell, *pDocument, aAddr ); in FillFormula() local
459 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()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx471 SwCellFrm* pDestCell = static_cast<SwCellFrm*>(pCurrDestCell); in lcl_MoveRowContent() local
472 if ( pDestCell->GetTabBox()->getRowSpan() < 1 ) in lcl_MoveRowContent()
473pDestCell = & 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 55 milliseconds