#93673# Add optional 'XMultiPropertyStates' interface
This commit is contained in:
parent
b9ef694cd9
commit
3da920bc85
1 changed files with 10 additions and 26 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: Style.idl,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: mi $ $Date: 2001-10-25 15:50:46 $
|
||||
* last change: $Author: mtg $ $Date: 2001-10-29 16:06:30 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -65,6 +65,10 @@
|
|||
#include <com/sun/star/style/XStyle.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_beans_XMultiPropertyStates_idl__
|
||||
#include <com/sun/star/beans/XMultiPropertyStates.idl>
|
||||
#endif
|
||||
|
||||
|
||||
//=============================================================================
|
||||
|
||||
|
@ -79,6 +83,10 @@ service Style
|
|||
{
|
||||
// DocMerge: empty anyway
|
||||
interface com::sun::star::style::XStyle;
|
||||
|
||||
/* This optional interface is available as an optimisation, allowing users
|
||||
to use 'setAllPropertiesToDefault', for example. */
|
||||
[optional] interface com::sun::star::beans::XMultiPropertyStates;
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
// DocMerge from xml: property com::sun::star::style::Style::IsPhysical
|
||||
|
@ -122,28 +130,4 @@ service Style
|
|||
//=============================================================================
|
||||
|
||||
}; }; }; };
|
||||
|
||||
/*=============================================================================
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.3 2000/11/08 12:44:12 mi
|
||||
moved from api
|
||||
|
||||
Revision 1.2 2000/10/10 09:30:02 os
|
||||
#79332# IsPhysical and DisplayName now readonly
|
||||
|
||||
Revision 1.1.1.1 2000/09/18 23:35:54 hjs
|
||||
initial import
|
||||
|
||||
Revision 1.4 2000/09/11 11:52:56 mi
|
||||
documentation merged from XML
|
||||
|
||||
Revision 1.2 2000/06/28 13:25:30 os
|
||||
new properties
|
||||
|
||||
Revision 1.1.1.1 1999/11/11 09:48:45 jsc
|
||||
new
|
||||
|
||||
|
||||
=============================================================================*/
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue