Home
last modified time | relevance | path

Searched refs:JavaContext (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/java/
H A Djavacontext.cxx37 JavaContext::JavaContext( const Reference< XCurrentContext > & ctx ) in JavaContext() function in svt::JavaContext
45 JavaContext::JavaContext( const Reference< XCurrentContext > & ctx, in JavaContext() function in svt::JavaContext
53 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()
/trunk/main/svtools/inc/svtools/
H A Djavacontext.hxx40 class SVT_DLLPUBLIC JavaContext : class
45 JavaContext( const com::sun::star::uno::Reference<
54 JavaContext( const com::sun::star::uno::Reference<
57 virtual ~JavaContext();
73 SVT_DLLPRIVATE JavaContext(); //not implemented
74 SVT_DLLPRIVATE JavaContext(JavaContext&); //not implemented
75 SVT_DLLPRIVATE JavaContext& operator = (JavaContext&); //not implemented
/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx409 new svt::JavaContext( com::sun::star::uno::getCurrentContext(), in dispatch()
425 new svt::JavaContext( com::sun::star::uno::getCurrentContext(), in dispatchWithNotification()
/trunk/main/desktop/source/app/
H A Dapp.cxx2222 new svt::JavaContext( com::sun::star::uno::getCurrentContext() ) ); in Main()

Completed in 81 milliseconds