Searched refs:ScNoteCell (Results 1 – 7 of 7) sorted by relevance
174 class SC_DLLPUBLIC ScNoteCell : public ScBaseCell class178 DECL_FIXEDMEMPOOL_NEWDEL( ScNoteCell )182 explicit ScNoteCell( SvtBroadcaster* pBC = 0 );184 explicit ScNoteCell( ScPostIt* pNote, SvtBroadcaster* pBC = 0 );187 ~ScNoteCell();191 ScNoteCell( const ScNoteCell& );
70 const sal_uInt16 nMemPoolNoteCell = (0x1000 - 64) / sizeof(ScNoteCell);74 IMPL_FIXEDMEMPOOL_NEWDEL( ScNoteCell, nMemPoolNoteCell, nMemPoolNoteCell ) in IMPL_FIXEDMEMPOOL_NEWDEL()119 return new ScNoteCell; in lclCloneCell()148 pNewCell = new ScNoteCell; in CloneWithNote()173 delete (ScNoteCell*) this; in Delete()556 ScNoteCell::ScNoteCell( SvtBroadcaster* pBC ) : in ScNoteCell() function in ScNoteCell562 ScNoteCell::ScNoteCell( ScPostIt* pNote, SvtBroadcaster* pBC ) : in ScNoteCell() function in ScNoteCell570 ScNoteCell::~ScNoteCell() in ~ScNoteCell()
212 ScNoteCell* pNoteCell = new ScNoteCell; in Delete()238 ScNoteCell* pNoteCell = new ScNoteCell; in DeleteAtIndex()397 ScNoteCell* pNoteCell = new ScNoteCell; in DeleteRange()469 ScNoteCell* pNoteCell = 0; in DeleteRange()477 pNoteCell = new ScNoteCell( pNote, pBC ); in DeleteRange()919 pNew = new ScNoteCell( pNewNote ); in CloneCell()1133 pNew = new ScNoteCell; // Broadcaster uebernehmen in MixData()1445 pNewCell = new ScNoteCell( pNote ); in SetString()1934 Insert( nRow, new ScNoteCell( pNote ) ); in TakeNote()
829 rpCell = new ScNoteCell( pBC ); in lclTakeBroadcaster()897 ScNoteCell* pDummyCell = pBC1 ? new ScNoteCell( pBC1 ) : 0; in SwapRow()1584 ScNoteCell* pNoteCell = new ScNoteCell; // Dummy like in DeleteRange in MoveTo()
1613 pCell = new ScNoteCell; in StartListening()1638 pCell = new ScNoteCell; in MoveListeners()
56 const sal_uInt16 nMemPoolEditCell = (0x1000 - 64) / sizeof(ScNoteCell);
1774 pVCell = pNote ? new ScNoteCell( pNote ) : 0; in ScBackSolver()
Completed in 68 milliseconds