Lines Matching refs:maPaintRectangleLogic
251 Rectangle maPaintRectangleLogic; member in __anon10d101710111::ActivityImpl
380 if(maPaintRectangleLogic.GetWidth() > in ImpForceScrollTextAnimNodes()
383 … fZeroLogicAlternate = maScrollRectangleLogic.Right() - maPaintRectangleLogic.GetWidth(); in ImpForceScrollTextAnimNodes()
389 … fOneLogicAlternate = maScrollRectangleLogic.Right() - maPaintRectangleLogic.GetWidth(); in ImpForceScrollTextAnimNodes()
393 fZeroLogic = maScrollRectangleLogic.Left() - maPaintRectangleLogic.GetWidth(); in ImpForceScrollTextAnimNodes()
395 fInitLogic = maPaintRectangleLogic.Left(); in ImpForceScrollTextAnimNodes()
401 if(maPaintRectangleLogic.GetHeight() > maScrollRectangleLogic.GetHeight()) in ImpForceScrollTextAnimNodes()
403 … fZeroLogicAlternate = maScrollRectangleLogic.Bottom() - maPaintRectangleLogic.GetHeight(); in ImpForceScrollTextAnimNodes()
409 … fOneLogicAlternate = maScrollRectangleLogic.Bottom() - maPaintRectangleLogic.GetHeight(); in ImpForceScrollTextAnimNodes()
413 fZeroLogic = maScrollRectangleLogic.Top() - maPaintRectangleLogic.GetHeight(); in ImpForceScrollTextAnimNodes()
415 fInitLogic = maPaintRectangleLogic.Top(); in ImpForceScrollTextAnimNodes()
633 double const fPaintWidth = maPaintRectangleLogic.GetWidth(); in updateShapeAttributes()
634 double const fPaintHeight = maPaintRectangleLogic.GetHeight(); in updateShapeAttributes()
801 maPaintRectangleLogic = vcl::unotools::rectangleFromB2DRectangle( in ActivityImpl()