Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/control/
H A Dtoolbarmenu.cxx1435 …Rectangle aOuterCheckRect( Point( aPos.X()+mpImpl->mnCheckPos, aPos.Y() ), Size( pEntry->maSize.He… in implPaint() local
1436 aOuterCheckRect.Left() += 1; in implPaint()
1437 aOuterCheckRect.Right() -= 1; in implPaint()
1438 aOuterCheckRect.Top() += 1; in implPaint()
1439 aOuterCheckRect.Bottom() -= 1; in implPaint()
1486 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - nCtrlHeight)/2; in implPaint()
1487 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - nCtrlHeight)/2; in implPaint()
1494 … ImplPaintCheckBackground( this, aOuterCheckRect, pThisOnly && bHighlighted ); in implPaint()
1508 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - aSymbolSize.Width())/2; in implPaint()
1509 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - aSymbolSize.Height())/2; in implPaint()
[all …]
/AOO41X/main/vcl/source/window/
H A Dmenu.cxx2733 …Rectangle aOuterCheckRect( Point( aPos.X()+nCheckPos, aPos.Y() ), Size( pData->aSz.Height(), pData… in ImplPaint() local
2734 aOuterCheckRect.Left() += 1; in ImplPaint()
2735 aOuterCheckRect.Right() -= 1; in ImplPaint()
2736 aOuterCheckRect.Top() += 1; in ImplPaint()
2737 aOuterCheckRect.Bottom() -= 1; in ImplPaint()
2771 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - nCtrlHeight)/2; in ImplPaint()
2772 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - nCtrlHeight)/2; in ImplPaint()
2784 … ImplPaintCheckBackground( pWin, aOuterCheckRect, pThisItemOnly && bHighlighted ); in ImplPaint()
2798 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - aSymbolSize.Width())/2; in ImplPaint()
2799 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - aSymbolSize.Height())/2; in ImplPaint()
[all …]