LibreOffice
LibreOffice 5.1 SDK API Reference
XPluginContext.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef __com_sun_star_plugin_XPluginContext_idl__
20 #define __com_sun_star_plugin_XPluginContext_idl__
21 
23 
25 
27 
29 
31 
33 
34 
35 
36  module com { module sun { module star { module plugin {
37 
38 
43 {
53  string getValue( [in] com::sun::star::plugin::XPlugin xPlugin,
56 
68  void getURLNotify( [in] com::sun::star::plugin::XPlugin plugin,
69  [in] string url,
70  [in] string target,
73 
83  void getURL( [in] com::sun::star::plugin::XPlugin plugin,
84  [in] string url,
85  [in] string target )
87 
104  void postURLNotify( [in] com::sun::star::plugin::XPlugin plugin,
105  [in] string url,
106  [in] string target,
107  [in] sequence<byte> buf,
108  [in] boolean file,
111 
125  void postURL( [in] com::sun::star::plugin::XPlugin plugin,
126  [in] string url,
127  [in] string target,
128  [in] sequence<byte> buf,
129  [in] boolean file )
131 
144  void newStream( [in] com::sun::star::plugin::XPlugin plugin,
145  [in] string mimetype,
146  [in] string target,
149 
157  void displayStatusText( [in] com::sun::star::plugin::XPlugin plugin,
158  [in] string message )
160 
168  string getUserAgent( [in] com::sun::star::plugin::XPlugin plugin )
170 };
171 
172 
173 }; }; }; };
174 
175 #endif
176 
177 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
has to be implemented if the class should be able to write into an output stream. ...
Definition: XActiveDataSource.idl:34
base interface for all event listeners interfaces.
Definition: XEventListener.idl:32
Definition: Ambiguous.idl:22
Interface receiving calls from a plugin library.
Definition: XPluginContext.idl:42
PluginVariable
Describes the possible parameters to XPluginContext::getValue.
Definition: PluginVariable.idl:30
This interface allows the container, e.g.
Definition: XPlugin.idl:35
Indicates that an error occurred in an NPN or NPP function call.
Definition: PluginException.idl:35
base interface of all UNO interfaces
Definition: XInterface.idl:47