Lines Matching refs:eArea

541     const Area eArea (GetArea(rEvent.X, rEvent.Y));  in mouseMoved()  local
542 if (eArea != meMouseMoveArea) in mouseMoved()
545 meMouseMoveArea = eArea; in mouseMoved()
551 mpMousePressRepeater->SetMouseArea(eArea); in mouseMoved()
593 geometry::RealRectangle2D PresenterScrollBar::GetRectangle (const Area eArea) const in GetRectangle()
595 OSL_ASSERT(eArea>=0 && eArea<__AreaCount__); in GetRectangle()
597 return maBox[eArea]; in GetRectangle()
637 const Area eArea, in PaintBitmap() argument
640 const geometry::RealRectangle2D aLocalBox (GetRectangle(eArea)); in PaintBitmap()
648 Reference<rendering::XBitmap> xBitmap (GetBitmap(eArea,rpBitmaps)); in PaintBitmap()
747 const Area eArea, in GetBitmap() argument
753 return rpBitmaps->GetBitmap(GetBitmapMode(eArea)); in GetBitmap()
760 const Area eArea) const in GetBitmapMode()
762 if (IsDisabled(eArea)) in GetBitmapMode()
764 else if (eArea == meMouseMoveArea) in GetBitmapMode()
773 bool PresenterScrollBar::IsDisabled (const Area eArea) const in IsDisabled()
775 OSL_ASSERT(eArea>=0 && eArea<__AreaCount__); in IsDisabled()
777 return ! maEnabledState[eArea]; in IsDisabled()
976 const Area eArea, in PaintComposite() argument
982 geometry::RealRectangle2D aBox (GetRectangle(eArea)); in PaintComposite()
993 (eArea == Thumb in PaintComposite()
996 GetBitmap(eArea, rpStartBitmaps), in PaintComposite()
997 GetBitmap(eArea, rpCenterBitmaps), in PaintComposite()
998 GetBitmap(eArea, rpEndBitmaps)); in PaintComposite()
1198 const Area eArea, in PaintComposite() argument
1204 geometry::RealRectangle2D aBox (GetRectangle(eArea)); in PaintComposite()
1214 GetBitmap(eArea, rpStartBitmaps), in PaintComposite()
1215 GetBitmap(eArea, rpCenterBitmaps), in PaintComposite()
1216 GetBitmap(eArea, rpEndBitmaps)); in PaintComposite()