LibreOffice Module unotest (master) 1
|
provides a small wrapper around a document view More...
Public Member Functions | |
final XController | getController () |
OfficeDocumentView (XMultiServiceFactory orb, XController controller) | |
boolean | dispatch (String i_url) throws com.sun.star.uno.Exception |
dispatches the given URL into the view, if there's a dispatcher for it More... | |
Private Member Functions | |
XDispatch | getDispatcher (URL[] aURL) throws com.sun.star.uno.Exception |
retrieves a dispatcher for the given URL, obtained at the current view of the document More... | |
boolean | dispatch (final String i_url, final PropertyValue[] i_arguments) throws com.sun.star.uno.Exception |
Private Attributes | |
final XMultiServiceFactory | m_orb |
final XController | m_controller |
provides a small wrapper around a document view
Definition at line 34 of file OfficeDocumentView.java.
|
inline |
Definition at line 46 of file OfficeDocumentView.java.
References org.openoffice.test.tools.OfficeDocumentView.m_controller, and org.openoffice.test.tools.OfficeDocumentView.m_orb.
|
inlineprivate |
Definition at line 92 of file OfficeDocumentView.java.
References org.openoffice.test.tools.OfficeDocumentView.getDispatcher(), and URL.
|
inline |
dispatches the given URL into the view, if there's a dispatcher for it
Definition at line 86 of file OfficeDocumentView.java.
References org.openoffice.test.tools.OfficeDocumentView.dispatch().
Referenced by org.openoffice.test.tools.OfficeDocumentView.dispatch().
|
inline |
Definition at line 40 of file OfficeDocumentView.java.
References org.openoffice.test.tools.OfficeDocumentView.m_controller.
|
inlineprivate |
retrieves a dispatcher for the given URL, obtained at the current view of the document
aURL | a one-element array. The first element must contain a valid <member scope="com.sun.star.util">URL::Complete</member> value. Upon return, the URL is correctly parsed. |
Definition at line 61 of file OfficeDocumentView.java.
References aURL, org.openoffice.test.tools.OfficeDocumentView.m_controller, and org.openoffice.test.tools.OfficeDocumentView.m_orb.
Referenced by org.openoffice.test.tools.OfficeDocumentView.dispatch().
|
private |
Definition at line 37 of file OfficeDocumentView.java.
Referenced by org.openoffice.test.tools.OfficeDocumentView.getController(), org.openoffice.test.tools.OfficeDocumentView.getDispatcher(), and org.openoffice.test.tools.OfficeDocumentView.OfficeDocumentView().
|
private |
Definition at line 36 of file OfficeDocumentView.java.
Referenced by org.openoffice.test.tools.OfficeDocumentView.getDispatcher(), and org.openoffice.test.tools.OfficeDocumentView.OfficeDocumentView().