Home
last modified time | relevance | path

Searched refs:ScNoteCell (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/inc/
H A Dcell.hxx174 class SC_DLLPUBLIC ScNoteCell : public ScBaseCell class
178 DECL_FIXEDMEMPOOL_NEWDEL( ScNoteCell )
182 explicit ScNoteCell( SvtBroadcaster* pBC = 0 );
184 explicit ScNoteCell( ScPostIt* pNote, SvtBroadcaster* pBC = 0 );
187 ~ScNoteCell();
191 ScNoteCell( const ScNoteCell& );
/trunk/main/sc/source/core/data/
H A Dcell.cxx70 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 ScNoteCell
562 ScNoteCell::ScNoteCell( ScPostIt* pNote, SvtBroadcaster* pBC ) : in ScNoteCell() function in ScNoteCell
570 ScNoteCell::~ScNoteCell() in ~ScNoteCell()
H A Dcolumn3.cxx212 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()
H A Dcolumn.cxx829 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()
H A Dcolumn2.cxx1613 pCell = new ScNoteCell; in StartListening()
1638 pCell = new ScNoteCell; in MoveListeners()
H A Dcell2.cxx56 const sal_uInt16 nMemPoolEditCell = (0x1000 - 64) / sizeof(ScNoteCell);
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1774 pVCell = pNote ? new ScNoteCell( pNote ) : 0; in ScBackSolver()

Completed in 77 milliseconds