summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-15 16:45:25 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-15 16:45:25 +0000
commit7bd35c2cc62e22ea36dacf8f76da493306e8887f (patch)
tree8cf50d2d29c5953308b18d466100b1e6406decbc
parent43985a5ecddaca68e4fc24bf57ced3489c666d96 (diff)
proofreading and corrections from Richard Holt
-rw-r--r--offapi/com/sun/star/view/DocumentZoomType.idl6
-rw-r--r--offapi/com/sun/star/view/PrintableState.idl10
-rw-r--r--offapi/com/sun/star/view/PrinterDescriptor.idl12
-rw-r--r--offapi/com/sun/star/view/XPrintableBroadcaster.idl10
-rw-r--r--offapi/com/sun/star/view/XPrintableListener.idl14
-rw-r--r--offapi/com/sun/star/view/XScreenCursor.idl9
-rw-r--r--offapi/com/sun/star/view/XSelectionSupplier.idl9
-rw-r--r--offapi/com/sun/star/xml/AttributeContainer.idl10
-rw-r--r--offapi/com/sun/star/xml/NamespaceContainer.idl8
-rw-r--r--offapi/com/sun/star/xml/XMLExportFilter.idl14
-rw-r--r--offapi/com/sun/star/xml/XMLImportFilter.idl13
11 files changed, 61 insertions, 54 deletions
diff --git a/offapi/com/sun/star/view/DocumentZoomType.idl b/offapi/com/sun/star/view/DocumentZoomType.idl
index 5f45e4058dc0..65cc38657529 100644
--- a/offapi/com/sun/star/view/DocumentZoomType.idl
+++ b/offapi/com/sun/star/view/DocumentZoomType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentZoomType.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-04-27 10:48:24 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:43:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ constants DocumentZoomType
*/
const short BY_VALUE = 3;
//-------------------------------------------------------------------------
- /** the page width at the current selection fits into the view. There view ends
+ /** the page width at the current selection fits into the view. The view ends
exactly at the end of the page.
*/
const short PAGE_WIDTH_EXACT = 4;
diff --git a/offapi/com/sun/star/view/PrintableState.idl b/offapi/com/sun/star/view/PrintableState.idl
index 56c1d4c27fbe..758626d484bb 100644
--- a/offapi/com/sun/star/view/PrintableState.idl
+++ b/offapi/com/sun/star/view/PrintableState.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PrintableState.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:34 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:43:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,13 +71,13 @@
/** specifies the print progress of an <type>XPrintable</type>
<p>printing consists of two abstract phases: collecting the raw
- data to send to the printer and the sending them (spooling).
+ data to send to the printer and then sending them (spooling).
<type>PrintableState</type> describes which phase is currently
progressing or has failed.</p>
*/
enum PrintableState
{
- /** printing (that is collecting the data to send to the printer) has begun
+ /** printing (that is, collecting the data to send to the printer) has begun
*/
JOB_STARTED,
/** printing has finished, spooling has begun
@@ -87,7 +87,7 @@ enum PrintableState
that can be considered as "success" for a print job.
*/
JOB_SPOOLED,
- /** printing was aborted (e.g. by the user) while either printing or spooling
+ /** printing was aborted (e.g., by the user) while either printing or spooling
*/
JOB_ABORTED,
/** printing ran into an error
diff --git a/offapi/com/sun/star/view/PrinterDescriptor.idl b/offapi/com/sun/star/view/PrinterDescriptor.idl
index a40c3b08b756..256bccb63123 100644
--- a/offapi/com/sun/star/view/PrinterDescriptor.idl
+++ b/offapi/com/sun/star/view/PrinterDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PrinterDescriptor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:28 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:43:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,10 +84,9 @@
/** describes a printer by specifying the queue name and
some settings.
+ <p>This service may be represented by a <type dim="[]">PropertyValue</type>.
-
- <p>This service may be represented by a <code>sequence&amp;lt;PropertyValue&amp;gt;</code>.
- </p>@see com::sun::star::beans::PropertyValue
+ @see com::sun::star::beans::PropertyValue
*/
service PrinterDescriptor
{
@@ -165,6 +164,9 @@ service PrinterDescriptor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/21 08:35:28 mi
+ @see interface/service/... ident -> @see ident - for new docu generator
+
Revision 1.3 2000/11/08 12:45:34 mi
moved from api
diff --git a/offapi/com/sun/star/view/XPrintableBroadcaster.idl b/offapi/com/sun/star/view/XPrintableBroadcaster.idl
index ef654ad7f9e5..c6703a158242 100644
--- a/offapi/com/sun/star/view/XPrintableBroadcaster.idl
+++ b/offapi/com/sun/star/view/XPrintableBroadcaster.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPrintableBroadcaster.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:53 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:43:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,11 +73,11 @@
module com { module sun { module star { module view {
-/** allows to get information about a print job
+/** allows for getting information about a print job
- <p><type>XPrintableBroadcaster</type> can be implemented by classes
+ <p><type>XPrintableBroadcaster</type> can be implemented by classes by
implementing <type>XPrintable</type>. It allows for <type>XPrintableListener</type>
- to be set so a user can be informed about the print progress.</p>
+ to be set, so a user can be informed about the print progress.</p>
@see XPrintableListener
*/
diff --git a/offapi/com/sun/star/view/XPrintableListener.idl b/offapi/com/sun/star/view/XPrintableListener.idl
index 69aed635880e..2e078cf4c54a 100644
--- a/offapi/com/sun/star/view/XPrintableListener.idl
+++ b/offapi/com/sun/star/view/XPrintableListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPrintableListener.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:53 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:43:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,11 +77,11 @@
module com { module sun { module star { module view {
-/** allows to get information about a print job
+/** allows for getting information about a print job.
<p><type>XPrintableListener</type> can be registered to
- <type>XPrintableBroadcaster</type>. The user will be informed about
- print progress then.
+ <type>XPrintableBroadcaster</type>. Then, the user will be informed about
+ print progress.
</p>
@see XPrintableBroadcaster
@@ -90,8 +90,8 @@
{
/** informs the user of the new state in print progress
- @param Event contains the <type>XPrintable</type> having changed state
- and the new state
+ @param Event
+ contains the <type>XPrintable</type> having changed state and the new state
*/
[oneway] void stateChanged( [in] PrintableStateEvent Event );
};
diff --git a/offapi/com/sun/star/view/XScreenCursor.idl b/offapi/com/sun/star/view/XScreenCursor.idl
index 2874e390093b..88df5a407ddf 100644
--- a/offapi/com/sun/star/view/XScreenCursor.idl
+++ b/offapi/com/sun/star/view/XScreenCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XScreenCursor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:53 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:43:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
//=============================================================================
// DocMerge from xml: interface com::sun::star::view::XScreenCursor
-/** enables the object to leaf in steps of the displayed size.
+/** enables the object to leaf through steps of the displayed size.
*/
interface XScreenCursor: com::sun::star::uno::XInterface
{
@@ -100,6 +100,9 @@ interface XScreenCursor: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:53 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:45:34 mi
moved from api
diff --git a/offapi/com/sun/star/view/XSelectionSupplier.idl b/offapi/com/sun/star/view/XSelectionSupplier.idl
index c5ace97fa2a5..d1d6f17544af 100644
--- a/offapi/com/sun/star/view/XSelectionSupplier.idl
+++ b/offapi/com/sun/star/view/XSelectionSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSelectionSupplier.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2001-04-06 12:23:39 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:43:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,7 @@ interface XSelectionSupplier: com::sun::star::uno::XInterface
the current selection.
<p>The selection is either specified by an object which is contained
- in the component to which the view belongs or it is an interface of a
+ in the component to which the view belongs, or it is an interface of a
collection which contains such objects.
*/
any getSelection();
@@ -130,6 +130,9 @@ interface XSelectionSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/04/06 12:23:39 mi
+ com::sun::star::package finally removed - now in com::sun::star::packages (with 's' at the end, due to conflict with reserved identifier in Java)
+
Revision 1.5 2001/03/16 16:41:53 jsc
remove interfaceheader with uik and remove [const] in method definitions
diff --git a/offapi/com/sun/star/xml/AttributeContainer.idl b/offapi/com/sun/star/xml/AttributeContainer.idl
index 6fe95a97da0c..7c18f8b78ceb 100644
--- a/offapi/com/sun/star/xml/AttributeContainer.idl
+++ b/offapi/com/sun/star/xml/AttributeContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AttributeContainer.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:41 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:45:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,11 +71,11 @@ module com { module sun { module star { module xml {
//=============================================================================
/** This service describes a container for xml attributes. Each attribute is
- accessed with its local name or optional its local name with its namespace
+ accessed with its local name, or optionally, its local name with its namespace
prefix. The type and value of an attribute is stored in a
<code>AttributeData</code> struct. If you use a namespace in the <code>
- AttributeData</code> you must use a prefix in the name and you must use a
- namespace if you use a prefix.
+ AttributeData</code>, you must use a prefix in the name and you must use a
+ namespace, if you use a prefix.
*/
service AttributeContainer
{
diff --git a/offapi/com/sun/star/xml/NamespaceContainer.idl b/offapi/com/sun/star/xml/NamespaceContainer.idl
index 28c878033a35..b5c7c2f2eb0b 100644
--- a/offapi/com/sun/star/xml/NamespaceContainer.idl
+++ b/offapi/com/sun/star/xml/NamespaceContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NamespaceContainer.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:41 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:45:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,8 +70,8 @@
module com { module sun { module star { module xml {
//=============================================================================
-/** This service describes a container for xml namespaces. Each namespace is
- accessed with its prefix and the url is stored as a string.
+/** This service describes a container for XML namespaces. Each namespace is
+ accessed with its prefix and the URL is stored as a string.
*/
service NamespaceContainer
{
diff --git a/offapi/com/sun/star/xml/XMLExportFilter.idl b/offapi/com/sun/star/xml/XMLExportFilter.idl
index de950174fd2e..8f22ed95e07a 100644
--- a/offapi/com/sun/star/xml/XMLExportFilter.idl
+++ b/offapi/com/sun/star/xml/XMLExportFilter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExportFilter.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dvo $ $Date: 2001-07-03 09:58:07 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:45:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,16 +73,16 @@ module com { module sun { module star { module xml {
//=============================================================================
/** describes an export filter for XML-based file formats. It is an
- extension of <type
- scope="com::sun::star::document">ExportFilter</type> and differs
- from it only in that an <type
- scope="com::sun::star::xml::sax">XDocumentHandler</type> needs to
+ extension of <type scope="com::sun::star::document">ExportFilter</type> and differs
+ from it only in that an
+ <type scope="com::sun::star::xml::sax">XDocumentHandler</type> needs to
be passed through the XInitialization interface. This
XDocumentHandler will then be used to export the XML data stream. */
service XMLExportFilter
{
/** An com.sun.star.xml.sax.XDocumentHandler needs to be passed to
- * the XInitialization::initialize() call. */
+ the XInitialization::initialize() call.
+ */
service com::sun::star::document::ExportFilter;
};
diff --git a/offapi/com/sun/star/xml/XMLImportFilter.idl b/offapi/com/sun/star/xml/XMLImportFilter.idl
index d26a87ed5391..8d0af2266a25 100644
--- a/offapi/com/sun/star/xml/XMLImportFilter.idl
+++ b/offapi/com/sun/star/xml/XMLImportFilter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLImportFilter.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2001-06-08 08:54:28 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:45:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,11 +77,10 @@ module com { module sun { module star { module xml {
//=============================================================================
/** describes an import filter for XML-based file formats. It is an
- extension of <type
- scope="com::sun::star::document">ImportFilter</type> and differs
- from it in that this filter additionally supports the <type
- scope="com::sun::star::xml::sax">XDocumentHandler</type>
- interface. */
+ extension of <type scope="com::sun::star::document">ImportFilter</type> and differs
+ from it in that this filter additionally supports the
+ <type scope="com::sun::star::xml::sax">XDocumentHandler</type> interface.
+*/
service XMLImportFilter
{
/** This service supplied the basic filter functionality. */