Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/test/
H A Dtesthelper.cxx61 Reference< XComponentContext > xInitialContext; in SAL_IMPLEMENT_MAIN() local
63 … OUString( RTL_CONSTASCII_USTRINGPARAM("DefaultContext") ) ) >>= xInitialContext ); in SAL_IMPLEMENT_MAIN()
69 … Reference< XComponentContext > xContext( createComponentContext( &aEntry, 1, xInitialContext ) ); in SAL_IMPLEMENT_MAIN()
74 … OUString( RTL_CONSTASCII_USTRINGPARAM("DefaultContext") ) ) != xInitialContext ); in SAL_IMPLEMENT_MAIN()
85 OSL_VERIFY( ! xInitialContext->getValueByName( in SAL_IMPLEMENT_MAIN()
87 Reference< XComponent >( xInitialContext, UNO_QUERY )->dispose(); in SAL_IMPLEMENT_MAIN()
90 xInitialContext.clear(); in SAL_IMPLEMENT_MAIN()
/trunk/main/javaunohelper/test/com/sun/star/comp/helper/
H A DComponentContext_Test.java41 XComponentContext xInitialContext = Bootstrap.createInitialComponentContext( table ); in main() local
46 XComponentContext xContext = new ComponentContext( table, xInitialContext ); in main()
71 xInitialContext.getValueByName( "bla2" ) != null || in main()
72 xInitialContext.getValueByName( "bla3" ) != null) in main()
79 ((Integer)xInitialContext.getValueByName( "bla1" )).intValue() != 1) in main()
85 XComponent.class, xInitialContext ); in main()

Completed in 26 milliseconds