1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef __com_sun_star_awt_XDialog2_idl__
3 #define __com_sun_star_awt_XDialog2_idl__
5 #include
<com
/sun
/star
/awt
/XDialog.idl
>
8 //=============================================================================
10 module com
{ module sun
{ module star
{ module awt
{
12 //=============================================================================
14 /** Makes it possible to end a dialog and set a help id.
18 published
interface XDialog2
: com
::sun
::star
::awt
::XDialog
20 /** hides the dialog and then causes <member>XDialog::execute</member>
21 to return with the given result value.
23 void endDialog
( [in] long Result
);
24 /** sets the help id so that the standard help button action will
25 show the appropriate help page.
27 void setHelpId
( [in] string Id );
30 //=============================================================================
36 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */