Searched refs:rOwnPos (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/inc/ |
H A D | postit.hxx | 99 const ScAddress& rOwnPos,
|
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 | postit.cxx | 536 ScPostIt* ScPostIt::Clone( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rDestPo… in Clone() argument 538 CreateCaptionFromInitData( rOwnPos ); in Clone()
|
H A D | cell.cxx | 142 ScBaseCell* ScBaseCell::CloneWithNote( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddr… in CloneWithNote() argument 150 pNewCell->TakeNote( mpNote->Clone( rOwnPos, rDestDoc, rDestPos, bCloneCaption ) ); in CloneWithNote()
|
Completed in 21 milliseconds