Home
last modified time | relevance | path

Searched refs:rpNote (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Ddocument.cxx2970 void ScDocument::TakeNote( const ScAddress& rPos, ScPostIt*& rpNote ) in TakeNote() argument
2973 pTab[ rPos.Tab() ]->TakeNote( rPos.Col(), rPos.Row(), rpNote ); in TakeNote()
2975 DELETEZ( rpNote ); in TakeNote()
H A Dtable2.cxx1110 void ScTable::TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote ) in TakeNote() argument
1114 aCol[ nCol ].TakeNote( nRow, rpNote ); in TakeNote()
1115 if( rpNote && rpNote->GetNoteData().mxInitData.get() ) in TakeNote()
1123 DELETEZ( rpNote ); in TakeNote()
/trunk/main/sc/inc/
H A Dtable.hxx352 void TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote );
H A Ddocument.hxx846 void TakeNote( const ScAddress& rPos, ScPostIt*& rpNote );

Completed in 65 milliseconds