Home
last modified time | relevance | path

Searched refs:nMarkX (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/source/ui/view/
H A Doutput.cxx2201 long nMarkX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - 4 ) * nLayoutSign; in DrawNoteMarks() local
2208 nMarkX += pRowInfo[0].pCellInfo[nNextX+1].nWidth * nLayoutSign; in DrawNoteMarks()
2212 if ( bLayoutRTL ? ( nMarkX >= 0 ) : ( nMarkX < nScrX+nScrW ) ) in DrawNoteMarks()
2213 pDev->DrawRect( Rectangle( nMarkX,nPosY,nMarkX+2*nLayoutSign,nPosY+2 ) ); in DrawNoteMarks()
2269 … long nMarkX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - nNoteWidth ) * nLayoutSign; in AddPDFNotes() local
2276 nMarkX += pRowInfo[0].pCellInfo[nNextX+1].nWidth * nLayoutSign; in AddPDFNotes()
2280 if ( bLayoutRTL ? ( nMarkX >= 0 ) : ( nMarkX < nScrX+nScrW ) ) in AddPDFNotes()
2282 … Rectangle aNoteRect( nMarkX, nPosY, nMarkX+nNoteWidth*nLayoutSign, nPosY+nNoteHeight ); in AddPDFNotes()
H A Doutput2.cxx1658 SCCOL nMarkX = ( nCellX <= nX2 ) ? nCellX : nX2; in DrawStrings() local
1660 pMarkRowInfo->pCellInfo[nMarkX+1].bEditEngine = sal_True; in DrawStrings()

Completed in 36 milliseconds