Lines Matching refs:PresenterScrollBar
58 class PresenterScrollBar::MousePressRepeater
62 MousePressRepeater (const ::rtl::Reference<PresenterScrollBar>& rpScrollBar);
64 void Start (const PresenterScrollBar::Area& reArea);
66 void SetMouseArea (const PresenterScrollBar::Area& reArea);
73 ::rtl::Reference<PresenterScrollBar> mpScrollBar;
74 PresenterScrollBar::Area meMouseArea;
82 boost::weak_ptr<PresenterBitmapContainer> PresenterScrollBar::mpSharedBitmaps;
84 PresenterScrollBar::PresenterScrollBar ( in PresenterScrollBar() function in sdext::presenter::PresenterScrollBar
158 PresenterScrollBar::~PresenterScrollBar (void) in ~PresenterScrollBar()
165 void SAL_CALL PresenterScrollBar::disposing (void) in disposing()
188 void PresenterScrollBar::SetVisible (const bool bIsVisible) in SetVisible()
197 void PresenterScrollBar::SetPosSize (const css::geometry::RealRectangle2D& rBox) in SetPosSize()
214 void PresenterScrollBar::SetThumbPosition ( in SetThumbPosition()
224 void PresenterScrollBar::SetThumbPosition ( in SetThumbPosition()
247 double PresenterScrollBar::GetThumbPosition (void) const in GetThumbPosition()
255 void PresenterScrollBar::SetTotalSize (const double nTotalSize) in SetTotalSize()
268 double PresenterScrollBar::GetTotalSize (void) const in GetTotalSize()
276 void PresenterScrollBar::SetThumbSize (const double nThumbSize) in SetThumbSize()
290 double PresenterScrollBar::GetThumbSize (void) const in GetThumbSize()
298 void PresenterScrollBar::SetLineHeight (const double nLineHeight) in SetLineHeight()
306 double PresenterScrollBar::GetLineHeight (void) const in GetLineHeight()
314 void PresenterScrollBar::SetCanvas (const Reference<css::rendering::XCanvas>& rxCanvas) in SetCanvas()
353 void PresenterScrollBar::SetBackground (const SharedBitmapDescriptor& rpBackgroundBitmap) in SetBackground()
360 void PresenterScrollBar::CheckValues (void) in CheckValues()
368 double PresenterScrollBar::ValidateThumbPosition (double nPosition) in ValidateThumbPosition()
380 void PresenterScrollBar::Paint ( in Paint()
419 void SAL_CALL PresenterScrollBar::windowResized (const css::awt::WindowEvent& rEvent) in windowResized()
429 void SAL_CALL PresenterScrollBar::windowMoved (const css::awt::WindowEvent& rEvent) in windowMoved()
438 void SAL_CALL PresenterScrollBar::windowShown (const css::lang::EventObject& rEvent) in windowShown()
447 void SAL_CALL PresenterScrollBar::windowHidden (const css::lang::EventObject& rEvent) in windowHidden()
458 void SAL_CALL PresenterScrollBar::windowPaint (const css::awt::PaintEvent& rEvent) in windowPaint()
480 void SAL_CALL PresenterScrollBar::mousePressed (const css::awt::MouseEvent& rEvent) in mousePressed()
493 void SAL_CALL PresenterScrollBar::mouseReleased (const css::awt::MouseEvent& rEvent) in mouseReleased()
507 void SAL_CALL PresenterScrollBar::mouseEntered (const css::awt::MouseEvent& rEvent) in mouseEntered()
516 void SAL_CALL PresenterScrollBar::mouseExited (const css::awt::MouseEvent& rEvent) in mouseExited()
538 void SAL_CALL PresenterScrollBar::mouseMoved (const css::awt::MouseEvent& rEvent) in mouseMoved()
557 void SAL_CALL PresenterScrollBar::mouseDragged (const css::awt::MouseEvent& rEvent) in mouseDragged()
581 void SAL_CALL PresenterScrollBar::disposing (const css::lang::EventObject& rEvent) in disposing()
593 geometry::RealRectangle2D PresenterScrollBar::GetRectangle (const Area eArea) const in GetRectangle()
603 void PresenterScrollBar::Repaint ( in Repaint()
617 void PresenterScrollBar::PaintBackground( in PaintBackground()
635 void PresenterScrollBar::PaintBitmap( in PaintBitmap()
681 void PresenterScrollBar::NotifyThumbPositionChange (void) in NotifyThumbPositionChange()
702 PresenterScrollBar::Area PresenterScrollBar::GetArea (const double nX, const double nY) const in GetArea()
726 void PresenterScrollBar::UpdateWidthOrHeight ( in UpdateWidthOrHeight()
746 css::uno::Reference<css::rendering::XBitmap> PresenterScrollBar::GetBitmap ( in GetBitmap()
759 PresenterBitmapContainer::BitmapDescriptor::Mode PresenterScrollBar::GetBitmapMode ( in GetBitmapMode()
773 bool PresenterScrollBar::IsDisabled (const Area eArea) const in IsDisabled()
790 : PresenterScrollBar(rxComponentContext, rxParentWindow, rpPaintManager, rThumbMotionListener), in PresenterVerticalScrollBar()
1011 : PresenterScrollBar(rxComponentContext, rxParentWindow, rpPaintManager, rThumbMotionListener), in PresenterHorizontalScrollBar()
1224 PresenterScrollBar::MousePressRepeater::MousePressRepeater ( in MousePressRepeater()
1225 const ::rtl::Reference<PresenterScrollBar>& rpScrollBar) in MousePressRepeater()
1228 meMouseArea(PresenterScrollBar::None) in MousePressRepeater()
1235 void PresenterScrollBar::MousePressRepeater::Dispose (void) in Dispose()
1244 void PresenterScrollBar::MousePressRepeater::Start (const PresenterScrollBar::Area& reArea) in Start()
1255 … ::boost::bind(&PresenterScrollBar::MousePressRepeater::Callback, shared_from_this(), _1), in Start()
1268 void PresenterScrollBar::MousePressRepeater::Stop (void) in Stop()
1281 void PresenterScrollBar::MousePressRepeater::SetMouseArea(const PresenterScrollBar::Area& reArea) in SetMouseArea()
1295 void PresenterScrollBar::MousePressRepeater::Callback (const TimeValue& rCurrentTime) in Callback()
1311 void PresenterScrollBar::MousePressRepeater::Execute (void) in Execute()