Home
last modified time | relevance | path

Searched refs:rComponentContext (Results 1 – 8 of 8) sorted by relevance

/trunk/main/extensions/source/update/check/
H A Dupdateprotocoltest.cxx54 …uno::Reference< uno::XComponentContext > rComponentContext = cppu::defaultBootstrap_InitialCompone… in SAL_IMPLEMENT_MAIN() local
62 rComponentContext->getServiceManager()->createInstanceWithArgumentsAndContext( in SAL_IMPLEMENT_MAIN()
65 rComponentContext ); in SAL_IMPLEMENT_MAIN()
73 …if( checkForUpdates(rComponentContext, uno::Reference< task::XInteractionHandler > (), aURL, aVers… in SAL_IMPLEMENT_MAIN()
/trunk/main/extensions/source/update/feed/test/
H A Dupdatefeedtest.cxx61 …uno::Reference< uno::XComponentContext > rComponentContext = cppu::defaultBootstrap_InitialCompone… in SAL_IMPLEMENT_MAIN() local
69 rComponentContext->getServiceManager()->createInstanceWithArgumentsAndContext( in SAL_IMPLEMENT_MAIN()
72 rComponentContext ); in SAL_IMPLEMENT_MAIN()
76 deployment::UpdateInformationProvider::create( rComponentContext ); in SAL_IMPLEMENT_MAIN()
/trunk/main/slideshow/source/engine/
H A Dsoundplayer.cxx58 const uno::Reference< uno::XComponentContext>& rComponentContext ) in create()
63 rComponentContext ) ); in create()
96 const uno::Reference< uno::XComponentContext>& rComponentContext ) in SoundPlayer()
101 ENSURE_OR_THROW( rComponentContext.is(), in SoundPlayer()
H A Dslideshowcontext.cxx54 uno::XComponentContext>& rComponentContext ) : in SlideShowContext()
63 mxComponentContext( rComponentContext ) in SlideShowContext()
/trunk/main/odk/examples/DevelopersGuide/ProfUNO/CppBinding/
H A Doffice_connect.cxx42 Reference< XComponentContext > rComponentContext = in SAL_IMPLEMENT_MAIN() local
47 rComponentContext->getServiceManager(); in SAL_IMPLEMENT_MAIN()
53 rComponentContext ); in SAL_IMPLEMENT_MAIN()
/trunk/main/slideshow/source/inc/
H A Dsoundplayer.hxx72 ::com::sun::star::uno::XComponentContext>& rComponentContext );
101 ::com::sun::star::uno::XComponentContext>& rComponentContext );
H A Dslideshowcontext.hxx97 ::com::sun::star::uno::XComponentContext>& rComponentContext );
/trunk/main/filter/source/t602/
H A Dt602filter.cxx992 Reference < XComponentContext > rComponentContext = defaultBootstrap_InitialComponentContext(); in OptionsDlg() local
993 Reference < XMultiComponentFactory > rServiceManager = rComponentContext->getServiceManager(); in OptionsDlg()
994 … < XInterface > rInstance = _InstCtx("com.sun.star.awt.UnoControlDialogModel", rComponentContext ); in OptionsDlg()
1112 … Reference< XInterface > dialog = _InstCtx("com.sun.star.awt.UnoControlDialog",rComponentContext); in OptionsDlg()
1122 Reference< XInterface > toolkit = _InstCtx("com.sun.star.awt.ExtToolkit", rComponentContext); in OptionsDlg()

Completed in 35 milliseconds