Lines Matching refs:pNoteCell
212 ScNoteCell* pNoteCell = new ScNoteCell; in Delete() local
213 pItems[nIndex].pCell = pNoteCell; // Dummy fuer Interpret in Delete()
218 pNoteCell->TakeBroadcaster( pBC ); in Delete()
222 delete pNoteCell; in Delete()
238 ScNoteCell* pNoteCell = new ScNoteCell; in DeleteAtIndex() local
239 pItems[nIndex].pCell = pNoteCell; // Dummy fuer Interpret in DeleteAtIndex()
242 delete pNoteCell; in DeleteAtIndex()
397 ScNoteCell* pNoteCell = new ScNoteCell; in DeleteRange() local
409 pItems[ nIdx ].pCell = pNoteCell; in DeleteRange()
416 delete pNoteCell; in DeleteRange()
469 ScNoteCell* pNoteCell = 0; in DeleteRange() local
477 pNoteCell = new ScNoteCell( pNote, pBC ); in DeleteRange()
482 if (pNoteCell) in DeleteRange()
485 pItems[j].pCell = pNoteCell; in DeleteRange()