Searched refs:nMarkX (Results 1 – 2 of 2) sorted by relevance
2201 long nMarkX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - 4 ) * nLayoutSign; in DrawNoteMarks() local2208 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() local2276 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()
1658 SCCOL nMarkX = ( nCellX <= nX2 ) ? nCellX : nX2; in DrawStrings() local1660 pMarkRowInfo->pCellInfo[nMarkX+1].bEditEngine = sal_True; in DrawStrings()
Completed in 34 milliseconds