summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
commitcb052b66e6e945ae51f93baf28a53c9a5ad07d2e (patch)
treea8ea17ad9c564e34d8a1b91012fa4e5962353af3 /offapi/com/sun/star/style
parent2503ca170abbf7dc9faebe97369b8a67d9423cea (diff)
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/XDefaultsSupplier.idl5
-rw-r--r--offapi/com/sun/star/style/XStyle.idl14
-rw-r--r--offapi/com/sun/star/style/XStyleCondition.idl8
-rw-r--r--offapi/com/sun/star/style/XStyleFamiliesSupplier.idl8
-rw-r--r--offapi/com/sun/star/style/XStyleLoader.idl8
5 files changed, 25 insertions, 18 deletions
diff --git a/offapi/com/sun/star/style/XDefaultsSupplier.idl b/offapi/com/sun/star/style/XDefaultsSupplier.idl
index 50c4fa50a00e..31977a9cf32d 100644
--- a/offapi/com/sun/star/style/XDefaultsSupplier.idl
+++ b/offapi/com/sun/star/style/XDefaultsSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDefaultsSupplier.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2001-01-28 16:25:37 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,6 @@
either be the parent of a XPropertySet or the global property defaults
for a document.
*/
-[ uik(7F60BC27-EB20-4473-84B4A2D1-9F090F5D), ident( "XDefaultsSupplier", 1.0 ) ]
interface XDefaultsSupplier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/style/XStyle.idl b/offapi/com/sun/star/style/XStyle.idl
index a8c1ea2eeb48..ac26c860ac8d 100644
--- a/offapi/com/sun/star/style/XStyle.idl
+++ b/offapi/com/sun/star/style/XStyle.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStyle.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:12 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,6 @@
// DocMerge from xml: interface com::sun::star::style::XStyle
/** specifies a template for a style (aka style sheet).
*/
-[ uik(E2280500-33D6-11D1-AABE00A0-249D5590), ident( "XStyle", 1.0 ) ]
interface XStyle: com::sun::star::container::XNamed
{
//-------------------------------------------------------------------------
@@ -87,7 +86,7 @@ interface XStyle: com::sun::star::container::XNamed
// DocMerge from xml: method com::sun::star::style::XStyle::isUserDefined
/** identifies a style as defined by the user.
*/
- [const] boolean isUserDefined();
+ boolean isUserDefined();
//-------------------------------------------------------------------------
@@ -95,7 +94,7 @@ interface XStyle: com::sun::star::container::XNamed
/** @returns
<TRUE/> if this type is used in the document.
*/
- [const] boolean isInUse();
+ boolean isInUse();
//-------------------------------------------------------------------------
@@ -103,7 +102,7 @@ interface XStyle: com::sun::star::container::XNamed
/** @returns
the name of the parent style, probably empty.
*/
- [const] string getParentStyle();
+ string getParentStyle();
//-------------------------------------------------------------------------
@@ -122,6 +121,9 @@ interface XStyle: com::sun::star::container::XNamed
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:12 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:54 hjs
initial import
diff --git a/offapi/com/sun/star/style/XStyleCondition.idl b/offapi/com/sun/star/style/XStyleCondition.idl
index 73cec0c472f5..c6d630b55f68 100644
--- a/offapi/com/sun/star/style/XStyleCondition.idl
+++ b/offapi/com/sun/star/style/XStyleCondition.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStyleCondition.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:12 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,6 @@
/** This interface makes it possible to access conditional styles of the
object.
*/
-[ uik(E2280501-33D6-11D1-AABE00A0-249D5590), ident( "XStyleCondition", 1.0 ) ]
interface XStyleCondition: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -104,6 +103,9 @@ interface XStyleCondition: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:12 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:54 hjs
initial import
diff --git a/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl b/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl
index 43942e5a8243..1bd5f58e7119 100644
--- a/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl
+++ b/offapi/com/sun/star/style/XStyleFamiliesSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStyleFamiliesSupplier.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:18 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,6 @@
/** This interface provides access to the style families within the
container document.
*/
-[ uik(E2280503-33D6-11D1-AABE00A0-249D5590), ident( "XStyleFamiliesSupplier", 1.0 ) ]
interface XStyleFamiliesSupplier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -100,6 +99,9 @@ interface XStyleFamiliesSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/21 08:35:18 mi
+ @see interface/service/... ident -> @see ident - for new docu generator
+
Revision 1.3 2000/11/08 12:44:12 mi
moved from api
diff --git a/offapi/com/sun/star/style/XStyleLoader.idl b/offapi/com/sun/star/style/XStyleLoader.idl
index 835d74240a7f..d0c881ea7a39 100644
--- a/offapi/com/sun/star/style/XStyleLoader.idl
+++ b/offapi/com/sun/star/style/XStyleLoader.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStyleLoader.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2001-02-22 16:19:34 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,6 @@
// DocMerge from xml: interface com::sun::star::style::XStyleLoader
/** enables the object to import styles from documents.
*/
-[ uik(E2280502-33D6-11D1-AABE00A0-249D5590), ident( "XStyleLoader", 1.0 ) ]
interface XStyleLoader: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -130,6 +129,9 @@ interface XStyleLoader: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/02/22 16:19:34 os
+ description changed
+
Revision 1.4 2000/12/14 12:53:42 mi
<true></true> -> <TRUE/> and same with FALSE