Searched refs:pDiagonal (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | gridwin5.cxx | 227 …Window* pDiagonal = (bHSplit && bVSplit) ? pViewData->GetView()->GetWindowByPos( SC_SPLIT_BOTTOMRI… in ShowNoteMarker() local 234 if( (this == pRight) || (this == pDiagonal) ) in ShowNoteMarker() 236 if( (this == pBottom) || (this == pDiagonal) ) in ShowNoteMarker() 240 pNoteMarker = new ScNoteMarker( pLeft, pRight, pBottom, pDiagonal, in ShowNoteMarker()
|
H A D | notemark.cxx | 45 ScNoteMarker::ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal, in ScNoteMarker() argument 51 pDiagWin( pDiagonal ), in ScNoteMarker()
|
/trunk/main/sc/source/ui/inc/ |
H A D | notemark.hxx | 61 ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal,
|
Completed in 24 milliseconds