Searched refs:TakeNote (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | column3.cxx | 93 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 D | postit.cxx | 858 rDoc.TakeNote( rPos, pNote ); in CreateNoteFromCaption() 895 rDoc.TakeNote( rPos, pNote ); in CreateNoteFromObjectData() 917 rDoc.TakeNote( rPos, pNote ); in CreateNoteFromString()
|
H A D | column.cxx | 952 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 D | cell.cxx | 150 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 D | column2.cxx | 1025 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveAutoSpellObj() 1095 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveEditAttribs()
|
H A D | table2.cxx | 1110 void ScTable::TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote ) in TakeNote() function in ScTable 1114 aCol[ nCol ].TakeNote( nRow, rpNote ); in TakeNote()
|
H A D | document.cxx | 2970 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()
|
/aoo42x/main/sc/inc/ |
H A D | cell.hxx | 122 void TakeNote( ScPostIt* pNote );
|
H A D | column.hxx | 264 void TakeNote( SCROW nRow, ScPostIt* pNote );
|
H A D | table.hxx | 352 void TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote );
|
H A D | document.hxx | 846 void TakeNote( const ScAddress& rPos, ScPostIt*& rpNote );
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 883 rDoc.TakeNote( maPos, pNote ); in DoInsertNote()
|
Completed in 327 milliseconds