Searched refs:ScNoteMarker (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | notemark.cxx | 45 ScNoteMarker::ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal, in ScNoteMarker() function in ScNoteMarker 70 aTimer.SetTimeoutHdl( LINK( this, ScNoteMarker, TimeHdl ) ); in ScNoteMarker() 75 ScNoteMarker::~ScNoteMarker() in ~ScNoteMarker() 82 IMPL_LINK( ScNoteMarker, TimeHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument 148 void ScNoteMarker::Draw() in Draw() 169 void ScNoteMarker::InvalidateWin() in InvalidateWin()
|
H A D | gridwin5.cxx | 240 pNoteMarker = new ScNoteMarker( pLeft, pRight, pBottom, pDiagonal, in ShowNoteMarker()
|
/trunk/main/sc/source/ui/inc/ |
H A D | notemark.hxx | 37 class ScNoteMarker class 61 ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal, 64 ~ScNoteMarker();
|
H A D | gridwin.hxx | 52 class ScNoteMarker; 137 ScNoteMarker* pNoteMarker;
|
Completed in 18 milliseconds