#include <javacontext.hxx>
|
| | JavaContext (const css::uno::Reference< css::uno::XCurrentContext > &ctx) |
| | A message box is only displayed once for a recurring Java error. More...
|
| |
| virtual | ~JavaContext () |
| |
| virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) override |
| |
| virtual void SAL_CALL | acquire () noexcept override |
| |
| virtual void SAL_CALL | release () noexcept override |
| |
| virtual css::uno::Any SAL_CALL | getValueByName (const OUString &Name) override |
| |
Definition at line 34 of file javacontext.hxx.
◆ JavaContext() [1/2]
| svt::JavaContext::JavaContext |
( |
const css::uno::Reference< css::uno::XCurrentContext > & |
ctx | ) |
|
A message box is only displayed once for a recurring Java error.
That is only the first time JavaInteractionHandler.handle is called with a particular Request then the message box is shown. Afterwards nothing happens.
References queryInterface().
◆ ~JavaContext()
| svt::JavaContext::~JavaContext |
( |
| ) |
|
|
virtual |
◆ JavaContext() [2/2]
◆ acquire()
| void SAL_CALL svt::JavaContext::acquire |
( |
| ) |
|
|
overridevirtualnoexcept |
◆ getValueByName()
| Any SAL_CALL svt::JavaContext::getValueByName |
( |
const OUString & |
Name | ) |
|
|
overridevirtual |
◆ operator=()
◆ queryInterface()
| Any SAL_CALL svt::JavaContext::queryInterface |
( |
const css::uno::Type & |
aType | ) |
|
|
overridevirtual |
◆ release()
| void SAL_CALL svt::JavaContext::release |
( |
| ) |
|
|
overridevirtualnoexcept |
◆ m_aRefCount
| oslInterlockedCount svt::JavaContext::m_aRefCount |
|
private |
◆ m_xHandler
| css::uno::Reference< css::task::XInteractionHandler> svt::JavaContext::m_xHandler |
|
private |
◆ m_xNextContext
| css::uno::Reference< css::uno::XCurrentContext > svt::JavaContext::m_xNextContext |
|
private |
The documentation for this class was generated from the following files: