Home
last modified time | relevance | path

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

/aoo4110/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx251 Rectangle maPaintRectangleLogic; member in __anon86c352820111::ActivityImpl
380 if(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()
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()
[all …]

Completed in 17 milliseconds