Home
last modified time | relevance | path

Searched refs:nMarkPixel (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1268 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in GetOutputArea() local
1269 rParam.maClipRect.Right() -= nMarkPixel * nLayoutSign; in GetOutputArea()
1275 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in GetOutputArea() local
1276 rParam.maClipRect.Left() += nMarkPixel * nLayoutSign; in GetOutputArea()
2748 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in DrawEdit() local
2749 … if ( aAreaParam.maClipRect.Right() - nMarkPixel > aAreaParam.maClipRect.Left() ) in DrawEdit()
2750 aAreaParam.maClipRect.Right() -= nMarkPixel; in DrawEdit()
H A Doutput.cxx2416 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in DrawClipMarks() local
2417 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()
H A Dtabview3.cxx2079 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * aViewData.GetPPTX() ); in PaintArea() local
2080 aStart.X() -= nMarkPixel * nLayoutSign; in PaintArea()

Completed in 57 milliseconds