Lines Matching refs:in

8  * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
64 /** Alters the plugin's window size in the browser window.
66 @param width [in]: the new window width
67 @param height [in]: the new window height
71 boolean setWindowSize( [in] long width, [in] long height );
77 /** Show status / hint message in browser's message area.
79 @param message [in]: the string to be displayed
81 [oneway] void showStatusMessage( [in] string message );
90 @param document [in]: the active document
91 @param servicemanager [in]: the office servicemanager
94 …[oneway] void enableScripting( [in] com::sun::star::uno::XInterface document, [in] com::sun::star:…
100 /** Creates a new stream of data produced by the plug-in and consumed by
103 @param MIMEDesc [in]: the MIME type of the plug-in to create
104 @param target [in]: the name of the target window or frame (supports _blank, _self)
105 @param data [in]: on success the outputstream will be associated with this instance
109 [in] string MIMEDesc,
110 [in] string target,
111 [in] com::sun::star::io::XActiveDataSource data
121 @param aURL [in]: the URL to be fetched
122 @param target [in]: the name of the target window or frame (supports _blank, _self)
123 @param alternativeHost [in]: alternativeHost
124 @param referrer [in]: referrer
125 @param sink [in]: the sink is notified on success
129 [in] string aURL,
130 [in] string target,
131 [in] string alternativeHost,
132 [in] string referrer,
133 [in] XPluginInstanceNotifySink sink
143 @param aURL [in]: the URL to be posted to
144 @param postData [in]: the data to be posted
145 @param target [in]: the name of the target window or frame (supports _blank, _self)
146 @param alternativeHost [in]: alternativeHost
147 @param referrer [in]: referrer
148 @param postHeaders [in]: the header to be posted
149 @param sink [in]: the sink is notified on success
153 [in] string aURL,
154 [in] com::sun::star::io::XInputStream postData,
155 [in] string target,
156 [in] string alternativeHost,
157 [in] string referrer,
158 [in] com::sun::star::io::XInputStream postHeaders,
159 [in] XPluginInstanceNotifySink sink