Lines Matching refs:maScrollRectangleLogic

248     Rectangle                                   maScrollRectangleLogic;  member in __anon86c352820111::ActivityImpl
381 maScrollRectangleLogic.GetWidth()) in ImpForceScrollTextAnimNodes()
383 … fZeroLogicAlternate = maScrollRectangleLogic.Right() - maPaintRectangleLogic.GetWidth(); in ImpForceScrollTextAnimNodes()
384 fOneLogicAlternate = maScrollRectangleLogic.Left(); in ImpForceScrollTextAnimNodes()
388 fZeroLogicAlternate = maScrollRectangleLogic.Left(); in ImpForceScrollTextAnimNodes()
389 … fOneLogicAlternate = maScrollRectangleLogic.Right() - maPaintRectangleLogic.GetWidth(); in ImpForceScrollTextAnimNodes()
393 fZeroLogic = maScrollRectangleLogic.Left() - maPaintRectangleLogic.GetWidth(); in ImpForceScrollTextAnimNodes()
394 fOneLogic = maScrollRectangleLogic.Right(); in ImpForceScrollTextAnimNodes()
401 if(maPaintRectangleLogic.GetHeight() > maScrollRectangleLogic.GetHeight()) in ImpForceScrollTextAnimNodes()
403 … fZeroLogicAlternate = maScrollRectangleLogic.Bottom() - maPaintRectangleLogic.GetHeight(); in ImpForceScrollTextAnimNodes()
404 fOneLogicAlternate = maScrollRectangleLogic.Top(); in ImpForceScrollTextAnimNodes()
408 fZeroLogicAlternate = maScrollRectangleLogic.Top(); in ImpForceScrollTextAnimNodes()
409 … fOneLogicAlternate = maScrollRectangleLogic.Bottom() - maPaintRectangleLogic.GetHeight(); in ImpForceScrollTextAnimNodes()
413 fZeroLogic = maScrollRectangleLogic.Top() - maPaintRectangleLogic.GetHeight(); in ImpForceScrollTextAnimNodes()
414 fOneLogic = maScrollRectangleLogic.Bottom(); in ImpForceScrollTextAnimNodes()
636 double const fScrollWidth = maScrollRectangleLogic.GetWidth(); in updateShapeAttributes()
637 double const fScrollHeight = maScrollRectangleLogic.GetHeight(); in updateShapeAttributes()
799 maScrollRectangleLogic = vcl::unotools::rectangleFromB2DRectangle( in ActivityImpl()