Searched refs:JavaContext (Results 1 – 4 of 4) sorted by relevance
37 JavaContext::JavaContext( const Reference< XCurrentContext > & ctx ) in JavaContext() function in svt::JavaContext45 JavaContext::JavaContext( const Reference< XCurrentContext > & ctx, in JavaContext() function in svt::JavaContext53 JavaContext::~JavaContext() in ~JavaContext()57 Any SAL_CALL JavaContext::queryInterface(const Type& aType ) in queryInterface()67 void SAL_CALL JavaContext::acquire( ) throw () in acquire()72 void SAL_CALL JavaContext::release( ) throw () in release()78 Any SAL_CALL JavaContext::getValueByName( const ::rtl::OUString& Name) throw (RuntimeException) in getValueByName()
40 class SVT_DLLPUBLIC JavaContext : class45 JavaContext( const com::sun::star::uno::Reference<54 JavaContext( const com::sun::star::uno::Reference<57 virtual ~JavaContext();73 SVT_DLLPRIVATE JavaContext(); //not implemented74 SVT_DLLPRIVATE JavaContext(JavaContext&); //not implemented75 SVT_DLLPRIVATE JavaContext& operator = (JavaContext&); //not implemented
409 new svt::JavaContext( com::sun::star::uno::getCurrentContext(), in dispatch()425 new svt::JavaContext( com::sun::star::uno::getCurrentContext(), in dispatchWithNotification()
2222 new svt::JavaContext( com::sun::star::uno::getCurrentContext() ) ); in Main()
Completed in 46 milliseconds