summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-15 16:18:28 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-15 16:18:28 +0000
commit43985a5ecddaca68e4fc24bf57ced3489c666d96 (patch)
tree1c4dc98a333e1bdcf93a488c74731ad28a9125c8 /offapi/com/sun/star
parent0b44434f4f7673c35d32fc6965957b5ca96a66cd (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/util/AliasProgrammaticPair.idl9
-rw-r--r--offapi/com/sun/star/util/CellProtection.idl15
-rw-r--r--offapi/com/sun/star/util/DataEditorEvent.idl9
-rw-r--r--offapi/com/sun/star/util/FileIOException.idl9
-rw-r--r--offapi/com/sun/star/util/MalformedNumberFormatException.idl9
-rw-r--r--offapi/com/sun/star/util/SearchDescriptor.idl9
-rw-r--r--offapi/com/sun/star/util/SortDescriptor.idl9
-rw-r--r--offapi/com/sun/star/util/TextSearch.idl8
-rw-r--r--offapi/com/sun/star/util/URL.idl31
-rw-r--r--offapi/com/sun/star/util/XAtomServer.idl39
-rw-r--r--offapi/com/sun/star/util/XChangesBatch.idl22
-rw-r--r--offapi/com/sun/star/util/XLinkUpdate.idl8
-rw-r--r--offapi/com/sun/star/util/XModifiable.idl9
-rw-r--r--offapi/com/sun/star/util/XModifyListener.idl11
-rw-r--r--offapi/com/sun/star/util/XNumberFormatTypes.idl9
-rw-r--r--offapi/com/sun/star/util/XNumberFormatsSupplier.idl9
-rw-r--r--offapi/com/sun/star/util/XPropertyReplace.idl15
-rw-r--r--offapi/com/sun/star/util/XRefreshable.idl9
-rw-r--r--offapi/com/sun/star/util/XReplaceDescriptor.idl9
-rw-r--r--offapi/com/sun/star/util/XReplaceable.idl14
-rw-r--r--offapi/com/sun/star/util/XSearchable.idl14
-rw-r--r--offapi/com/sun/star/util/XStringAbbreviation.idl6
-rw-r--r--offapi/com/sun/star/util/XStringEscape.idl13
-rw-r--r--offapi/com/sun/star/util/XStringMapping.idl9
-rw-r--r--offapi/com/sun/star/util/XTextSearch.idl66
25 files changed, 214 insertions, 156 deletions
diff --git a/offapi/com/sun/star/util/AliasProgrammaticPair.idl b/offapi/com/sun/star/util/AliasProgrammaticPair.idl
index 40dcf5966497..6bf696f3971c 100644
--- a/offapi/com/sun/star/util/AliasProgrammaticPair.idl
+++ b/offapi/com/sun/star/util/AliasProgrammaticPair.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AliasProgrammaticPair.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:17 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ struct AliasProgrammaticPair
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::AliasProgrammaticPair::ProgrammaticName
- /** determines which programmatic name belongs to the alias.@see com::sun::star::util::XLocalizedAliases
+ /** determines which programmatic name belongs to the alias. @see com::sun::star::util::XLocalizedAliases
*/
string ProgrammaticName;
};
@@ -90,6 +90,9 @@ struct AliasProgrammaticPair
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:45:17 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:18 hjs
initial import
diff --git a/offapi/com/sun/star/util/CellProtection.idl b/offapi/com/sun/star/util/CellProtection.idl
index 85b58adb14ea..56f6356bf713 100644
--- a/offapi/com/sun/star/util/CellProtection.idl
+++ b/offapi/com/sun/star/util/CellProtection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellProtection.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:17 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,26 +69,26 @@
//=============================================================================
// DocMerge from xml: struct com::sun::star::util::CellProtection
-/** describes the kind of protection of a protectable cell.
+/** describes the kind of protection for a protectable cell.
*/
struct CellProtection
{
// DocMerge from xml: field com::sun::star::util::CellProtection::IsLocked
- /** specifies if the cell is locked for modifications by the user.
+ /** specifies if the cell is locked from modifications by the user.
*/
boolean IsLocked;
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::CellProtection::IsFormulaHidden
- /** specifies if the formula is hidden for the user.
+ /** specifies if the formula is hidden from the user.
*/
boolean IsFormulaHidden;
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::CellProtection::IsHidden
- /** specifies if the cell is hidden for the user.
+ /** specifies if the cell is hidden from the user.
*/
boolean IsHidden;
@@ -108,6 +108,9 @@ struct CellProtection
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:45:17 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:18 hjs
initial import
diff --git a/offapi/com/sun/star/util/DataEditorEvent.idl b/offapi/com/sun/star/util/DataEditorEvent.idl
index 3b3782cb8138..1352e33f29f7 100644
--- a/offapi/com/sun/star/util/DataEditorEvent.idl
+++ b/offapi/com/sun/star/util/DataEditorEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataEditorEvent.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:17 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
module com { module sun { module star { module util {
// DocMerge from xml: struct com::sun::star::util::DataEditorEvent
-/** specifies an event broadcasted by an <type>XEventEditor</type>.
+/** specifies an event broadcast by an <type>XEventEditor</type>.
*/
struct DataEditorEvent: com::sun::star::lang::EventObject
{
@@ -91,6 +91,9 @@ struct DataEditorEvent: com::sun::star::lang::EventObject
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:45:17 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:19 hjs
initial import
diff --git a/offapi/com/sun/star/util/FileIOException.idl b/offapi/com/sun/star/util/FileIOException.idl
index 4f53964272df..d3edeb2f2a4d 100644
--- a/offapi/com/sun/star/util/FileIOException.idl
+++ b/offapi/com/sun/star/util/FileIOException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FileIOException.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:17 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@
//=============================================================================
// DocMerge from xml: exception com::sun::star::util::FileIOException
-/** thrown when file I/O error occurred.
+/** thrown when file I/O error occurs.
*/
exception FileIOException: com::sun::star::uno::Exception
{
@@ -85,6 +85,9 @@ exception FileIOException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:45:17 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:19 hjs
initial import
diff --git a/offapi/com/sun/star/util/MalformedNumberFormatException.idl b/offapi/com/sun/star/util/MalformedNumberFormatException.idl
index cd7993f4fa5c..2c23504144c5 100644
--- a/offapi/com/sun/star/util/MalformedNumberFormatException.idl
+++ b/offapi/com/sun/star/util/MalformedNumberFormatException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MalformedNumberFormatException.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:17 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
// DocMerge from xml: exception com::sun::star::util::MalformedNumberFormatException
/** exception thrown when a NumberFormat string is syntactically
- wrong.
+ incorrect.
*/
exception MalformedNumberFormatException: com::sun::star::uno::Exception
{
@@ -95,6 +95,9 @@ exception MalformedNumberFormatException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:45:17 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:19 hjs
initial import
diff --git a/offapi/com/sun/star/util/SearchDescriptor.idl b/offapi/com/sun/star/util/SearchDescriptor.idl
index 0c5c47bf05b6..8ead4c7b20f9 100644
--- a/offapi/com/sun/star/util/SearchDescriptor.idl
+++ b/offapi/com/sun/star/util/SearchDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SearchDescriptor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-14 12:53:46 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,7 @@ service SearchDescriptor
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::util::SearchDescriptor::SearchBackwards
- /** If <TRUE/>, the search is done backward in the document.
+ /** If <TRUE/>, the search is done backwards in the document.
*/
[property] boolean SearchBackwards;
@@ -201,6 +201,9 @@ service SearchDescriptor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/14 12:53:46 mi
+ <true></true> -> <TRUE/> and same with FALSE
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/SortDescriptor.idl b/offapi/com/sun/star/util/SortDescriptor.idl
index 439c8944973f..501e18b7da43 100644
--- a/offapi/com/sun/star/util/SortDescriptor.idl
+++ b/offapi/com/sun/star/util/SortDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SortDescriptor.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2001-03-14 16:31:44 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,7 +125,7 @@ service SortDescriptor
[property] com::sun::star::lang::Locale CollatorLocale;
//-------------------------------------------------------------------------
- /** specifies the algorith for the compare operator (collator).
+ /** specifies the algorithm for the compare operator (collator).
@see com::sun::star::i18n::XCollator
*/
@@ -139,6 +139,9 @@ service SortDescriptor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/14 16:31:44 mi
+ collation properties added / all global props now in util::SortDescriptor
+
Revision 1.5 2000/12/21 08:35:27 mi
@see interface/service/... ident -> @see ident - for new docu generator
diff --git a/offapi/com/sun/star/util/TextSearch.idl b/offapi/com/sun/star/util/TextSearch.idl
index 2b28c408de73..dc0ce478c286 100644
--- a/offapi/com/sun/star/util/TextSearch.idl
+++ b/offapi/com/sun/star/util/TextSearch.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextSearch.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-04-25 19:34:38 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,8 +72,8 @@
//=============================================================================
//--------------------------------------------------------------------------
-/** search a string with a defined algorythm in another string.
- Its able to search forward or backward in the string
+/** search a string with a defined algorithm in another string.
+ It is able to search forward or backward in the string
*/
service TextSearch
{
diff --git a/offapi/com/sun/star/util/URL.idl b/offapi/com/sun/star/util/URL.idl
index ebdc0115ed00..a83e783d0855 100644
--- a/offapi/com/sun/star/util/URL.idl
+++ b/offapi/com/sun/star/util/URL.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: URL.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-12 14:06:16 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
<p>It is not necessary to set all of the fields; either <member>URL::Complete</member>
or (some of) the others are set. Additionally, most of the other
- fields, like <member>URL::User</member>, <member>URL::Password</member>
+ fields, like <member>URL::User</member>, <member>URL::Password</member>,
or <member>URL::Mark</member>, are optional.
</p>
@@ -84,7 +84,7 @@
struct URL
{
// DocMerge from xml: field com::sun::star::util::URL::Complete
- /** contains the unparsed original URL, for example:
+ /** contains the unparsed original URL, for example,
http://me:pass@www.sun.de:8080/pub/test/foo.txt?a=b#xyz
*/
string Complete;
@@ -92,7 +92,7 @@ struct URL
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::Main
- /** contains the URL without a mark and without arguments, for example:
+ /** contains the URL without a mark and without arguments, for example,
http://me:pass@www.sun.de:8080/pub/test/foo.txt
*/
string Main;
@@ -100,63 +100,63 @@ struct URL
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::Protocol
- /** contains the protocol (scheme) of the URL, for example: "http"
+ /** contains the protocol (scheme) of the URL, for example, "http"
*/
string Protocol;
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::User
- /** contains the user-identifier of the URL, for example: "me"
+ /** contains the user-identifier of the URL, for example, "me"
*/
string User;
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::Password
- /** contains the users password of the URL, for example: "pass"
+ /** contains the users password of the URL, for example, "pass"
*/
string Password;
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::Server
- /** contains the server part of the URL, for example: "www.sun.de"
+ /** contains the server part of the URL, for example, "www.sun.de"
*/
string Server;
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::Port
- /** contains the port at the server of the URL, for example: "8080"
+ /** contains the port at the server of the URL, for example, "8080"
*/
short Port;
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::Path
- /** contains the path part of the URL without the filename, for example: "/pub/test"
+ /** contains the path part of the URL without the filename, for example, "/pub/test"
*/
string Path;
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::Name
- /** contains the filename part of the URL, for example "foo.txt"
+ /** contains the filename part of the URL, for example, "foo.txt"
*/
string Name;
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::Arguments
- /** contains the arguments part of the URL, for example "a=b"
+ /** contains the arguments part of the URL, for example, "a=b"
*/
string Arguments;
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::Mark
- /** contains the mark part of the URL, for example "xyz"
+ /** contains the mark part of the URL, for example, "xyz"
*/
string Mark;
@@ -169,6 +169,9 @@ struct URL
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/12 14:06:16 mi
+ #78715# stardiv references removed
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XAtomServer.idl b/offapi/com/sun/star/util/XAtomServer.idl
index db94cff29b7e..2dceac7b34ab 100644
--- a/offapi/com/sun/star/util/XAtomServer.idl
+++ b/offapi/com/sun/star/util/XAtomServer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAtomServer.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,24 +83,24 @@ module star
module util
{
-/** an interface to map between strings and ids
+/** an interface to map between <i>string</i>s and <i>id</i>s
<p>a note on atoms:<br>
- atoms are abbreviations for strings
- when a string gets registered it is assigned a numeric id
+ Atoms are abbreviations for strings.
+ When a string gets registered, it is assigned a numeric id
so that said string can always be referred to by this id.
- this way strings have to be transported only once over remote connections.
- valid ids are (in this implementation) non zero signed 32 bit values
- an atom of 0 means that the string in question is not registered</p>
-
- <p>additionally there is the abstraction of atom class:<br>
- atoms are grouped into classes, so that an id can be assigned
- to multiple strings depending on the class context. The main
- advantage of this is that this way atoms in one class may be kept
+ This way strings have to be transported only once over remote connections.
+ Valid ids are (in this implementation) non zero, signed 32 bit values.
+ An atom of 0 means that the string in question is not registered</p>
+
+ <p>Additionally there is the abstraction of atom class:<br>
+ Atoms are grouped into classes, so that an id can be assigned
+ to multiple strings, depending on the class context. The main
+ advantage of this is that atoms in one class may be kept
to small numbers, so that bandwidth can be reduced by sending
the atoms only as 16 bit values. Note that it is up to the user in this
case to handle overflows.</p>
- */
+*/
interface XAtomServer : com::sun::star::uno::XInterface
{
@@ -110,7 +110,7 @@ interface XAtomServer : com::sun::star::uno::XInterface
which class to return
@returns
- the discriptions for all atoms of class <code>atomClass</code>
+ the descriptions for all atoms of class <code>atomClass</code>
*/
sequence< AtomDescription > getClass( [in] long atomClass );
/** returns mutltiple atom classes
@@ -119,10 +119,10 @@ interface XAtomServer : com::sun::star::uno::XInterface
which classes to return
@returns
- the discriptions for all atoms of the requested classes
+ the descriptions for all atoms of the requested classes
*/
sequence< sequence< AtomDescription > > getClasses( [in] sequence< long > atomClasses );
- /** returns a the strings for an arbitrary amount of atoms of multiple classes
+ /** returns the strings for an arbitrary amount of atoms of multiple classes
@param atoms
describes which strings to return
@@ -156,8 +156,9 @@ interface XAtomServer : com::sun::star::uno::XInterface
@param description
the string in question
- @param create if true a new atom will be created for an unknown string
- else the invalid atom (0) will be returned for an unknown string
+ @param create
+ if true a new atom will be created for an unknown string
+ else the invalid atom (0) will be returned for an unknown string
@returns
the atom for the string <code>description</code>
diff --git a/offapi/com/sun/star/util/XChangesBatch.idl b/offapi/com/sun/star/util/XChangesBatch.idl
index 8002cab20648..aeb816075119 100644
--- a/offapi/com/sun/star/util/XChangesBatch.idl
+++ b/offapi/com/sun/star/util/XChangesBatch.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XChangesBatch.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,17 +83,16 @@
// DocMerge from xml: interface com::sun::star::util::XChangesBatch
/** this interface enables applying a set of changes in one batch transaction.
-
- <p>An object implementing this interface offers other interfaces to change
+ <p>An object implementing this interface allows other interfaces to change
its state locally. It will keep a list of pending changes until such changes
- are committed or canceled.
- </p>
+ are committed or cancelled. </p>
+
<p>Only when they are explicitly committed will these changes take effect
- persistently or globally.
+ persistently or globally. </p>
- </p>@see XChangesNotifier
- @see XChangesSet
- @see XCancellable
+ @see XChangesNotifier
+ @see XChangesSet
+ @see XCancellable
*/
interface XChangesBatch: com::sun::star::uno::XInterface
{
@@ -133,6 +132,9 @@ interface XChangesBatch: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XLinkUpdate.idl b/offapi/com/sun/star/util/XLinkUpdate.idl
index 6a7ce93d2d33..c87523d3564c 100644
--- a/offapi/com/sun/star/util/XLinkUpdate.idl
+++ b/offapi/com/sun/star/util/XLinkUpdate.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLinkUpdate.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,9 +72,9 @@
//=============================================================================
-/** allows to initiate an update of linked parts of a document.
- */
+/** allows initiating an update of linked parts of a document.
+ */
interface XLinkUpdate: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/util/XModifiable.idl b/offapi/com/sun/star/util/XModifiable.idl
index 3997193e577d..2004999ca9f5 100644
--- a/offapi/com/sun/star/util/XModifiable.idl
+++ b/offapi/com/sun/star/util/XModifiable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XModifiable.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ interface XModifiable: com::sun::star::util::XModifyBroadcaster
<TRUE/> if the object is modified.
<p>The modification is always in relation to a certain state
- (i.e. the initial, loaded or last stored version).
+ (i.e., the initial, loaded, or last stored version).
*/
boolean isModified();
@@ -115,6 +115,9 @@ interface XModifiable: com::sun::star::util::XModifyBroadcaster
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XModifyListener.idl b/offapi/com/sun/star/util/XModifyListener.idl
index 7b1bdad63d78..0828c69d6acf 100644
--- a/offapi/com/sun/star/util/XModifyListener.idl
+++ b/offapi/com/sun/star/util/XModifyListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XModifyListener.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,11 +89,11 @@ interface XModifyListener: com::sun::star::lang::XEventListener
- <p>Due to such an event it may be necessary to update views or
+ <p>Due to such an event, it may be necessary to update views or
controllers.
</p>
- <p>The source of the event may be content of the object to
+ <p>The source of the event may be the content of the object to
which the listener is registered.</p>
*/
void modified( [in] com::sun::star::lang::EventObject aEvent );
@@ -107,6 +107,9 @@ interface XModifyListener: com::sun::star::lang::XEventListener
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XNumberFormatTypes.idl b/offapi/com/sun/star/util/XNumberFormatTypes.idl
index 08886bb4b236..61d3c78e790f 100644
--- a/offapi/com/sun/star/util/XNumberFormatTypes.idl
+++ b/offapi/com/sun/star/util/XNumberFormatTypes.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XNumberFormatTypes.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@
//=============================================================================
// DocMerge from xml: interface com::sun::star::util::XNumberFormatTypes
-/** represents functions to get specific predefined number formats.
+/** represents functions to get specific, predefined number formats.
*/
interface XNumberFormatTypes: com::sun::star::uno::XInterface
{
@@ -150,6 +150,9 @@ interface XNumberFormatTypes: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XNumberFormatsSupplier.idl b/offapi/com/sun/star/util/XNumberFormatsSupplier.idl
index 60589aa33b81..f1a53e77b751 100644
--- a/offapi/com/sun/star/util/XNumberFormatsSupplier.idl
+++ b/offapi/com/sun/star/util/XNumberFormatsSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XNumberFormatsSupplier.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ interface XNumberFormatsSupplier: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::util::XNumberFormatsSupplier::getNumberFormats
/** @returns
- the collection of number formats belonging to this object (e.g. to this document).
+ the collection of number formats belonging to this object (e.g., to this document).
*/
com::sun::star::util::XNumberFormats getNumberFormats();
@@ -111,6 +111,9 @@ interface XNumberFormatsSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XPropertyReplace.idl b/offapi/com/sun/star/util/XPropertyReplace.idl
index 9c963f0a7bfe..6261fc779a3c 100644
--- a/offapi/com/sun/star/util/XPropertyReplace.idl
+++ b/offapi/com/sun/star/util/XPropertyReplace.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyReplace.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,15 +93,15 @@ interface XPropertyReplace: com::sun::star::util::XReplaceDescriptor
// DocMerge from xml: method com::sun::star::util::XPropertyReplace::getValueSearch
/** provides the information if specific property values are
- searched or just the existance of the specified properties.
+ searched, or just the existence of the specified properties.
*/
boolean getValueSearch();
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::util::XPropertyReplace::setValueSearch
- /** specifies if specific property values are searched
- or just the existance of the specified properties.
+ /** specifies if specific property values are searched,
+ or just the existence of the specified properties.
*/
void setValueSearch( [in] boolean bValueSearch );
@@ -126,7 +126,7 @@ interface XPropertyReplace: com::sun::star::util::XReplaceDescriptor
// DocMerge from idl: method com::sun::star::util::XPropertyReplace::getReplaceAttributes
/** @returns
- the attribute values which are used to replace the found occurences.
+ the attribute values which are used to replace the found occurrences.
*/
sequence<com::sun::star::beans::PropertyValue> getReplaceAttributes();
@@ -148,6 +148,9 @@ interface XPropertyReplace: com::sun::star::util::XReplaceDescriptor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XRefreshable.idl b/offapi/com/sun/star/util/XRefreshable.idl
index 9aaa44eac712..fe2a4dd21f35 100644
--- a/offapi/com/sun/star/util/XRefreshable.idl
+++ b/offapi/com/sun/star/util/XRefreshable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XRefreshable.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ interface XRefreshable: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::util::XRefreshable::addRefreshListener
- /** adds the specified listener to receive event "refreshed."
+ /** adds the specified listener to receive the event "refreshed."
*/
[oneway] void addRefreshListener( [in] com::sun::star::util::XRefreshListener l );
@@ -111,6 +111,9 @@ interface XRefreshable: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XReplaceDescriptor.idl b/offapi/com/sun/star/util/XReplaceDescriptor.idl
index e0a95c479cba..fbeb3f937d7d 100644
--- a/offapi/com/sun/star/util/XReplaceDescriptor.idl
+++ b/offapi/com/sun/star/util/XReplaceDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XReplaceDescriptor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,7 @@ interface XReplaceDescriptor: com::sun::star::util::XSearchDescriptor
// DocMerge from idl: method com::sun::star::util::XReplaceDescriptor::getReplaceString
/** @returns
- the string which replaces the found occurences.
+ the string which replaces the found occurrences.
*/
string getReplaceString();
@@ -101,6 +101,9 @@ interface XReplaceDescriptor: com::sun::star::util::XSearchDescriptor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XReplaceable.idl b/offapi/com/sun/star/util/XReplaceable.idl
index 8a90010ebd99..87ef123fc7fd 100644
--- a/offapi/com/sun/star/util/XReplaceable.idl
+++ b/offapi/com/sun/star/util/XReplaceable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XReplaceable.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,13 +85,6 @@
<type>SearchDescriptor</type>.
-
-
-
-
-
-
-
@example <listing>
'replace all bold words "search for" by "look for"
xReplaceDescr = xDocument.createReplaceDescriptor()
@@ -126,6 +119,9 @@ interface XReplaceable: com::sun::star::util::XSearchable
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/12/21 08:35:27 mi
@see interface/service/... ident -> @see ident - for new docu generator
diff --git a/offapi/com/sun/star/util/XSearchable.idl b/offapi/com/sun/star/util/XSearchable.idl
index e2bc2594b41f..587581956fb7 100644
--- a/offapi/com/sun/star/util/XSearchable.idl
+++ b/offapi/com/sun/star/util/XSearchable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSearchable.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,13 +86,6 @@
string pattern).
-
-
-
-
-
-
-
@example in a <type scope="com::sun::star::text">TextDocument</type>:
set all "search for" to bold using findFirst()/findNext():
@@ -164,6 +157,9 @@ interface XSearchable: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/21 08:35:27 mi
@see interface/service/... ident -> @see ident - for new docu generator
diff --git a/offapi/com/sun/star/util/XStringAbbreviation.idl b/offapi/com/sun/star/util/XStringAbbreviation.idl
index 6fdde82830db..2c5c8e93ddbf 100644
--- a/offapi/com/sun/star/util/XStringAbbreviation.idl
+++ b/offapi/com/sun/star/util/XStringAbbreviation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStringAbbreviation.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sb $ $Date: 2001-10-08 14:04:30 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ module com { module sun { module star { module util {
<p>It is expected that there will be different implementations of this
interface, that each expect strings conforming to a certain structure
- (e.g., URIs, platform-specific file paths, newsgroup names). The
+ (e.g., URIs, platform-specific file paths, or newsgroup names). The
abbreviation algorithms will then take into account the structural
information.</p>
diff --git a/offapi/com/sun/star/util/XStringEscape.idl b/offapi/com/sun/star/util/XStringEscape.idl
index 5e127458b991..1c84e0096bc1 100644
--- a/offapi/com/sun/star/util/XStringEscape.idl
+++ b/offapi/com/sun/star/util/XStringEscape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStringEscape.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,12 +85,12 @@
any naming rules or restrictions must be replaced by an escaped form,
that complies to these rules.<br>
The transformation should preserve all traits of the string that are
- generally respected by the service. For example the case of a string
+ generally respected by the service. For example, the case of a string
may be lost after encoding and then decoding, if the service
generally is case insensitive.<br>
- Other than that the encoding is ono-to-one and can be reversed. The
+ Other than that the encoding is one-to-one and can be reversed. The
encoding should try to preserve as much as possible of the original
- string, to keep human-readable input human-friend where possible.
+ string, to keep human-readable input human-friendly where possible.
Strings that already conform to the naming conventions should be left
unchanged or minimally modified.</p>
*/
@@ -121,6 +121,9 @@ interface XStringEscape: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XStringMapping.idl b/offapi/com/sun/star/util/XStringMapping.idl
index cecea76cc972..7a668e73a123 100644
--- a/offapi/com/sun/star/util/XStringMapping.idl
+++ b/offapi/com/sun/star/util/XStringMapping.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStringMapping.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@
//=============================================================================
// DocMerge from xml: interface com::sun::star::util::XStringMapping
-/** provides a mapping from <atom>string<atom> to <atom>string<atom></atom></atom></atom></atom>
+/** provides a mapping from <atom>string</atom> to <atom>string</atom>
*/
interface XStringMapping: com::sun::star::uno::XInterface
{
@@ -92,6 +92,9 @@ interface XStringMapping: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:51 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/offapi/com/sun/star/util/XTextSearch.idl b/offapi/com/sun/star/util/XTextSearch.idl
index dd963dbf62ee..42bf77d671e3 100644
--- a/offapi/com/sun/star/util/XTextSearch.idl
+++ b/offapi/com/sun/star/util/XTextSearch.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTextSearch.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jp $ $Date: 2001-07-05 08:51:07 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,18 +97,26 @@ constants SearchFlags
/// Flag for "regular expression" search / interpret as extended regular expression
const long REG_EXTENDED = 0x00000100;
- /// Flag for "regular expression" search / No replace means ie avoid sub regular expresions return true/false to match
+ /** Flag for "regular expression" search / No replace, i.e., avoid sub regular
+ expresions, return true/false to match
+
+<!-- JRH: Check this for sense of the expression. -->
+ */
const long REG_NOSUB = 0x00000200;
/// Flag for "regular expression" search / Special new line treatment
const long REG_NEWLINE = 0x00000400;
- /** A NEWLINE character in string will not be matched by a period outside bracket expression or by any form of a non matching list.
- A circumflex (^) in pattern when used to specify expression anhoring will match the zero
- length string immediately after a newline in string, regardless of the setting of REG_NOTBOL
- A dollar-sign ($) in pattern when used to specify expression anchoring, will match zero-length
- string immediatlely before a new line in string regardless of the setting of REG_NOTEOL
- */
+ /** A NEWLINE character in string will not be matched by a period outside bracket
+ expression or by any form of a non matching list.
+ A circumflex (^) in pattern when used to specify expression anchoring
+<!-- JRH: anhoring to anchoring. -->
+ will match the zero length string immediately after a newline in string,
+ regardless of the setting of REG_NOTBOL
+ A dollar-sign ($) in pattern when used to specify expression anchoring,
+ will match zero-length string immediately before a new line in string,
+ regardless of the setting of REG_NOTEOL
+*/
const long REG_NOT_BEGINOFLINE = 0x00000800;
/** The first character in the string is not the beginning of the line therefore ^ will not
@@ -136,16 +144,19 @@ struct SearchOptions {
/// the search text
string searchString;
- /// the replace text (is for optional replacing - SearchOption is only the data container for it)
+ /** the replace text
+ (is for optional replacing - SearchOption is only the data container for it)*/
string replaceString;
/// this is the language for case insensitive search
::com::sun::star::lang::Locale Locale;
- /// this many characters can be different between the found and search word in a "Weight Levenshtein-Distance"
+ /** this many characters can be different between the found and search word
+ in a "Weight Levenshtein-Distance"*/
long changedChars;
- /// this many characters can be missed in the found word in a "Weight Levenshtein-Distance"
+ /** this many characters can be missed in the found word
+ in a "Weight Levenshtein-Distance"*/
long deletedChars;
/// this many characters can be additional in the found word in a "Weight Levenshtein-Distance"
@@ -161,18 +172,19 @@ struct SearchOptions {
struct SearchResult {
//-------------------------------------------------------------------------
- /** Number of subexpressions, if it is 0 , then no match found, this value is 1 for ABSOLUTE and APPROXIMATE match
- The start and endOffset are always depends on the search direction.
- By example:
- if you search "X" in the text "-X-" the offset are:
- for forward: start = 1, end = 2
- for backward: start = 1, end = 0
- The startOffset is always inclusive, the endOffset allways exclusive
-
- For regular expressions it can be greater than 1.
- If the value is 1, startoffset[0] and endoffset[0] points to the matching sub string
- if value is > 1, still startoffset[0] and endoffset[0] points to the matching substring for whole regular expression
- startoffset[i] and endoffset[i] points to the matching substring of i th matching substring.,
+ /** Number of subexpressions,
+ if it is 0, then no match found; this value is 1 for ABSOLUTE and APPROXIMATE match.
+ The start and endOffset are always dependent on the search direction.
+ For example:
+ if you search "X" in the text "-X-" the offset are:
+ for forward: start = 1, end = 2
+ for backward: start = 1, end = 0
+ The startOffset is always inclusive, the endOffset allways exclusive
+
+ For regular expressions it can be greater than 1.
+ If the value is 1, startoffset[0] and endoffset[0] points to the matching sub string
+ if value is > 1, still startoffset[0] and endoffset[0] points to the matching substring for whole regular expression
+ startoffset[i] and endoffset[i] points to the matching substring of i th matching substring.
*/
long subRegExpressions;
sequence<long> startOffset; // inclusive
@@ -190,14 +202,14 @@ interface XTextSearch : com::sun::star::uno::XInterface
void setOptions ([in] SearchOptions options);
//-------------------------------------------------------------------------
/** search forward in the searchStr, starts at startPos and ends by endpos.
- The result is returnt in the SearchResult.
+ The result is returned in the SearchResult.
*/
SearchResult searchForward ([in] string searchStr, [in] long startPos, [in] long endPos );
//-------------------------------------------------------------------------
/** search backward in the searchStr, starts at startPos and ends by endpos.
- The endpos must be lower then the startpos, because the function search backward!
- The result is returnt in the SearchResult.
+ The endpos must be lower then the startpos, because the function searches backward!
+ The result is returned in the SearchResult.
*/
SearchResult searchBackward ([in] string searchStr, [in] long startPos, [in] long endPos );