Searched refs:pOrgCell (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | table4.cxx | 474 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()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 1836 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()
|
/aoo4110/main/sc/inc/ |
H A D | chgtrack.hxx | 769 const ScBaseCell* pOrgCell, 775 const ScBaseCell* pOrgCell,
|
Completed in 50 milliseconds