Searched refs:CloneWithNote (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/inc/ |
H A D | cell.hxx | 96 …ScBaseCell* CloneWithNote( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rD…
|
/trunk/main/sc/source/core/data/ |
H A D | column.cxx | 1262 …ScBaseCell* pNewCell = pItems[i].pCell->CloneWithNote( aOwnPos, *rColumn.pDocument, aDestPos, nClo… in CopyToClip() 1374 … ScBaseCell* pNew = pItems[nThisIndex].pCell->CloneWithNote( aOwnPos, rDestDoc, aDestPos ); in CopyUpdated()
|
H A D | table2.cxx | 606 … pNew = pCell->CloneWithNote( aOwnPos, *pDestDoc, aDestPos, SC_CLONECELL_STARTLISTENING ); in TransposeClip() 616 pNew = pCell->CloneWithNote( aOwnPos, *pDestDoc, aDestPos ); in TransposeClip()
|
H A D | cell.cxx | 142 ScBaseCell* ScBaseCell::CloneWithNote( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddr… in CloneWithNote() function in ScBaseCell
|
Completed in 58 milliseconds