Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx93 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in Insert()
792 pAddNoteCell->TakeNote( pNewNote ); in CopyFromClip()
921 pNew->TakeNote( pNewNote ); in CloneCell()
1443 pNewCell->TakeNote( pNote ); in SetString()
1928 void ScColumn::TakeNote( SCROW nRow, ScPostIt* pNote ) in TakeNote() function in ScColumn
1932 pItems[ nIndex ].pCell->TakeNote( pNote ); in TakeNote()
H A Dpostit.cxx858 rDoc.TakeNote( rPos, pNote ); in CreateNoteFromCaption()
895 rDoc.TakeNote( rPos, pNote ); in CreateNoteFromObjectData()
917 rDoc.TakeNote( rPos, pNote ); in CreateNoteFromString()
H A Dcolumn.cxx952 pCell1->TakeNote( pCell2->ReleaseNote() ); in SwapRow()
953 pCell2->TakeNote( pNote1 ); in SwapRow()
966 pNew2->TakeNote( pCell1->ReleaseNote() ); in SwapRow()
974 pNew1->TakeNote( pCell2->ReleaseNote() ); in SwapRow()
H A Dcell.cxx150 pNewCell->TakeNote( mpNote->Clone( rOwnPos, rDestDoc, rDestPos, bCloneCaption ) ); in CloneWithNote()
186 void ScBaseCell::TakeNote( ScPostIt* pNote ) in TakeNote() function in ScBaseCell
565 TakeNote( pNote ); in ScNoteCell()
H A Dcolumn2.cxx1025 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveAutoSpellObj()
1095 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveEditAttribs()
H A Dtable2.cxx1110 void ScTable::TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote ) in TakeNote() function in ScTable
1114 aCol[ nCol ].TakeNote( nRow, rpNote ); in TakeNote()
H A Ddocument.cxx2970 void ScDocument::TakeNote( const ScAddress& rPos, ScPostIt*& rpNote ) in TakeNote() function in ScDocument
2973 pTab[ rPos.Tab() ]->TakeNote( rPos.Col(), rPos.Row(), rpNote ); in TakeNote()
2992 TakeNote( rPos, pNote ); in GetOrCreateNote()
/trunk/main/sc/inc/
H A Dcell.hxx122 void TakeNote( ScPostIt* pNote );
H A Dcolumn.hxx264 void TakeNote( SCROW nRow, ScPostIt* pNote );
H A Dtable.hxx352 void TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote );
H A Ddocument.hxx846 void TakeNote( const ScAddress& rPos, ScPostIt*& rpNote );
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx883 rDoc.TakeNote( maPos, pNote ); in DoInsertNote()

Completed in 114 milliseconds