Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Doutput2.cxx1392 tools::Long nMarkPixel = static_cast<tools::Long>( SC_CLIPMARK_SIZE * mnPPTX ); in GetOutputArea() local
1393 rParam.maClipRect.AdjustRight( -(nMarkPixel * nLayoutSign) ); in GetOutputArea()
1399 tools::Long nMarkPixel = static_cast<tools::Long>( SC_CLIPMARK_SIZE * mnPPTX ); in GetOutputArea() local
1400 rParam.maClipRect.AdjustLeft(nMarkPixel * nLayoutSign ); in GetOutputArea()
3144 aAreaParam.maClipRect.AdjustRight( -nMarkPixel ); in DrawEditStandard()
3249 if (aAreaParam.maClipRect.Top() - nMarkPixel < aAreaParam.maClipRect.Bottom()) in ShowClipMarks()
3250 aAreaParam.maClipRect.AdjustTop(+nMarkPixel); in ShowClipMarks()
3255 if (aAreaParam.maClipRect.Top() - nMarkPixel < aAreaParam.maClipRect.Bottom()) in ShowClipMarks()
3256 aAreaParam.maClipRect.AdjustBottom(-nMarkPixel); in ShowClipMarks()
3985 aAreaParam.maClipRect.AdjustRight( -nMarkPixel ); in DrawEditStacked()
[all …]
H A Doutput.cxx2559 tools::Long nMarkPixel = static_cast<tools::Long>( SC_CLIPMARK_SIZE * mnPPTX ); in DrawClipMarks() local
2560 Size aMarkSize( nMarkPixel, (nMarkPixel-1)*2 ); in DrawClipMarks()
2568 aMarkRect.SetBottom(aCellRect.Top() + nMarkPixel - 1); in DrawClipMarks()
2575 aMarkRect.SetTop(aCellRect.Bottom() + nMarkPixel + 1); in DrawClipMarks()
2586 aMarkRect.SetRight(aCellRect.Left() + nMarkPixel - 1); in DrawClipMarks()
2594 aMarkRect.SetLeft(aCellRect.Right() - nMarkPixel + 1); in DrawClipMarks()
H A Dtabview3.cxx2418 … tools::Long nMarkPixel = static_cast<tools::Long>( SC_CLIPMARK_SIZE * aViewData.GetPPTX() ); in PaintArea() local
2419 aStart.AdjustX( -(nMarkPixel * nLayoutSign) ); in PaintArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Doutput2.cxx1312 long nMarkPixel = static_cast<long>( SC_CLIPMARK_SIZE * mnPPTX ); in GetOutputArea() local
1313 rParam.maClipRect.AdjustRight( -(nMarkPixel * nLayoutSign) ); in GetOutputArea()
1319 long nMarkPixel = static_cast<long>( SC_CLIPMARK_SIZE * mnPPTX ); in GetOutputArea() local
1320 rParam.maClipRect.AdjustLeft(nMarkPixel * nLayoutSign ); in GetOutputArea()
3065 long nMarkPixel = static_cast<long>( SC_CLIPMARK_SIZE * mnPPTX ); in DrawEditStandard() local
3067 aAreaParam.maClipRect.AdjustRight( -nMarkPixel ); in DrawEditStandard()
3172 aAreaParam.maClipRect.AdjustRight( -nMarkPixel ); in ShowClipMarks()
3898 long nMarkPixel = static_cast<long>( SC_CLIPMARK_SIZE * mnPPTX ); in DrawEditStacked() local
3900 aAreaParam.maClipRect.AdjustRight( -nMarkPixel ); in DrawEditStacked()
4185 long nMarkPixel = static_cast<long>( SC_CLIPMARK_SIZE * mnPPTX ); in DrawEditAsianVertical() local
[all …]
H A Doutput.cxx2544 long nMarkPixel = static_cast<long>( SC_CLIPMARK_SIZE * mnPPTX ); in DrawClipMarks() local
2545 Size aMarkSize( nMarkPixel, (nMarkPixel-1)*2 ); in DrawClipMarks()
2551 aMarkRect.SetRight( aCellRect.Left()+nMarkPixel-1 ); in DrawClipMarks()
2558 aMarkRect.SetLeft( aCellRect.Right()-nMarkPixel+1 ); in DrawClipMarks()
H A Dtabview3.cxx2393 long nMarkPixel = static_cast<long>( SC_CLIPMARK_SIZE * aViewData.GetPPTX() ); in PaintArea() local
2394 aStart.AdjustX( -(nMarkPixel * nLayoutSign) ); in PaintArea()