Methods' Details |
getValue
- Description
- Requests global application parameters like display connection
on UNIX systems.
- Parameter xPlugin
- plugin
- Parameter aVariable
- variable
- Returns
- value
|
|
getURLNotify
- Description
- Requests a notification of completion of the operation on an URL.
- Parameter plugin
- plugin
- Parameter url
- url
- Parameter target
- target frame
- Parameter listener
- event listener
|
|
getURL
- Description
- Requests an URL to be loaded into the frame target.
- Parameter plugin
- plugin
- Parameter url
- url
- Parameter target
- target frame
|
|
postURLNotify
void |
postURLNotify( |
[in] XPlugin |
plugin, |
| [in] string |
url, |
| [in] string |
target, |
| [in] sequence< byte > |
buf, |
| [in] boolean |
file, |
| [in] ::com::sun::star::lang::XEventListener |
listener ) |
raises( |
PluginException ); |
- Description
- Posts data from a buffer or file to an URL and receives a
notification upon completion.
- Parameter plugin
- plugin
- Parameter url
- url
- Parameter target
- target frame
- Parameter buf
- data
- Parameter file
- whether data is from file
- Parameter listener
- event listener
|
|
postURL
void |
postURL( |
[in] XPlugin |
plugin, |
| [in] string |
url, |
| [in] string |
target, |
| [in] sequence< byte > |
buf, |
| [in] boolean |
file ) |
raises( |
PluginException ); |
- Description
- Posts data from a buffer or file to an URL.
- Parameter plugin
- plugin
- Parameter url
- url
- Parameter target
- target frame
- Parameter buf
- data
- Parameter file
- whether data is from file
|
|
newStream
- Description
- Requests a new stream that is created by the plugin and consumed
by the browser.
- Parameter plugin
- plugin
- Parameter mimetype
- mime type
- Parameter target
- target frame
- Parameter aSource
- data source
|
|
displayStatusText
- Description
- Displays a message in the browser status line.
- Parameter plugin
- plugin
- Parameter message
- message
|
|
getUserAgent
- Description
- Returns an application dependent identification string.
This is the same string that is transmitted by a browser to an http server.
- Parameter plugin
- plugin
- Returns
- id
|
|
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.