Home
last modified time | relevance | path

Searched refs:aSFInit (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx616 Sequence< Any > aSFInit( 1 ); in createImplServiceFactory() local
617 aSFInit[ 0 ] <<= xRegistry; in createImplServiceFactory()
618 xInit->initialize( aSFInit ); in createImplServiceFactory()
650 Sequence< Any > aSFInit( 2 ); in bootstrap_InitialComponentContext() local
651 aSFInit[ 0 ] <<= xRegistry; in bootstrap_InitialComponentContext()
652 aSFInit[ 1 ] <<= xContext; // default context in bootstrap_InitialComponentContext()
653 xInit->initialize( aSFInit ); in bootstrap_InitialComponentContext()
H A Dbootstrap.cxx454 Sequence< Any > aSFInit( 1 ); in defaultBootstrap_InitialComponentContext() local
455 aSFInit[ 0 ] <<= services_xRegistry; in defaultBootstrap_InitialComponentContext()
456 xInit->initialize( aSFInit ); in defaultBootstrap_InitialComponentContext()

Completed in 12 milliseconds