Kaydet (Commit) 1db2b85d authored tarafından Malte Timmermann's avatar Malte Timmermann

#82889# Changed IDL file name and service name

üst 8e02efd5
/*************************************************************************
*
* $RCSfile: UnoControlButton.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:33:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoButtonControl_idl__
#define __com_sun_star_awt_UnoButtonControl_idl__
#ifndef __com_sun_star_awt_UnoControl_idl__
#include <com/sun/star/awt/UnoControl.idl>
#endif
#ifndef __com_sun_star_awt_XButton_idl__
#include <com/sun/star/awt/XButton.idl>
#endif
#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
#include <com/sun/star/awt/XLayoutConstrains.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoButtonControl
/** specifies a button control.
*/
service UnoControlButton
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XButton;
// DocMerge: empty anyway
interface com::sun::star::awt::XLayoutConstrains;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:10 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:50 hjs
initial import
Revision 1.4 2000/09/11 11:52:06 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:51 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlCheckBox.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:33:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoCheckBoxControl_idl__
#define __com_sun_star_awt_UnoCheckBoxControl_idl__
#ifndef __com_sun_star_awt_UnoControl_idl__
#include <com/sun/star/awt/UnoControl.idl>
#endif
#ifndef __com_sun_star_awt_XCheckBox_idl__
#include <com/sun/star/awt/XCheckBox.idl>
#endif
#ifndef __com_sun_star_awt_XItemListener_idl__
#include <com/sun/star/awt/XItemListener.idl>
#endif
#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
#include <com/sun/star/awt/XLayoutConstrains.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoCheckBoxControl
/** specifies a check-box control.
*/
service UnoControlCheckBox
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XCheckBox;
// DocMerge: empty anyway
interface com::sun::star::awt::XItemListener;
// DocMerge: empty anyway
interface com::sun::star::awt::XLayoutConstrains;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:10 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:50 hjs
initial import
Revision 1.4 2000/09/11 11:52:06 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:51 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlComboBox.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:33:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoComboBoxControl_idl__
#define __com_sun_star_awt_UnoComboBoxControl_idl__
#ifndef __com_sun_star_awt_UnoEditControl_idl__
#include <com/sun/star/awt/UnoEditControl.idl>
#endif
#ifndef __com_sun_star_awt_XComboBox_idl__
#include <com/sun/star/awt/XComboBox.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoComboBoxControl
/** specifies a control for a combo-box (list box plus edit field).
*/
service UnoControlComboBox
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoEditControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XComboBox;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:10 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:50 hjs
initial import
Revision 1.4 2000/09/11 11:52:06 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:51 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlCurrencyField.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:34:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoCurrencyFieldControl_idl__
#define __com_sun_star_awt_UnoCurrencyFieldControl_idl__
#ifndef __com_sun_star_awt_UnoEditControl_idl__
#include <com/sun/star/awt/UnoEditControl.idl>
#endif
#ifndef __com_sun_star_awt_XCurrencyField_idl__
#include <com/sun/star/awt/XCurrencyField.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoCurrencyFieldControl
/** specifies a field to display and edit a currency value.
*/
service UnoControlCurrencyField
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoEditControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XCurrencyField;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:11 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:51 hjs
initial import
Revision 1.4 2000/09/11 11:52:07 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:52 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlEdit.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:34:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoEditControl_idl__
#define __com_sun_star_awt_UnoEditControl_idl__
#ifndef __com_sun_star_awt_UnoControl_idl__
#include <com/sun/star/awt/UnoControl.idl>
#endif
#ifndef __com_sun_star_awt_XTextComponent_idl__
#include <com/sun/star/awt/XTextComponent.idl>
#endif
#ifndef __com_sun_star_awt_XTextListener_idl__
#include <com/sun/star/awt/XTextListener.idl>
#endif
#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
#include <com/sun/star/awt/XLayoutConstrains.idl>
#endif
#ifndef __com_sun_star_awt_XTextLayoutConstrains_idl__
#include <com/sun/star/awt/XTextLayoutConstrains.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoEditControl
/** specifies that <type scope="com::sun::star::awt">UnoEditControl</type> implements an edit control
based on <type>UnoControl</type>.
*/
service UnoControlEdit
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XTextComponent;
// DocMerge: empty anyway
interface com::sun::star::awt::XTextListener;
// DocMerge: empty anyway
interface com::sun::star::awt::XLayoutConstrains;
// DocMerge: empty anyway
interface com::sun::star::awt::XTextLayoutConstrains;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:11 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:51 hjs
initial import
Revision 1.4 2000/09/11 11:52:07 mi
documentation merged from XML
Revision 1.2 2000/02/07 11:24:15 mi
zu #70728# missing documentation marked
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlFileControl.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:34:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoFileControl_idl__
#define __com_sun_star_awt_UnoFileControl_idl__
#ifndef __com_sun_star_awt_UnoEditControl_idl__
#include <com/sun/star/awt/UnoEditControl.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoFileControl
/** specifies that <type scope="com::sun::star::awt">UnoFileControl</type> extends
the <type scope="com::sun::star::awt">UnoEditControl</type> with a file dialog.
*/
service UnoControlFileControl
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoEditControl;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:11 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:51 hjs
initial import
Revision 1.4 2000/09/11 11:52:07 mi
documentation merged from XML
Revision 1.2 2000/02/07 11:24:15 mi
zu #70728# missing documentation marked
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlFixedText.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:34:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoFixedTextControl_idl__
#define __com_sun_star_awt_UnoFixedTextControl_idl__
#ifndef __com_sun_star_awt_UnoControl_idl__
#include <com/sun/star/awt/UnoControl.idl>
#endif
#ifndef __com_sun_star_awt_XFixedText_idl__
#include <com/sun/star/awt/XFixedText.idl>
#endif
#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
#include <com/sun/star/awt/XLayoutConstrains.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoFixedTextControl
/** specifies a control to display a fixed text.
*/
service UnoControlFixedText
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XFixedText;
// DocMerge: empty anyway
interface com::sun::star::awt::XLayoutConstrains;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:11 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:51 hjs
initial import
Revision 1.4 2000/09/11 11:52:07 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:52 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlGroupBox.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:34:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoGroupBoxControl_idl__
#define __com_sun_star_awt_UnoGroupBoxControl_idl__
#ifndef __com_sun_star_awt_UnoControl_idl__
#include <com/sun/star/awt/UnoControl.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoGroupBoxControl
/** specifies a group box control.
*/
service UnoControlGroupBox
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoControl;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:11 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:51 hjs
initial import
Revision 1.4 2000/09/11 11:52:07 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:52 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlImageControl.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:34:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoImageControl_idl__
#define __com_sun_star_awt_UnoImageControl_idl__
#ifndef __com_sun_star_awt_UnoControl_idl__
#include <com/sun/star/awt/UnoControl.idl>
#endif
#ifndef __com_sun_star_awt_XImageConsumer_idl__
#include <com/sun/star/awt/XImageConsumer.idl>
#endif
#ifndef __com_sun_star_awt_XImageProducer_idl__
#include <com/sun/star/awt/XImageProducer.idl>
#endif
#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
#include <com/sun/star/awt/XLayoutConstrains.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoImageControl
/** specifies a control to display an image.
*/
service UnoControlImageControl
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XImageConsumer;
// DocMerge: empty anyway
interface com::sun::star::awt::XImageProducer;
// DocMerge: empty anyway
interface com::sun::star::awt::XLayoutConstrains;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:11 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:51 hjs
initial import
Revision 1.4 2000/09/11 11:52:07 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:52 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlListBox.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:35:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoListBoxControl_idl__
#define __com_sun_star_awt_UnoListBoxControl_idl__
#ifndef __com_sun_star_awt_UnoControl_idl__
#include <com/sun/star/awt/UnoControl.idl>
#endif
#ifndef __com_sun_star_awt_XListBox_idl__
#include <com/sun/star/awt/XListBox.idl>
#endif
#ifndef __com_sun_star_awt_XItemListener_idl__
#include <com/sun/star/awt/XItemListener.idl>
#endif
#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
#include <com/sun/star/awt/XLayoutConstrains.idl>
#endif
#ifndef __com_sun_star_awt_XTextLayoutConstrains_idl__
#include <com/sun/star/awt/XTextLayoutConstrains.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoListBoxControl
/** specifies a list box control.
<p>A list box displays a list of strings and allows a selection within
these.</p>
*/
service UnoControlListBox
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XListBox;
// DocMerge: empty anyway
interface com::sun::star::awt::XItemListener;
// DocMerge: empty anyway
interface com::sun::star::awt::XLayoutConstrains;
// DocMerge: empty anyway
interface com::sun::star::awt::XTextLayoutConstrains;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:11 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:51 hjs
initial import
Revision 1.4 2000/09/11 11:52:07 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:52 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlNumericField.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:35:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoNumericFieldControl_idl__
#define __com_sun_star_awt_UnoNumericFieldControl_idl__
#ifndef __com_sun_star_awt_UnoEditControl_idl__
#include <com/sun/star/awt/UnoEditControl.idl>
#endif
#ifndef __com_sun_star_awt_XNumericField_idl__
#include <com/sun/star/awt/XNumericField.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoNumericFieldControl
/** specifies a field to display and edit a numeric value.
<p>A numeric field makes it possible to enter, display, and edit
a formatted numeric value.</p>
*/
service UnoControlNumericField
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoEditControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XNumericField;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:11 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:51 hjs
initial import
Revision 1.4 2000/09/11 11:52:07 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:52 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlPatternField.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:35:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoPatternFieldControl_idl__
#define __com_sun_star_awt_UnoPatternFieldControl_idl__
#ifndef __com_sun_star_awt_UnoEditControl_idl__
#include <com/sun/star/awt/UnoEditControl.idl>
#endif
#ifndef __com_sun_star_awt_XPatternField_idl__
#include <com/sun/star/awt/XPatternField.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoPatternFieldControl
/** specifies a control to display and edit a string according to a pattern.
<p>A pattern field makes it possible to enter, display, and edit
text which conforms to a specified pattern.</p>
*/
service UnoControlPatternField
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoEditControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XPatternField;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:11 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:51 hjs
initial import
Revision 1.4 2000/09/11 11:52:07 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:52 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlRadioButton.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:35:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoButtonControl_idl__
#define __com_sun_star_awt_UnoButtonControl_idl__
#ifndef __com_sun_star_awt_UnoControl_idl__
#include <com/sun/star/awt/UnoControl.idl>
#endif
#ifndef __com_sun_star_awt_XRadioButton_idl__
#include <com/sun/star/awt/XRadioButton.idl>
#endif
#ifndef __com_sun_star_awt_XLayoutConstrains_idl__
#include <com/sun/star/awt/XLayoutConstrains.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoRadioButtonControl
/** specifies a button control.
*/
service UnoControlRadioButton
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XRadioButton;
// DocMerge: empty anyway
interface com::sun::star::awt::XLayoutConstrains;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.5 2001/03/20 09:44:25 kz
chg. include ..XButton -> XRadioButton
Revision 1.4 2001/03/19 12:56:29 mt
UnoRadioButtonControl
Revision 1.3 2000/11/08 12:42:10 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:50 hjs
initial import
Revision 1.4 2000/09/11 11:52:06 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:51 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
/*************************************************************************
*
* $RCSfile: UnoControlTimeField.idl,v $
*
* $Revision: 1.1 $
*
* last change: $Author: mt $ $Date: 2001-03-30 16:35:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef __com_sun_star_awt_UnoTimeFieldControl_idl__
#define __com_sun_star_awt_UnoTimeFieldControl_idl__
#ifndef __com_sun_star_awt_UnoEditControl_idl__
#include <com/sun/star/awt/UnoEditControl.idl>
#endif
#ifndef __com_sun_star_awt_XTimeField_idl__
#include <com/sun/star/awt/XTimeField.idl>
#endif
//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
// DocMerge from xml: service com::sun::star::awt::UnoTimeFieldControl
/** specifies a control to display and edit a time value.
<p>A time field makes it possible to enter, display, and edit time values.</p>
*/
service UnoControlTimeField
{
// DocMerge: empty anyway
service com::sun::star::awt::UnoEditControl;
// DocMerge: empty anyway
interface com::sun::star::awt::XTimeField;
};
//=============================================================================
}; }; }; };
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.3 2000/11/08 12:42:11 mi
moved from api
Revision 1.1.1.1 2000/09/18 23:34:51 hjs
initial import
Revision 1.4 2000/09/11 11:52:07 mi
documentation merged from XML
Revision 1.2 2000/05/16 12:19:52 mi
documentation
Revision 1.1.1.1 1999/11/11 09:48:40 jsc
new
=============================================================================*/
#endif
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