Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/data/
H A Dcell.cxx80 mpNote( 0 ), in IMPL_FIXEDMEMPOOL_NEWDEL()
89 mpNote( 0 ), in ScBaseCell()
99 delete mpNote; in ~ScBaseCell()
145 if( mpNote ) in CloneWithNote()
150 pNewCell->TakeNote( mpNote->Clone( rOwnPos, rDestDoc, rDestPos, bCloneCaption ) ); in CloneWithNote()
183 return (eCellType == CELLTYPE_NOTE) && (bIgnoreNotes || !mpNote); in IsBlank()
188 delete mpNote; in TakeNote()
189 mpNote = pNote; in TakeNote()
194 ScPostIt* pNote = mpNote; in ReleaseNote()
195 mpNote = 0; in ReleaseNote()
[all …]
/aoo42x/main/sc/inc/
H A Dcell.hxx116 inline bool HasNote() const { return mpNote != 0; } in HasNote()
118 inline const ScPostIt* GetNote() const { return mpNote; } in GetNote()
120 inline ScPostIt* GetNote() { return mpNote; } in GetNote()
163 ScPostIt* mpNote; /// The cell note. Cell takes ownership! member in ScBaseCell

Completed in 107 milliseconds