Lines Matching refs:boost

65 namespace boost  namespace
81 typedef boost::shared_ptr<HandlerT> HandlerSharedPtrT;
132 private ::boost::noncopyable
326 ::boost::weak_ptr< Event > mpTickEvent;
362 makeEvent( boost::bind( &EventMultiplexerImpl::mousePressed, in mousePressed()
377 makeEvent( boost::bind( &EventMultiplexerImpl::mouseReleased, in mouseReleased()
405 makeEvent( boost::bind( &EventMultiplexerImpl::mouseDragged, in mouseDragged()
420 makeEvent( boost::bind( &EventMultiplexerImpl::mouseMoved, in mouseMoved()
434 boost::bind( &AnimationEventHandler::handleAnimationEvent, in notifyAllAnimationHandlers()
435 _1, boost::cref(rNode) ) ); in notifyAllAnimationHandlers()
468 boost::bind( in findUnoView()
470 boost::cref( xView ), in findUnoView()
471 boost::bind( &UnoView::getUnoView, _1 )))) == aEnd ) in findUnoView()
525 makeDelay( boost::bind( &EventMultiplexerImpl::tick, in scheduleTick()
621 boost::bind( std::equal_to< uno::Reference< in notifyMouseHandlers()
623 boost::cref( xView ), in notifyMouseHandlers()
624 boost::bind( &UnoView::getUnoView, _1 ) ) ) ) == aEnd) in notifyMouseHandlers()
647 boost::bind( in notifyMouseHandlers()
649 boost::bind( in notifyMouseHandlers()
719 boost::bind( in notifyNextEffect()
721 boost::bind( in notifyNextEffect()
1037 boost::bind(&ShapeListenerEventHandler::listenerAdded, in notifyShapeListenerAdded()
1039 boost::cref(xListener), in notifyShapeListenerAdded()
1040 boost::cref(xShape)) ); in notifyShapeListenerAdded()
1048 boost::bind(&ShapeListenerEventHandler::listenerRemoved, in notifyShapeListenerRemoved()
1050 boost::cref(xListener), in notifyShapeListenerRemoved()
1051 boost::cref(xShape)) ); in notifyShapeListenerRemoved()
1059 boost::bind(&ShapeCursorEventHandler::cursorChanged, in notifyShapeCursorChange()
1061 boost::cref(xShape), in notifyShapeCursorChange()
1068 boost::bind(&UserPaintEventHandler::colorChanged, in notifyUserPaintColor()
1070 boost::cref(rUserColor))); in notifyUserPaintColor()
1076 boost::bind(&UserPaintEventHandler::widthChanged, in notifyUserPaintStrokeWidth()
1084 boost::mem_fn(&UserPaintEventHandler::disable)); in notifyUserPaintDisabled()
1089 boost::mem_fn(&UserPaintEventHandler::switchPenMode)); in notifySwitchPenMode()
1094 boost::mem_fn(&UserPaintEventHandler::switchEraserMode)); in notifySwitchEraserMode()
1101 boost::bind(&UserPaintEventHandler::eraseAllInkChanged, in notifyEraseAllInk()
1103 boost::cref(rEraseAllInk))); in notifyEraseAllInk()
1110 boost::bind(&UserPaintEventHandler::eraseInkWidthChanged, in notifyEraseInkWidth()
1112 boost::cref(rEraseInkSize))); in notifyEraseInkWidth()
1123 boost::mem_fn(&EventHandler::handleEvent) ); in notifySlideStartEvent()
1129 boost::mem_fn(&EventHandler::handleEvent) ); in notifySlideEndEvent()
1149 boost::mem_fn(&EventHandler::handleEvent)); in notifySlideAnimationsEnd()
1171 boost::bind( &PauseEventHandler::handlePause, in notifyPauseMode()
1192 boost::bind( &ViewEventHandler::viewAdded, in notifyViewAdded()
1194 boost::cref(rView) )); in notifyViewAdded()
1215 boost::bind( &ViewEventHandler::viewRemoved, in notifyViewRemoved()
1217 boost::cref(rView) )); in notifyViewRemoved()
1223 boost::bind( &ViewEventHandler::viewChanged, in notifyViewChanged()
1225 boost::cref(rView) )); in notifyViewChanged()
1241 boost::mem_fn( &ViewEventHandler::viewsChanged )); in notifyViewsChanged()
1253 boost::bind( &ViewRepaintHandler::viewClobbered, in notifyViewClobbered()
1255 boost::cref(pView) )); in notifyViewClobbered()
1262 boost::bind(&HyperlinkHandler::handleHyperlink, in notifyHyperlinkClicked()
1264 boost::cref(hyperLink)) ); in notifyHyperlinkClicked()