Home
last modified time | relevance | path

Searched refs:bind (Results 51 – 75 of 263) sorted by relevance

1234567891011

/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx478 aBegin, boost::bind( &AnimationNode::activate, mpSelf ), in resolve()
489 boost::bind( &AnimationNode::activate, mpSelf ), in resolve()
560 boost::bind( &AnimationNode::deactivate, mpSelf ), in scheduleDeactivationEvent()
641 boost::bind( &AnimationNode::notifyDeactivating, _1, in notifyEndListeners()
/trunk/main/oox/source/dump/
H A Doledumper.ini672 0x00000040=dispatch-id-bind
673 0x00000080=get-bind-index
674 0x00000100=put-bind-index
675 0x00000200=bind-type
699 0x0010=display-bind
700 0x0020=default-bind
707 0x1000=immediate-bind
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx295 ::boost::bind( &Writer::outputPoint, in ~DebugPlotter()
307 ::boost::bind( &Writer::outputVector, in ~DebugPlotter()
319 ::boost::bind( &Writer::outputRect, in ~DebugPlotter()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx276 ::boost::bind(&PaneDescriptor::CompareURL, _1, rxPaneId->getResourceURL()))); in createResource()
345 ::boost::bind(&PaneDescriptor::ComparePane, _1, rxPane))); in releaseResource()
452 ::boost::bind(&PaneDescriptor::ComparePane, _1, xPane))); in disposing()
/trunk/main/basegfx/source/range/
H A Db2dpolyrange.cxx54 boost::bind( in updateBounds()
178 boost::bind( in flip()
213 boost::bind<bool>( boost::mem_fn( &B2DRange::overlaps ), in overlaps()
H A Db2drangeclipper.cxx522 boost::bind( in getPolygon()
778 boost::bind( in processActiveEdges()
937 boost::bind( in solveCrossovers()
/trunk/main/comphelper/inc/comphelper/
H A Dflagguard.hxx41 … :ScopeGuard( ::boost::bind( RestoreFlag, ::boost::ref( i_flagRef ), !!i_flagRef ), i_excHandling ) in FlagRestorationGuard()
62 :ScopeGuard( ::boost::bind( ResetFlag, ::boost::ref( i_flagRef ) ), i_excHandling ) in FlagGuard()
/trunk/main/xmloff/source/core/
H A DRDFaImportHelper.cxx367 ::boost::bind(&RDFaInserter::MakeURI, this, _1)), in InsertRDFaEntry()
371 ::boost::bind(&RDFaInserter::MakeURI, this, _1)), in InsertRDFaEntry()
493 ::boost::bind(&RDFaInserter::InsertRDFaEntry, &inserter, _1)); in InsertRDFa()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx336 ::std::compose1(::boost::bind(&OReportSection::SetGridVisible,_1,_bVisible),TReportPairHelper())); in toggleGrid()
338 …::std::compose1(::boost::bind(&OReportSection::Window::Invalidate,_1,INVALIDATE_NOERASE),TReportPa… in toggleGrid()
377 ::std::compose1(::boost::bind(&OReportSection::SetMode,_1,eNewMode),TReportPairHelper())); in SetMode()
401 …::std::compose1(::boost::bind(&OReportSection::Copy,_1,::boost::ref(aAllreadyCopiedObjects)),TRepo… in Copy()
418 ::std::compose1(::boost::bind(&OReportSection::Paste,_1,aCopies,false),TReportPairHelper())); in Paste()
516 …::std::compose1(::boost::bind(::boost::mem_fn(&OReportSection::SelectAll),_1,_nObjectType),TReport… in SelectAll()
578 ::std::compose1(::boost::bind(&OStartMarker::showRuler,_1,_bShow),TStartMarkerHelper())); in showRuler()
580 …::std::compose1(::boost::bind(&OStartMarker::Window::Invalidate,_1,sal_uInt16(INVALIDATE_NOERASE))… in showRuler()
/trunk/main/canvas/source/tools/
H A Dsurface.cxx195 boost::bind( &::canvas::IRenderModule::endPrimitive, in draw()
321 boost::bind( &::canvas::IRenderModule::endPrimitive, in drawRectangularArea()
432 boost::bind( &::canvas::IRenderModule::endPrimitive, in drawWithClip()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx297 ::boost::bind( in FindRun()
299 ::boost::bind(&PageObjectRun::mnRunIndex, _1), in FindRun()
485 ::boost::bind( in RestartAnimation()
/trunk/main/sdext/source/presenter/
H A DPresenterTheme.cxx454 ::boost::bind(&PresenterConfigurationAccess::IsStringPropertyEqual, in GetNodeForViewStyle()
783 ::boost::bind(&PresenterTheme::Theme::ProcessFont, in Read()
1024 ::boost::bind(&PaneStyleContainer::ProcessPaneStyle, in Read()
1194 ::boost::bind(&ViewStyleContainer::ProcessViewStyle, in Read()
1328 ::boost::bind(&StyleAssociationContainer::ProcessStyleAssociation, in Read()
H A DPresenterScreen.cxx654 ::boost::bind(&PresenterScreen::ShutdownPresenterScreen, pSelf)); in RequestShutdownPresenterScreen()
791 ::boost::bind(&PresenterScreen::ProcessComponent, this, in ProcessLayout()
823 ::boost::bind(&PresenterScreen::ProcessViewDescription, this, _1, _2)); in ProcessViewDescriptions()
/trunk/main/forms/source/xforms/
H A Dbinding.cxx187 bind( sal_False ); in getXNodeList()
326 bind( sal_False ); in getMIPEvaluationContexts()
590 void Binding::bind( bool bForceRebind ) in bind() function in Binding
799 bind( true ); in bindingModified()
1289 bind( false ); in handleEvent()
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx194 ::boost::bind( &PagePropertyPanel::CreatePageOrientationControl, this, _1 ), in PagePropertyPanel()
197 ::boost::bind( &PagePropertyPanel::CreatePageMarginControl, this, _1 ), in PagePropertyPanel()
200 ::boost::bind( &PagePropertyPanel::CreatePageSizeControl, this, _1 ), in PagePropertyPanel()
203 ::boost::bind( &PagePropertyPanel::CreatePageColumnControl, this, _1 ), in PagePropertyPanel()
/trunk/main/boost/
H A Dboost_1_55_0.patch52 diff -ur misc/boost_1_55_0/boost/bind/arg.hpp misc/build/boost_1_55_0/boost/bind/arg.hpp
53 --- misc/boost_1_55_0/boost/bind/arg.hpp 2007-11-25 10:07:19.000000000 -0800
54 +++ misc/build/boost_1_55_0/boost/bind/arg.hpp 2016-03-23 01:11:12.421530000 -0700
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXUriBinding.idl40 * This interface is used to dynamically bind a uri with a
48 * @param uri the uri to bind
/trunk/main/sal/qa/osl/socket/
H A Dosl_ConnectorSocket.cxx159 sal_Bool bOK1 = asAcceptorSocket.bind( saLocalSocketAddr ); in TEST_F()
188 sal_Bool bOK1 = asAcceptorSocket.bind( saLocalSocketAddr ); in TEST_F()
H A Dosl_DatagramSocket.cxx169 if ( dsSocket.bind( saLocalSocketAddr ) == sal_False ) in run()
216 dsSocket.bind( saLocalSocketAddr ); in TEST_F()
/trunk/main/sd/source/ui/framework/configuration/
H A DResourceFactoryManager.cxx172 ::boost::bind( in RemoveFactoryForReference()
174 ::boost::bind(&FactoryPatternList::value_type::second, _1), in RemoveFactoryForReference()
H A DConfigurationControllerResourceManager.cxx92 ::boost::bind(&ConfigurationControllerResourceManager::ActivateResource, in ActivateResources()
110 ::boost::bind(&ConfigurationControllerResourceManager::DeactivateResource, in DeactivateResources()
/trunk/main/offapi/com/sun/star/form/inspection/
H A DCellBindingPropertyHandler.idl38 which is able to provide properties to bind a form component to a spreadsheet cell.
45 to bind the inspected object to cells in this document.</p>
/trunk/main/sw/source/core/crsr/
H A Dcrbm.cxx150bind(&::sw::mark::IMark::StartsAfter, _2, _1)), // finds the first that is starting after in GoNextBookmark()
186 bind(&::sw::mark::IMark::StartsAfter, _2, _1)), in GoPrevBookmark()
/trunk/main/offapi/com/sun/star/drawing/
H A DXShapeBinder.idl54 a container with <type>Shape</type>s that will be bind together.
64 com::sun::star::drawing::XShape bind( [in] com::sun::star::drawing::XShapes xShapes );
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx228 maColorPopup(this, ::boost::bind(&LinePropertyPanel::CreateColorPopupControl, this, _1)), in LinePropertyPanel()
229 … maLineWidthPopup(this, ::boost::bind(&LinePropertyPanel::CreateLineWidthPopupControl, this, _1)), in LinePropertyPanel()
1011 ::boost::bind(GetTransparentColor), in CreateColorPopupControl()
1012 ::boost::bind(&LinePropertyPanel::SetColor, this, _1, _2), in CreateColorPopupControl()

Completed in 129 milliseconds

1234567891011