Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/data/
H A Dcell.cxx106 ScBaseCell* lclCloneCell( const ScBaseCell& rSrcCell, ScDocument& rDestDoc, const ScAddress& rDestP… in lclCloneCell() argument
108 switch( rSrcCell.GetCellType() ) in lclCloneCell()
111 return new ScValueCell( static_cast< const ScValueCell& >( rSrcCell ) ); in lclCloneCell()
113 return new ScStringCell( static_cast< const ScStringCell& >( rSrcCell ) ); in lclCloneCell()
115 return new ScEditCell( static_cast< const ScEditCell& >( rSrcCell ), rDestDoc ); in lclCloneCell()
117 …return new ScFormulaCell( static_cast< const ScFormulaCell& >( rSrcCell ), rDestDoc, rDestPos, nCl… in lclCloneCell()

Completed in 49 milliseconds