Lines Matching refs:bind
559 ::boost::bind( in ShowPane()
561 ::boost::protect(::boost::bind( in ShowPane()
570 ::boost::bind( in ShowPane()
585 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, xCanvas, sal_False)); in ShowPane()
589 ::boost::bind(&PresenterPaneAnimatorBase::ActivatePanes, shared_from_this())); in ShowPane()
635 ::boost::bind( in HidePane()
637 ::boost::protect(::boost::bind( in HidePane()
648 ::boost::bind( in HidePane()
663 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, xSpriteCanvas, sal_False)); in HidePane()
666 ::boost::bind(&PresenterPaneAnimatorBase::RestoreFrozenWindows, shared_from_this())); in HidePane()
853 ::boost::bind( in HidePane()
855 ::boost::protect(::boost::bind(&SpritePaneMove, mpPaneContainer, mxCenterPaneId, _1)), in HidePane()
863 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, xCanvas, sal_False)); in HidePane()
866 ::boost::bind(&PresenterPaneAnimatorBase::RestoreFrozenWindows, shared_from_this())); in HidePane()
891 ::boost::bind( in CreateShowAnimation()
893 ::boost::protect(::boost::bind(&SpritePaneMove, mpPaneContainer, rxPaneId, _1)), in CreateShowAnimation()
901 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, rxSpriteCanvas, sal_False)); in CreateShowAnimation()
905 ::boost::bind(&PaneGroup::HidePanes, maPaneGroups[0])); in CreateShowAnimation()
907 … ::boost::bind(&PresenterPaneAnimatorBase::ActivatePane, shared_from_this(), mxCenterPaneId)); in CreateShowAnimation()