Searched refs:maDragAnchor (Results 1 – 4 of 4) sorted by relevance
95 maDragAnchor(), in PresenterPaneBorderManager()309 maDragAnchor.X = rEvent.X + aOuterBox.X; in mousePressed()310 maDragAnchor.Y = rEvent.Y + aOuterBox.Y; in mousePressed()442 const sal_Int32 nDiffX = nX - maDragAnchor.X; in mouseDragged()443 const sal_Int32 nDiffY = nY - maDragAnchor.Y; in mouseDragged()444 maDragAnchor.X = nX; in mouseDragged()445 maDragAnchor.Y = nY; in mouseDragged()
100 maDragAnchor(-1,-1), in PresenterScrollBar()483 maDragAnchor.X = rEvent.X; in mousePressed()484 maDragAnchor.Y = rEvent.Y; in mousePressed()808 const double nDistance (nY - maDragAnchor.Y); in GetDragDistance()834 maDragAnchor.Y += nDragDistance * nPagerHeight / mnTotalSize; in UpdateDragAnchor()1029 const double nDistance (nX - maDragAnchor.X); in GetDragDistance()1055 maDragAnchor.X += nDragDistance * nPagerWidth / mnTotalSize; in UpdateDragAnchor()
144 css::awt::Point maDragAnchor; member in sdext::presenter::PresenterPaneBorderManager
185 css::geometry::RealPoint2D maDragAnchor; member in sdext::presenter::PresenterScrollBar
Completed in 63 milliseconds