Searched refs:nMarkPixel (Results 1 – 3 of 3) sorted by relevance
1268 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in GetOutputArea() local1269 rParam.maClipRect.Right() -= nMarkPixel * nLayoutSign; in GetOutputArea()1275 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in GetOutputArea() local1276 rParam.maClipRect.Left() += nMarkPixel * nLayoutSign; in GetOutputArea()2748 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in DrawEdit() local2749 … if ( aAreaParam.maClipRect.Right() - nMarkPixel > aAreaParam.maClipRect.Left() ) in DrawEdit()2750 aAreaParam.maClipRect.Right() -= nMarkPixel; in DrawEdit()
2416 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in DrawClipMarks() local2417 Size aMarkSize( nMarkPixel, (nMarkPixel-1)*2 ); in DrawClipMarks()2423 aMarkRect.Right() = aCellRect.Left()+nMarkPixel-1; in DrawClipMarks()2436 aMarkRect.Left() = aCellRect.Right()-nMarkPixel+1; in DrawClipMarks()
2079 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * aViewData.GetPPTX() ); in PaintArea() local2080 aStart.X() -= nMarkPixel * nLayoutSign; in PaintArea()
Completed in 52 milliseconds