Home
last modified time | relevance | path

Searched refs:bind (Results 26 – 50 of 263) sorted by relevance

1234567891011

/trunk/main/slideshow/source/engine/
H A Dwaitsymbol.cxx77 boost::bind( &WaitSymbol::viewAdded, in WaitSymbol()
159 boost::bind( in viewRemoved()
163 boost::bind( std::select1st<ViewsVecT::value_type>(), _1 ) ) ), in viewRemoved()
174 boost::bind( in viewChanged()
178 boost::bind( std::select1st<ViewsVecT::value_type>(), _1 )))); in viewChanged()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx216 ::boost::bind<bool>( in implRender()
367 boost::bind( &::cppcanvas::Canvas::setTransformation, in getActualUnitShapeBounds()
685 ::boost::bind<bool>( in addViewLayer()
687 ::boost::bind( &ViewShape::getViewLayer, in addViewLayer()
722 ::boost::bind<bool>( in removeViewLayer()
724 ::boost::bind( &ViewShape::getViewLayer, in removeViewLayer()
733 ::boost::bind<bool>( in removeViewLayer()
735 ::boost::bind( &ViewShape::getViewLayer, in removeViewLayer()
1055 boost::bind( &cppcanvas::Canvas::setTransformation, in getHyperlinkRegions()
/trunk/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx422 ::boost::bind( ::basegfx::B2DRangeExpander(aTrueArea), in isAreaUpdateOpaque()
423 ::boost::bind( &SpriteInfo::getUpdateArea, in isAreaUpdateOpaque()
424 … ::boost::bind( ::std::select2nd<AreaComponent>(), in isAreaUpdateOpaque()
431 ::boost::bind( &SpriteRedrawManager::isAreaUpdateNotOpaque, in isAreaUpdateOpaque()
448 ::boost::bind( &SpriteInfo::needsUpdate, in areSpritesChanged()
449 ::boost::bind( in areSpritesChanged()
H A Dsurfaceproxy.cxx112 ::boost::bind( &Surface::draw, in draw()
132 ::boost::bind(&Surface::drawRectangularArea, in draw()
169 ::boost::bind(&Surface::drawWithClip, in draw()
/trunk/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx84 ::boost::bind(GetTransparentColor), in CreateFillColorPopupControl()
85 ::boost::bind(&CellAppearancePropertyPanel::SetFillColor, this, _1, _2), in CreateFillColorPopupControl()
108 ::boost::bind(GetTransparentColor), in CreateLineColorPopupControl()
109 ::boost::bind(&CellAppearancePropertyPanel::SetLineColor, this, _1, _2), in CreateLineColorPopupControl()
242 …maFillColorPopup(this, ::boost::bind(&CellAppearancePropertyPanel::CreateFillColorPopupControl, th… in CellAppearancePropertyPanel()
243 …maLineColorPopup(this, ::boost::bind(&CellAppearancePropertyPanel::CreateLineColorPopupControl, th… in CellAppearancePropertyPanel()
373 … ::boost::bind(&CellAppearancePropertyPanel::CreateCellBorderStylePopupControl, this, _1))); in IMPL_LINK()
397 … ::boost::bind(&CellAppearancePropertyPanel::CreateCellLineStylePopupControl, this, _1))); in IMPL_LINK()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dsequentialtimecontainer.cxx60 boost::bind< void >( boost::mem_fn( &AnimationNode::deactivate ), getSelf() ), in activate_st()
88 boost::bind<void>( boost::mem_fn( &AnimationNode::deactivate ), pChildNode ), in skipEffect()
114 boost::bind( &SequentialTimeContainer::skipEffect, in resolveChild()
120 boost::bind( &SequentialTimeContainer::rewindEffect, in resolveChild()
H A Danimationaudionode.cxx89 makeDelay( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
98 makeEvent( boost::bind( &AnimationNode::deactivate, getSelf() ), in activate_st()
123 makeEvent( boost::bind( &EventMultiplexer::notifyAudioStopped, in deactivate_st()
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx406 ::boost::bind( in enterUndoContext()
420 ::boost::bind( in leaveUndoContext()
439 ::boost::bind( in addUndoAction()
452 ::boost::bind( in clear()
464 ::boost::bind( in clearRedo()
476 ::boost::bind( in reset()
977 ::boost::bind( in undo()
991 ::boost::bind( in redo()
/trunk/main/canvas/source/vcl/
H A Dspritecanvas.cxx74 boost::bind(&SpriteCanvasHelper::isUnsafeScrolling, in initialize()
76 boost::bind(&SpriteCanvasHelper::enableUnsafeScrolling, in initialize()
80 boost::bind(&SpriteCanvasHelper::isSpriteBounds, in initialize()
82 boost::bind(&SpriteCanvasHelper::enableSpriteBounds, in initialize()
/trunk/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx199 boost::bind( &SlideChangeBase::viewAdded, in prefetch()
421 boost::bind( in viewRemoved()
425 boost::bind( &ViewEntry::getView, _1 ))), in viewRemoved()
440 boost::bind( in viewChanged()
444 boost::bind( &ViewEntry::getView, _1 ) ))); in viewChanged()
/trunk/main/slideshow/test/
H A Dtestshape.cxx134 boost::bind( std::equal_to< target::ViewLayerSharedPtr >(), in removeViewLayer()
136 boost::bind( std::select1st<ViewVector::value_type>(), in removeViewLayer()
144 boost::bind( std::equal_to< target::ViewLayerSharedPtr >(), in removeViewLayer()
146 boost::bind( std::select1st<ViewVector::value_type>(), in removeViewLayer()
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx252 ::boost::bind( in updateScreen()
339 ::boost::bind( in scrollUpdate()
380 ::boost::bind( &opaqueUpdateSpriteArea, in scrollUpdate()
396 ::boost::bind( &repaintBackground, in scrollUpdate()
438 ::boost::bind( in opaqueUpdate()
507 ::boost::bind( &spriteRedrawStub2, in genericUpdate()
/trunk/main/basegfx/test/
H A Dboxclipper.cxx181 boost::bind( in SetUp()
184 boost::bind( in SetUp()
229 boost::bind( in normalizePoly()
231 boost::bind( in normalizePoly()
234 boost::bind( in normalizePoly()
/trunk/main/sal/qa/osl/socket/
H A Dosl_AcceptorSocket.cxx87 sal_Bool bOK1 = asAcceptorSocket.bind( saLocalSocketAddr ); in run()
163 asSocket.bind( saSocketAddr );
224 sal_Bool bOK1 = asAcceptorSocket.bind( saLocalSocketAddr ); in TEST_F()
247 sal_Bool bOK1 = asAcceptorSocket.bind( saLocalSocketAddr ); in TEST_F()
H A Dosl_StreamSocket.cxx90 sal_Bool bOK1 = asAcceptorSocket.bind( saLocalSocketAddr ); in run()
149 sal_Bool bOK1 = asAcceptorSocket.bind( saLocalSocketAddr ); in run()
431 sal_Bool bOK1 = asAcceptorSocket.bind( saLocalSocketAddr ); in run()
666 asAcceptorSocket.bind( saLocalSocketAddr ); in TEST_F()
785 … ASSERT_TRUE(asSocket.bind( saLocalSocketAddr ) == sal_True) << "shutdown_002: bind fail"; in TEST_F()
836 … ASSERT_TRUE(asSocket.bind( saLocalSocketAddr ) == sal_True) << "shutdown_002: bind fail"; in TEST_F()
1089 if (! aSocket.bind( aSocketAddr )) in send_Acceptor()
/trunk/main/xmloff/source/core/
H A DRDFaExportHelper.cxx205 ::boost::bind(&makeCURIE, &m_rExport, in AddRDFa()
206 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa()
210 ::boost::bind(&makeCURIE, &m_rExport, in AddRDFa()
211 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa()
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx154 bind(&IMark::StartsAfter, _2, _1)); // finds the first that is starting after in lcl_getMarkAfter()
168 bind(&IMark::StartsAfter, _2, _1)); in lcl_getMarkBefore()
175 boost::bind( ::std::logical_not<bool>(), bind( &IMark::EndsBefore, _1, rPos ) ) ); in lcl_getMarkBefore()
248 bind(&IMark::StartsBefore, _1, _2)); in lcl_FindMarkAtPos()
276 bind(&::rtl::OUString::equals, bind(&IMark::GetName, _1), rName)); in lcl_FindMarkByName()
901 bind(&IMark::StartsBefore, _1, _2) ); in deleteMark()
907 … boost::bind( ::std::equal_to<const IMark*>(), bind(&boost::shared_ptr<IMark>::get, _1), pMark ) ); in deleteMark()
962 bind(&IMark::IsCoveringPosition, _1, rPos)); in getFieldmarkFor()
/trunk/main/canvas/inc/canvas/base/
H A Dgraphicdevicebase.hxx126 boost::bind(&DeviceHelper::isAccelerated, in GraphicDeviceBase()
129 boost::bind(&DeviceHelper::getDeviceHandle, in GraphicDeviceBase()
132 boost::bind(&DeviceHelper::getSurfaceHandle, in GraphicDeviceBase()
135 boost::bind(&ThisType::getDumpScreenContent, in GraphicDeviceBase()
137 boost::bind(&ThisType::setDumpScreenContent, in GraphicDeviceBase()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx729 ::boost::bind( in StartFadeAnimation()
733 ::boost::bind(controller::AnimationFunction::Linear, _1))); in StartFadeAnimation()
735 ::boost::bind( in StartFadeAnimation()
739 ::boost::bind(controller::AnimationFunction::Linear, _1))); in StartFadeAnimation()
755 ::boost::bind( in StartFadeAnimation()
759 ::boost::bind(aButtonBlendFunctor, _1), in StartFadeAnimation()
760 ::boost::bind(aButtonBarBlendFunctor, _1)), in StartFadeAnimation()
763 ::boost::bind( in StartFadeAnimation()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx87 boost::bind( &LayoutAtom::dump, _1, level + 1 ) ); in dump()
95 boost::bind( &LayoutAtom::processAtom, _1 ) ); in processAtom()
122 boost::bind( &_test_atom, _1 ) ); in processAtom()
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx529 ::boost::bind( in LookupElement()
531 ::boost::bind( in LookupElement()
533 ::boost::bind( &Metadatable::IsInUndo, _1 ), in LookupElement()
534 ::boost::bind( &Metadatable::IsInClipboard, _1 ) in LookupElement()
590 ::boost::bind( in TryInsertMetadatable()
592 ::boost::bind( in TryInsertMetadatable()
594 ::boost::bind( &Metadatable::IsInUndo, _1 ), in TryInsertMetadatable()
595 ::boost::bind( &Metadatable::IsInClipboard, _1 ) in TryInsertMetadatable()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx188 ::boost::bind( in RemoveAnimation()
191 ::boost::bind(&Animation::mnAnimationId, _1)))); in RemoveAnimation()
218 ::boost::bind( in RemoveAllAnimations()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx413 boost::bind( &SlideImpl::viewAdded, in SlideImpl()
627 boost::bind( in getCurrentSlideBitmap()
631 boost::bind( in getCurrentSlideBitmap()
701 boost::bind( in viewRemoved()
705 boost::bind( in viewRemoved()
/trunk/main/svx/source/gallery2/
H A DGalleryControl.cxx50 ::boost::bind(&GalleryControl::InitSettings, this))), in GalleryControl()
55 ::boost::bind(&GalleryControl::KeyInput,this,_1,_2), in GalleryControl()
56 ::boost::bind(&GalleryControl::ThemeSelectionHasChanged, this))), in GalleryControl()
H A Dgalbrws.cxx91 ::boost::bind(&GalleryBrowser::KeyInput,this,_1,_2), in SFX_IMPL_DOCKINGWINDOW()
92 ::boost::bind(&GalleryBrowser::ThemeSelectionHasChanged, this)); in SFX_IMPL_DOCKINGWINDOW()
94 ::boost::bind(&GalleryBrowser::InitSettings, this)); in SFX_IMPL_DOCKINGWINDOW()

Completed in 169 milliseconds

1234567891011