diff options
-rw-r--r-- | offapi/com/sun/star/configuration/AccessRootElement.idl | 5 | ||||
-rw-r--r-- | offapi/com/sun/star/configuration/ConfigurationAccess.idl | 5 | ||||
-rw-r--r-- | offapi/com/sun/star/configuration/ConfigurationProvider.idl | 11 | ||||
-rw-r--r-- | offapi/com/sun/star/configuration/ConfigurationRegistry.idl | 5 | ||||
-rw-r--r-- | offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl | 13 | ||||
-rw-r--r-- | offapi/com/sun/star/configuration/GroupAccess.idl | 5 | ||||
-rw-r--r-- | offapi/com/sun/star/configuration/GroupElement.idl | 5 | ||||
-rw-r--r-- | offapi/com/sun/star/configuration/GroupUpdate.idl | 5 | ||||
-rw-r--r-- | offapi/com/sun/star/table/XCellRange.idl | 11 | ||||
-rw-r--r-- | offapi/com/sun/star/text/BaseFrame.idl | 54 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl | 5 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/XAnyCompare.idl | 8 | ||||
-rw-r--r-- | offapi/util/makefile.mk | 8 | ||||
-rw-r--r-- | offapi/util/regfilter.sed | 2 |
14 files changed, 85 insertions, 57 deletions
diff --git a/offapi/com/sun/star/configuration/AccessRootElement.idl b/offapi/com/sun/star/configuration/AccessRootElement.idl index a34dbfd3c..8685d2251 100644 --- a/offapi/com/sun/star/configuration/AccessRootElement.idl +++ b/offapi/com/sun/star/configuration/AccessRootElement.idl @@ -2,9 +2,9 @@ * * $RCSfile: AccessRootElement.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: arellano $ $Date: 2001-02-22 19:39:03 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -212,3 +212,4 @@ service AccessRootElement }; }; }; }; #endif + diff --git a/offapi/com/sun/star/configuration/ConfigurationAccess.idl b/offapi/com/sun/star/configuration/ConfigurationAccess.idl index 0e1330c91..c1be86583 100644 --- a/offapi/com/sun/star/configuration/ConfigurationAccess.idl +++ b/offapi/com/sun/star/configuration/ConfigurationAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: ConfigurationAccess.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: arellano $ $Date: 2001-02-27 00:38:55 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -320,3 +320,4 @@ service ConfigurationAccess }; }; }; }; #endif + diff --git a/offapi/com/sun/star/configuration/ConfigurationProvider.idl b/offapi/com/sun/star/configuration/ConfigurationProvider.idl index c60062c62..9b6d73bab 100644 --- a/offapi/com/sun/star/configuration/ConfigurationProvider.idl +++ b/offapi/com/sun/star/configuration/ConfigurationProvider.idl @@ -2,9 +2,9 @@ * * $RCSfile: ConfigurationProvider.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -129,7 +129,7 @@ service ConfigurationProvider so that the parameters can be identified by name rather than by position. </p> - <!-- Dennis: Is the <member> suppose to have a formatting effect on the HTML? --> + <!-- Dennis: Is the member suppose to have a formatting effect on the HTML? --> <p>What combinations of arguments are supported depends on the service name. </p> @@ -220,11 +220,11 @@ service ConfigurationProvider at some later time. If <FALSE/>, the cache must operate in <em>write-through</em> mode, where updates are written to persistent storage at once - that is before - <member scope="com::sun::star::util>XChangesBatch::commitChanges</member> + <member scope="com::sun::star::util">XChangesBatch::commitChanges</member> returns. </dt> - <!-- Dennis: the data in the <member> is not being displayed. --> + <!-- Dennis: the data in the member is not being displayed. --> <dd><code>"nocache"</code> : <atom>boolean</atom></dd> <dt>specifies that data for the view is not taken from the cache, but @@ -274,3 +274,4 @@ service ConfigurationProvider }; }; }; }; #endif + diff --git a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl index 0cd0d710f..d0d4ac24f 100644 --- a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl +++ b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl @@ -2,9 +2,9 @@ * * $RCSfile: ConfigurationRegistry.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:03:24 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,3 +123,4 @@ service ConfigurationRegistry #endif + diff --git a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl index 43f77289a..816bac3a4 100644 --- a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl +++ b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl @@ -2,13 +2,9 @@ * * $RCSfile: ConfigurationUpdateAccess.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * -<<<<<<< ConfigurationUpdateAccess.idl - * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $ -======= - * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $ ->>>>>>> 1.4 + * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +91,7 @@ module com { module sun { module star { module configuration { <p>Descendants of this service also implement this service (and so on recursively), unless they are marked <em>read-only</em> in the schema (which is indicated by attribute - <const scope="com::sun::star::beans>PropertyAttribute::READONLY</const>), + <const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>), in which case they only need implement <type>ConfigurationAccess</type>. </p> @@ -118,7 +114,7 @@ module com { module sun { module star { module configuration { <li><em>Element</em> role: The root element of a modifiable tree provides extended functionality to control processing of changes for the entire tree (fragment) by - supporting <type scope="com::sun::star::util>XChangesBatch</type>. + supporting <type scope="com::sun::star::util">XChangesBatch</type>. For elements of a <em>set</em> or a <em>group</em> no additinal interfaces are supported. </li> @@ -191,3 +187,4 @@ service ConfigurationUpdateAccess }; }; }; }; #endif + diff --git a/offapi/com/sun/star/configuration/GroupAccess.idl b/offapi/com/sun/star/configuration/GroupAccess.idl index 5feab3f8d..ed996fd36 100644 --- a/offapi/com/sun/star/configuration/GroupAccess.idl +++ b/offapi/com/sun/star/configuration/GroupAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: GroupAccess.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -197,3 +197,4 @@ service GroupAccess }; }; }; }; #endif + diff --git a/offapi/com/sun/star/configuration/GroupElement.idl b/offapi/com/sun/star/configuration/GroupElement.idl index f9fc575cd..6f83d9c04 100644 --- a/offapi/com/sun/star/configuration/GroupElement.idl +++ b/offapi/com/sun/star/configuration/GroupElement.idl @@ -2,9 +2,9 @@ * * $RCSfile: GroupElement.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,3 +122,4 @@ service GroupElement }; }; }; }; #endif + diff --git a/offapi/com/sun/star/configuration/GroupUpdate.idl b/offapi/com/sun/star/configuration/GroupUpdate.idl index 338a518fd..7be6110e4 100644 --- a/offapi/com/sun/star/configuration/GroupUpdate.idl +++ b/offapi/com/sun/star/configuration/GroupUpdate.idl @@ -2,9 +2,9 @@ * * $RCSfile: GroupUpdate.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: arellano $ $Date: 2001-03-01 01:19:50 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,3 +131,4 @@ service GroupUpdate }; }; }; }; #endif + diff --git a/offapi/com/sun/star/table/XCellRange.idl b/offapi/com/sun/star/table/XCellRange.idl index 1c4452dd5..2c4d19444 100644 --- a/offapi/com/sun/star/table/XCellRange.idl +++ b/offapi/com/sun/star/table/XCellRange.idl @@ -2,9 +2,9 @@ * * $RCSfile: XCellRange.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-21 08:35:19 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,8 +97,6 @@ interface XCellRange: com::sun::star::uno::XInterface @param nRow is the row index of the cell. - - @see */ com::sun::star::table::XCell getCellByPosition( [in] long nColumn, [in] long nRow ) @@ -121,8 +119,6 @@ interface XCellRange: com::sun::star::uno::XInterface @param nBottom is the row index of the last cell. - - @see */ com::sun::star::table::XCellRange getCellRangeByPosition( [in] long nLeft, [in] long nTop, @@ -145,6 +141,9 @@ interface XCellRange: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/12/21 08:35:19 mi + @see interface/service/... ident -> @see ident - for new docu generator + Revision 1.3 2000/11/08 12:44:19 mi moved from api diff --git a/offapi/com/sun/star/text/BaseFrame.idl b/offapi/com/sun/star/text/BaseFrame.idl index 1f07aefdc..4534d6b4a 100644 --- a/offapi/com/sun/star/text/BaseFrame.idl +++ b/offapi/com/sun/star/text/BaseFrame.idl @@ -2,9 +2,9 @@ * * $RCSfile: BaseFrame.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: os $ $Date: 2001-03-12 12:25:25 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,27 +161,35 @@ service BaseFrame [property] string BackGraphicFilter; //------------------------------------------------------------------------- - /** determines the position of the background graphic.@see GraphicLocation + /** determines the position of the background graphic. */ [property] com::sun::star::style::GraphicLocation BackGraphicLocation; //------------------------------------------------------------------------- - /** contains the left border of the object.@see com::sun::star::table::BorderLine + /** contains the left border of the object. + + @see BaseFrame::com::sun::star::table::BorderLine */ [property] com::sun::star::table::BorderLine LeftBorder; //------------------------------------------------------------------------- - /** contains the right border of the object.@see com::sun::star::table::BorderLine + /** contains the right border of the object. + + @see BaseFrame::com::sun::star::table::BorderLine */ [property] com::sun::star::table::BorderLine RightBorder; //------------------------------------------------------------------------- - /** contains the top border of the object.@see com::sun::star::table::BorderLine + /** contains the top border of the object. + + @see BaseFrame::com::sun::star::table::BorderLine */ [property] com::sun::star::table::BorderLine TopBorder; //------------------------------------------------------------------------- - /** contains the bottom border of the object.@see com::sun::star::table::BorderLine + /** contains the bottom border of the object. + + @see BaseFrame::com::sun::star::table::BorderLine */ [property] com::sun::star::table::BorderLine BottomBorder; @@ -277,7 +285,9 @@ service BaseFrame */ [property] boolean IsSyncHeightToWidth; //------------------------------------------------------------------------- - /** determines the horizontal orientation of the object.@see HoriOrientation + /** determines the horizontal orientation of the object. + + @see BaseFrame::HoriOrientation */ [property] short HoriOrient; //------------------------------------------------------------------------- @@ -288,12 +298,16 @@ service BaseFrame //------------------------------------------------------------------------- /** determines the environment of the object to which the orientation - is related.@see RelOrientation + is related. + + @see BaseFrame::RelOrientation */ [property] short HoriOrientRelation; //------------------------------------------------------------------------- - /** determines the vertical orientation of the object.@see VertOrientation + /** determines the vertical orientation of the object. + + @see BaseFrame::VertOrientation */ [property] short VertOrient; @@ -307,7 +321,9 @@ service BaseFrame //------------------------------------------------------------------------- - /** determines the environment of the object to which the orientation is related.@see RelOrientation + /** determines the environment of the object to which the orientation is related. + + @see BaseFrame::RelOrientation */ [property] short VertOrientRelation; @@ -347,7 +363,7 @@ service BaseFrame [property] boolean Print; //------------------------------------------------------------------------- - /** contains the type of the shadow of the object.@see ShadowFormat + /** contains the type of the shadow of the object. */ [property] com::sun::star::table::ShadowFormat ShadowFormat; @@ -357,8 +373,10 @@ service BaseFrame [property] boolean ServerMap; //------------------------------------------------------------------------- - /** contains the size of the object.@see Height - @see Width + /** contains the size of the object. + + @see BaseFrame::Height + @see BaseFrame::Width */ [property] com::sun::star::awt::Size Size; @@ -367,7 +385,9 @@ service BaseFrame */ [property] boolean SizeProtected; //------------------------------------------------------------------------- - /** determines the type of the surrounding text.@see WrapTextMode + /** determines the type of the surrounding text. + + @see BaseFrame::WrapTextMode */ [property] short Surround; @@ -380,7 +400,9 @@ service BaseFrame //------------------------------------------------------------------------- - /** contains the wrapping of the object.@see WrapTextMode + /** contains the wrapping of the object. + + @see BaseFrame::WrapTextMode */ [property] short TextWrap; diff --git a/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl b/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl index fbf4c6541..1a9593d06 100644 --- a/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl +++ b/offapi/com/sun/star/ucb/InteractiveWrongMediumException.idl @@ -2,9 +2,9 @@ * * $RCSfile: InteractiveWrongMediumException.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,3 +86,4 @@ exception InteractiveWrongMediumException: com::sun::star::task::ClassifiedInter }; }; }; }; #endif + diff --git a/offapi/com/sun/star/ucb/XAnyCompare.idl b/offapi/com/sun/star/ucb/XAnyCompare.idl index 95e2b4ded..59edf07d6 100644 --- a/offapi/com/sun/star/ucb/XAnyCompare.idl +++ b/offapi/com/sun/star/ucb/XAnyCompare.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAnyCompare.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kso $ $Date: 2001-02-09 13:05:25 $ + * last change: $Author: mi $ $Date: 2001-03-12 12:56:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,14 +70,14 @@ module com { module sun { module star { module ucb { //============================================================================= -/** compares two <type scope=com:.sun::star::uno">Any</type>s. +/** compares two <type scope="com::sun::star::uno">Any</type>s. */ [ uik(C95ED4C1-3B9A-11d4-8B150010-4BCAF449), ident( "XAnyCompare", 1.0 ) ] interface XAnyCompare: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** allows comparision of two <type scope=com:.sun::star::uno">Any</type>s. + /** allows comparision of two <type scope="com::sun::star::uno">Any</type>s. @param Any1 is the first compare value diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk index 4a2a43455..6f2dacc69 100644 --- a/offapi/util/makefile.mk +++ b/offapi/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: mi $ $Date: 2001-03-09 15:58:42 $ +# last change: $Author: mi $ $Date: 2001-03-12 12:56:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,8 +73,8 @@ TARGET=offapi_db # ------------------------------------------------------------------ -regcheck .PHONY: - $(COMSPEC) /c checkrdb.btm o:\comptest\swt614.rdb $(PRJ)$/$(OUTPATH)$/bin$/$(PRJNAME).rdb +#regcheck .PHONY: +# $(COMSPEC) /c checkrdb.btm o:\comptest\swt614.rdb $(PRJ)$/$(OUTPATH)$/bin$/$(PRJNAME).rdb # ------------------------------------------------------------------ diff --git a/offapi/util/regfilter.sed b/offapi/util/regfilter.sed new file mode 100644 index 000000000..1c3069b19 --- /dev/null +++ b/offapi/util/regfilter.sed @@ -0,0 +1,2 @@ +/ com::sun::star::i18n::/d +/ com::sun::star::linguistic2::XLinguServiceManager/d |