Lines Matching refs:g

1178         SalFrameGeometry g = mpWindowImpl->mpFrame->GetGeometry();  in ImplCallMove()  local
1179 mpWindowImpl->maPos = Point( g.nX, g.nY ); in ImplCallMove()
1182 g = pParentFrame->GetGeometry(); in ImplCallMove()
1183 mpWindowImpl->maPos -= Point( g.nX, g.nY ); in ImplCallMove()
7479 SalFrameGeometry g = mpWindowImpl->mpFrame->GetGeometry(); in OutputToAbsoluteScreenPixel() local
7480 p.X() += g.nX; in OutputToAbsoluteScreenPixel()
7481 p.Y() += g.nY; in OutputToAbsoluteScreenPixel()
7491 SalFrameGeometry g = mpWindowImpl->mpFrame->GetGeometry(); in AbsoluteScreenToOutputPixel() local
7492 p.X() -= g.nX; in AbsoluteScreenToOutputPixel()
7493 p.Y() -= g.nY; in AbsoluteScreenToOutputPixel()
7503 SalFrameGeometry g = mpWindowImpl->mpFrame->GetUnmirroredGeometry(); in ImplOutputToUnmirroredAbsoluteScreenPixel() local
7506 p1.X() = g.nX+g.nWidth-p1.X(); in ImplOutputToUnmirroredAbsoluteScreenPixel()
7507 p1.Y() += g.nY; in ImplOutputToUnmirroredAbsoluteScreenPixel()
7510 p2.X() = g.nX+g.nWidth-p2.X(); in ImplOutputToUnmirroredAbsoluteScreenPixel()
7511 p2.Y() += g.nY; in ImplOutputToUnmirroredAbsoluteScreenPixel()
7535 SalFrameGeometry g = mpWindowImpl->mpFrame->GetGeometry(); in ImplGetWindowExtentsRelative() local
7541 aPos.X() += g.nX; in ImplGetWindowExtentsRelative()
7542 aPos.Y() += g.nY; in ImplGetWindowExtentsRelative()
7547 aPos.X() -= g.nLeftDecoration; in ImplGetWindowExtentsRelative()
7548 aPos.Y() -= g.nTopDecoration; in ImplGetWindowExtentsRelative()
7549 aSize.Width() += g.nLeftDecoration + g.nRightDecoration; in ImplGetWindowExtentsRelative()
7550 aSize.Height() += g.nTopDecoration + g.nBottomDecoration; in ImplGetWindowExtentsRelative()