Home
last modified time | relevance | path

Searched refs:pOrgCell (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1836 const ScAddress& rPos, const ScBaseCell* pOrgCell, in SetValue() argument
1839 sal_uLong nFormat = NeedsNumberFormat( pOrgCell ) ? pFromDoc->GetNumberFormat( rPos ) : 0; in SetValue()
1840 SetValue( rStr, pCell, nFormat, pOrgCell, pFromDoc, pToDoc ); in SetValue()
1846 sal_uLong nFormat, const ScBaseCell* pOrgCell, in SetValue() argument
1852 if ( ScChangeActionContent::GetContentCellType( pOrgCell ) ) in SetValue()
1854 pCell = pOrgCell->CloneWithoutNote( *pToDoc ); in SetValue()
1855 switch ( pOrgCell->GetCellType() ) in SetValue()
1859 double nValue = ((ScValueCell*)pOrgCell)->GetValue(); in SetValue()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx474 ScBaseCell* pOrgCell = pDocument->GetCell( aOrg ); in FillFormula() local
475 if ( pOrgCell && pOrgCell->GetCellType() == CELLTYPE_FORMULA in FillFormula()
476 && ((ScFormulaCell*)pOrgCell)->GetMatrixFlag() == MM_FORMULA ) in FillFormula()
478 ((ScFormulaCell*)pOrgCell)->SetMatColsRows( in FillFormula()
/trunk/main/sc/inc/
H A Dchgtrack.hxx769 const ScBaseCell* pOrgCell,
775 const ScBaseCell* pOrgCell,

Completed in 47 milliseconds