Kaydet (Commit) 00de339c authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Fixup over-ambitious previous revert.

There were actually some useful bits hidden in that mass-publishing
of uno api.
üst 596469d4
...@@ -120,12 +120,10 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider { ...@@ -120,12 +120,10 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider {
</p> </p>
*/ */
XDialog createDialogWithArguments( XDialog createDialogWithArguments
[in] string URL, ( [in] string URL,
[in] sequence< ::com::sun::star::beans::NamedValue > Arguments [in] sequence< ::com::sun::star::beans::NamedValue > Arguments )
) raises ( com::sun::star::lang::IllegalArgumentException );
raises ( com::sun::star::lang::IllegalArgumentException
);
}; };
//============================================================================= //=============================================================================
......
...@@ -36,17 +36,23 @@ ...@@ -36,17 +36,23 @@
module com { module sun { module star { module frame { module com { module sun { module star { module frame {
//============================================================================= //=============================================================================
/** todo document me /** an interface representing an entity with a modifyable title.
*/ */
interface XTitle : com::sun::star::uno::XInterface interface XTitle : com::sun::star::uno::XInterface
{ {
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** todo document me /** Returns the title of the object.
*
* @returns
* The title.
*/ */
string getTitle (); string getTitle ();
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** todo document me /** Sets the title of the object.
*
* @param sTitle
* The title.
*/ */
void setTitle ( [in] string sTitle ); void setTitle ( [in] string sTitle );
}; };
......
...@@ -68,9 +68,9 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface ...@@ -68,9 +68,9 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface
/** Query the current transformation matrix for this view.<p> /** Query the current transformation matrix for this view.<p>
This method returns the transformation matrix of the This method returns the transformation matrix of the
view. When notified via the transformation change listener, view. When notified via the transformation change listener,
the show will be displayed using the new transformation.<p> the show will be displayed using the new transformation.<p>
@return the view transformation matrix. Note that the slide @return the view transformation matrix. Note that the slide
show itself will paint all slides as one-by-one boxes, one show itself will paint all slides as one-by-one boxes, one
......
...@@ -132,7 +132,7 @@ interface XCanvas : ::com::sun::star::uno::XInterface ...@@ -132,7 +132,7 @@ interface XCanvas : ::com::sun::star::uno::XInterface
/** Draw a point in device resolution on the device. /** Draw a point in device resolution on the device.
@param aPoint @param aPoint
The point to draw. The point to draw.
@param aViewState @param aViewState
...@@ -153,10 +153,10 @@ interface XCanvas : ::com::sun::star::uno::XInterface ...@@ -153,10 +153,10 @@ interface XCanvas : ::com::sun::star::uno::XInterface
/** Draw a line in device resolution width (i.e. one device pixel /** Draw a line in device resolution width (i.e. one device pixel
wide). wide).
@param aStartPoint @param aStartPoint
The start point of the line to draw. The start point of the line to draw.
@param aEndPoint @param aEndPoint
The end point of the line to draw. The end point of the line to draw.
@param aViewState @param aViewState
......
...@@ -86,7 +86,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface ...@@ -86,7 +86,7 @@ interface XTextLayout : ::com::sun::star::uno::XInterface
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Query the ink bounding boxes for every glyph in the layouted /** Query the ink bounding boxes for every glyph in the layouted
text.<p> text.<p>
Ink, or tight bounding boxes in this case means that for Ink, or tight bounding boxes in this case means that for
e.g. an "a", the bounding box for the e.g. an "a", the bounding box for the
......
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
//============================================================================= //=============================================================================
/** Specify the document service of the global text module. /** Specify the document service of the global text module.
@deprecated
*/ */
service GlobalDocument service GlobalDocument
{ {
......
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
//============================================================================= //=============================================================================
/** Specify the document service of the web module. /** Specify the document service of the web module.
@deprecated
*/ */
service WebDocument service WebDocument
{ {
......
...@@ -50,6 +50,9 @@ exception CertificateValidationRequest: com::sun::star::task::ClassifiedInteract ...@@ -50,6 +50,9 @@ exception CertificateValidationRequest: com::sun::star::task::ClassifiedInteract
*/ */
com::sun::star::security::XCertificate Certificate; com::sun::star::security::XCertificate Certificate;
//-------------------------------------------------------------------------
/** The host name.
*/
string HostName; string HostName;
}; };
......
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
* *
************************************************************************/ ************************************************************************/
//i20156 - new file for xmlsecurity module
/** -- idl definition -- **/
#ifndef __com_sun_star_xml_crypto_seinitializer_idl_ #ifndef __com_sun_star_xml_crypto_seinitializer_idl_
#define __com_sun_star_xml_crypto_seinitializer_idl_ #define __com_sun_star_xml_crypto_seinitializer_idl_
......
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
* *
************************************************************************/ ************************************************************************/
//i20156 - new file for xmlsecurity module
/** -- idl definition -- **/
#ifndef __com_sun_star_xml_crypto_xseinitializer_idl_ #ifndef __com_sun_star_xml_crypto_xseinitializer_idl_
#define __com_sun_star_xml_crypto_xseinitializer_idl_ #define __com_sun_star_xml_crypto_xseinitializer_idl_
......
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
* *
************************************************************************/ ************************************************************************/
//i20156 - new file for xmlsecurity module
/** -- idl definition -- **/
#ifndef __com_sun_star_xml_crypto_xsecurityenvironment_idl_ #ifndef __com_sun_star_xml_crypto_xsecurityenvironment_idl_
#define __com_sun_star_xml_crypto_xsecurityenvironment_idl_ #define __com_sun_star_xml_crypto_xsecurityenvironment_idl_
......
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
* *
************************************************************************/ ************************************************************************/
//i20156 - new file for xmlsecurity module
/** -- idl definition -- **/
#ifndef __com_sun_star_xml_crypto_xxmlsecuritycontext_idl_ #ifndef __com_sun_star_xml_crypto_xxmlsecuritycontext_idl_
#define __com_sun_star_xml_crypto_xxmlsecuritycontext_idl_ #define __com_sun_star_xml_crypto_xxmlsecuritycontext_idl_
......
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
<p>This interface extends the interface <type>XInteractionHandler</type> <p>This interface extends the interface <type>XInteractionHandler</type>
the way that a caller can determine whether an interaction request was the way that a caller can determine whether an interaction request was
actually handled by the interaction handler.</p> actually handled by the interaction handler.</p>
@since OOo 3.2
*/ */
/* published */ interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler /* published */ interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment