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,
63 /** Alters the plugin's window size in the browser window.
65 @param width [in]: the new window width
66 @param height [in]: the new window height
70 boolean setWindowSize( [in] long width, [in] long heigth );
76 /** Show status / hint message in browser's message area.
78 @param message [in]: the string to be displayed
80 [oneway] void showStatusMessage( [in] string message );
89 @param document [in]: the active document
90 @param servicemanager [in]: the office servicemanager
93 …[oneway] void enableScripting( [in] com::sun::star::uno::XInterface document, [in] com::sun::star:…
99 /** Creates a new stream of data produced by the plug-in and consumed by
102 @param MIMEDesc [in]: the MIME type of the plug-in to create
103 @param target [in]: the name of the target window or frame (supports _blank, _self)
104 @param data [in]: on success the outputstream will be associated with this instance
108 [in] string MIMEDesc,
109 [in] string target,
110 [in] com::sun::star::io::XActiveDataSource data
120 @param aURL [in]: the URL to be fetched
121 @param target [in]: the name of the target window or frame (supports _blank, _self)
122 @param alternativeHost [in]: alternativeHost
123 @param referrer [in]: referrer
124 @param sink [in]: the sink is notified on success
128 [in] string aURL,
129 [in] string target,
130 [in] string alternativeHost,
131 [in] string referrer,
132 [in] XPluginInstanceNotifySink sink
142 @param aURL [in]: the URL to be posted to
143 @param postData [in]: the data to be posted
144 @param target [in]: the name of the target window or frame (supports _blank, _self)
145 @param alternativeHost [in]: alternativeHost
146 @param referrer [in]: referrer
147 @param postHeaders [in]: the header to be posted
148 @param sink [in]: the sink is notified on success
152 [in] string aURL,
153 [in] com::sun::star::io::XInputStream postData,
154 [in] string target,
155 [in] string alternativeHost,
156 [in] string referrer,
157 [in] com::sun::star::io::XInputStream postHeaders,
158 [in] XPluginInstanceNotifySink sink