From afaef62967f5051e2aada8d24d9f1975f3085919 Mon Sep 17 00:00:00 2001
From: John Bampton
It has to be seen more like an independent specification than being
-dependent on a preexisting implementation. Therefor it is our to keep all
+dependent on a preexisting implementation. Therefore it is our to keep all
component APIs in this project and to keep all implementation code out of
this project.
Main Design Goals
For your implementation of XPropertyHandler, it's recommended that you document the programmatic - names used for property categories. This way, your handler might be re-used in + names used for property categories. This way, your handler might be reused in different contexts, where only the XObjectInspectorModel needs to provide consistent UI names for the categories.
diff --git a/part2/content/api/docs/common/ref/com/sun/star/inspection/XNumericControl.html b/part2/content/api/docs/common/ref/com/sun/star/inspection/XNumericControl.html index 8fd223a87f..1d780f9461 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/inspection/XNumericControl.html +++ b/part2/content/api/docs/common/ref/com/sun/star/inspection/XNumericControl.html @@ -99,7 +99,7 @@Only a certain set of ::com::sun::star::util::MeasureUnit values is supported. In particular, every value which denotes a fraction of another - unit (like 100th millimiters) cannot be used as DisplayUnit.
+ unit (like 100th millimeters) cannot be used as DisplayUnit.The core measurement unit for a property value might differ from the unit which diff --git a/part2/content/api/docs/common/ref/com/sun/star/inspection/XPropertyHandler.html b/part2/content/api/docs/common/ref/com/sun/star/inspection/XPropertyHandler.html index 31395a35e3..66164c8e77 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/inspection/XPropertyHandler.html +++ b/part2/content/api/docs/common/ref/com/sun/star/inspection/XPropertyHandler.html @@ -162,7 +162,7 @@
In such a case, simply return those properties here.
There is a precedence in the property handlers used by an ObjectInspector, - which also is important for the superseded properties. This precendence is implied by the - precendence of factories to create the property handlers, as denoted in the + which also is important for the superseded properties. This precedence is implied by the + precedence of factories to create the property handlers, as denoted in the XObjectInspectorModel::HandlerFactories attribute.
With this in mind, property handlers can only supersede properties which are supported @@ -790,7 +790,7 @@
Property handlers can raise a dedicated UI for entering or somehow changing a property value.
@@ -924,7 +924,7 @@
In some cases it may be necessary to differentiate between both situations. For instance,
if you want to set the value of another property when an actuating property's value changed,
- you should definately not do this when
- The properties for a connection contain additonal information about how to connect to a database and + The properties for a connection contain additional information about how to connect to a database and how to control the behavior of the resulting connection should be.
diff --git a/part2/content/api/docs/common/ref/com/sun/star/sdbc/DBASEConnectionProperties.html b/part2/content/api/docs/common/ref/com/sun/star/sdbc/DBASEConnectionProperties.html index 8a3ab5b5e7..f32e918d2d 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/sdbc/DBASEConnectionProperties.html +++ b/part2/content/api/docs/common/ref/com/sun/star/sdbc/DBASEConnectionProperties.html @@ -53,7 +53,7 @@- The properties for a connection contain additonal information about how to connect to a database and + The properties for a connection contain additional information about how to connect to a database and how to control the behavior of the resulting connection should be.
diff --git a/part2/content/api/docs/common/ref/com/sun/star/sdbc/DataType.html b/part2/content/api/docs/common/ref/com/sun/star/sdbc/DataType.html index 6ea2d7bced..ab78e077be 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/sdbc/DataType.html +++ b/part2/content/api/docs/common/ref/com/sun/star/sdbc/DataType.html @@ -42,7 +42,7 @@ The actual type constant values are equivalent to those in the X/Open CLI.- Precise information about the specfic types can be got from + Precise information about the specific types can be got from XDatabaseMetaData::getTypeInfo() .
- The properties for a connection contain additonal information about how to connect to a database and + The properties for a connection contain additional information about how to connect to a database and how to control the behavior of the resulting connection should be.
diff --git a/part2/content/api/docs/common/ref/com/sun/star/sdbc/FLATConnectionProperties.html b/part2/content/api/docs/common/ref/com/sun/star/sdbc/FLATConnectionProperties.html index 000b104632..9381c309dc 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/sdbc/FLATConnectionProperties.html +++ b/part2/content/api/docs/common/ref/com/sun/star/sdbc/FLATConnectionProperties.html @@ -53,7 +53,7 @@- The properties for a connection contain additonal information about how to connect to a database and + The properties for a connection contain additional information about how to connect to a database and how to control the behavior of the resulting connection should be.
@@ -98,28 +98,28 @@- Indentifies table statistics that are returned in conjunction + Identifies table statistics that are returned in conjunction with a table's index description.
- The properties for a connection contain additonal information about how to connect to a database and + The properties for a connection contain additional information about how to connect to a database and how to control the behavior of the resulting connection should be.
diff --git a/part2/content/api/docs/common/ref/com/sun/star/sdbc/ODBCConnectionProperties.html b/part2/content/api/docs/common/ref/com/sun/star/sdbc/ODBCConnectionProperties.html index 0e63e68ffc..6af832e334 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/sdbc/ODBCConnectionProperties.html +++ b/part2/content/api/docs/common/ref/com/sun/star/sdbc/ODBCConnectionProperties.html @@ -53,7 +53,7 @@- The properties for a connection contain additonal information about how to connect to a database and + The properties for a connection contain additional information about how to connect to a database and how to control the behavior of the resulting connection should be.
diff --git a/part2/content/api/docs/common/ref/com/sun/star/sdbc/RowSet.html b/part2/content/api/docs/common/ref/com/sun/star/sdbc/RowSet.html index 3360cfd896..26f9fe3746 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/sdbc/RowSet.html +++ b/part2/content/api/docs/common/ref/com/sun/star/sdbc/RowSet.html @@ -56,7 +56,7 @@On the one hand, a RowSet can be used as a short cut to retrieve the data of a DataSource. You don't have to establish a connection, create a Statement, and then create - a ResultSet. On the other hand, a rowset can be used to implement capabilties for + a ResultSet. On the other hand, a rowset can be used to implement capabilities for a result set, which are not supported by a driver result set, like caching strategies or update capabilities.
diff --git a/part2/content/api/docs/common/ref/com/sun/star/sdbc/XBatchExecution.html b/part2/content/api/docs/common/ref/com/sun/star/sdbc/XBatchExecution.html index c1871a0c84..b493ea97ef 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/sdbc/XBatchExecution.html +++ b/part2/content/api/docs/common/ref/com/sun/star/sdbc/XBatchExecution.html @@ -51,7 +51,7 @@Each privilige description has the following columns: +
Each privilege description has the following columns:
Each privilige description has the following columns: +
Each privilege description has the following columns:
This interface gives access to any cell that is at least partially visible on the screen. So this interface gives access to the same - things like the XAccessibleContext interface. Therefor it use more + things like the XAccessibleContext interface. Therefore it use more usable methods. Also it gives access to some table specific data.
The property ::com::sun::star::util::SearchDescriptor::SearchWords has a different meaning in spreadsheets: If set to true, the - spreadsheet searches for cells containing the serch text only.
+ spreadsheet searches for cells containing the search text only.The property ::com::sun::star::util::SearchDescriptor::SearchWords has a different meaning in spreadsheets: If set to true, the - spreadsheet searches for cells containing the serch text only.
+ spreadsheet searches for cells containing the search text only.The property ::com::sun::star::util::SearchDescriptor::SearchWords has a different meaning in spreadsheets: If set to true, the - spreadsheet searches for cells containing the serch text only.
+ spreadsheet searches for cells containing the search text only.procides access to the properties. +
provides access to the properties.
If this field is already grouped by dates, a new DataPilot field will be created and returned. If this field is not grouped at all, the - date grouping is perfomed inside of this field (no new field will be + date grouping is performed inside of this field (no new field will be created). There must not be any other grouping (by member names or by numeric ranges), otherwise an exception is thrown.
diff --git a/part2/content/api/docs/common/ref/com/sun/star/sheet/XDrillDownDataSupplier.html b/part2/content/api/docs/common/ref/com/sun/star/sheet/XDrillDownDataSupplier.html index d1f538a388..d6d5c97925 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/sheet/XDrillDownDataSupplier.html +++ b/part2/content/api/docs/common/ref/com/sun/star/sheet/XDrillDownDataSupplier.html @@ -52,7 +52,7 @@ interface to allow drill-down of result data. The method this interface provides is used internally when callingTitle rows can be automatically repeated on all subsequent - print pages to the bootom, using + print pages to the bottom, using XPrintAreas::setPrintTitleRows.
The endianness specifies the order in which the bytes of larger diff --git a/part2/content/api/docs/common/ref/com/sun/star/util/MacroExpander.html b/part2/content/api/docs/common/ref/com/sun/star/util/MacroExpander.html index 2db6d24432..9c43db05da 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/util/MacroExpander.html +++ b/part2/content/api/docs/common/ref/com/sun/star/util/MacroExpander.html @@ -39,7 +39,7 @@
- A path variable must be specified with the following synatx: "$("<variable-name>")".
+ A path variable must be specified with the following syntax: "$("<variable-name>")".
Path variables are not case sensitive and are always provided as a UCB-complient URL's
(for example: "file:///c:/temp" or "file:///usr/install"). This is mandatory to support an
optional remote file system.
@@ -83,7 +83,7 @@
The only exceptions are: $(lang), $(langid) and $(vlang).
Therefore the service implementation should only substitute variables which
are located at the start of a provided path string or are part of a multi-path.
- This special service is not designed to be a text substiution but shall
+ This special service is not designed to be a text substitution but shall
provide (a) valid substituted path(s).
If not specified (strict), the search is sucessful if +
If not specified (strict), the search is successful if the WLD is within a calculated limit where each insertion, deletion and replacement adds a weight to a common pool of weights. This is the mathematically correct WLD.
diff --git a/part2/content/api/docs/common/ref/com/sun/star/util/SortDescriptor.html b/part2/content/api/docs/common/ref/com/sun/star/util/SortDescriptor.html index b1b38ca7a4..4639af1dbc 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/util/SortDescriptor.html +++ b/part2/content/api/docs/common/ref/com/sun/star/util/SortDescriptor.html @@ -89,7 +89,7 @@Hint to implementor: using ascending atoms is the easiest way +
Hint to implementer: using ascending atoms is the easiest way to decide, which atoms are recent.
If an event
If this listener doesn't disagree with th close request it depends from his internal implementation if he deregister himself at the listened object. - But normaly this must be done in XCloseListener::notifyClosing(). + But normally this must be done in XCloseListener::notifyClosing().
Now the listened object is closed realy. Listener has to accept that; - should deregister himself and relaese all references to it. + should deregister himself and release all references to it. It's not allowed nor possible to disagree with that by throwing any exception.
- If the event ::com::sun::star::lang::XEventListener::disposing() occured before + If the event ::com::sun::star::lang::XEventListener::disposing() occurred before it must be accepted too. There exist no chance for a disagreement any more.
diff --git a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/SecurityEnvironment.html b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/SecurityEnvironment.html index a991d977e6..61b7cb2a20 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/SecurityEnvironment.html +++ b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/SecurityEnvironment.html @@ -84,7 +84,7 @@ something else, which is not specified by UNO-IDL. @attention - Restrictive useage. Use only, if there is no better possibility left. + Restrictive usage. Use only, if there is no better possibility left. It is definitely a hack.The encrypter or decrypter concrete a key by retrieve security context * and encryption template.
* - *In some cases, the encrypter or decrypter can dertermine and locate the + *
In some cases, the encrypter or decrypter can determine and locate the * EncrytedKey from the encryption template by dereference the RetrievalMethod * inside EncryptedData.
* @@ -77,7 +77,7 @@In some cases, the encrypter or decrypter can dertermine and locate the + *
In some cases, the encrypter or decrypter can determine and locate the * EncrytedKey from the encryption template by dereference the RetrievalMethod * inside EncryptedData.
* diff --git a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/XXMLSignature.html b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/XXMLSignature.html index f546eef5ed..fb9491b1a0 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/XXMLSignature.html +++ b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/XXMLSignature.html @@ -54,7 +54,7 @@ *The signer or vertifier concrete a key by retrieve signature context and * signature template.
* - *In some cases, the signer or vertifier can dertermine and locate the + *
In some cases, the signer or vertifier can determine and locate the * contents to be signed from the signature template by dereference the URI.
* *In some cases, the contents to be signed need to be clearly pointed out by diff --git a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/XXMLSignatureTemplate.html b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/XXMLSignatureTemplate.html index a1104e4310..a76935cadd 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/XXMLSignatureTemplate.html +++ b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/XXMLSignatureTemplate.html @@ -75,7 +75,7 @@ * entities include digest value and signature value. Empty entities are not * allowed in a signature template when performing validation.
* - *In some cases, the signer or vertifier can dertermine and locate the + *
In some cases, the signer or vertifier can determine and locate the * contents to be signed from the template by dereference the URI.
* *With the help of signature context, the signer or verifier specifies the diff --git a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/ElementMarkPriority.html b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/ElementMarkPriority.html index 4ec699d795..0aca5b0231 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/ElementMarkPriority.html +++ b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/ElementMarkPriority.html @@ -52,7 +52,7 @@ * The PRI_AFTERMODIFY priority represents the notification will be * sent after any internal modification has finished. *
- * The PRI_BEFOREMODIFY proirity represents the notification will be + * The PRI_BEFOREMODIFY priority represents the notification will be * sent before any internal modification happens. *
* So an element mark with PRI_BEFOREMODIFY will be handled first, diff --git a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/XElementStackKeeper.html b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/XElementStackKeeper.html index f655272a0e..eafb8c87e5 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/XElementStackKeeper.html +++ b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/XElementStackKeeper.html @@ -72,7 +72,7 @@
* All transferred events are removed from the buffer. diff --git a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/XMissionTaker.html b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/XMissionTaker.html index 35f2d64168..b159d05b39 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/XMissionTaker.html +++ b/part2/content/api/docs/common/ref/com/sun/star/xml/crypto/sax/XMissionTaker.html @@ -49,7 +49,7 @@
- * This interface is used to controll a mission. + * This interface is used to control a mission.
This interface describes a name-type-value triple which describes a - single attribute of a tag. Implementors are encouraged to implement the + single attribute of a tag. Implementers are encouraged to implement the ::com::sun::star::util::XCloneable interface also to allow the user to make a copy of the instance. diff --git a/part2/content/api/docs/common/ref/com/sun/star/xml/sax/XExtendedDocumentHandler.html b/part2/content/api/docs/common/ref/com/sun/star/xml/sax/XExtendedDocumentHandler.html index 77c392e682..faa6e54a81 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/xml/sax/XExtendedDocumentHandler.html +++ b/part2/content/api/docs/common/ref/com/sun/star/xml/sax/XExtendedDocumentHandler.html @@ -131,7 +131,7 @@ XML-source.
Any string comming in via character handler may include chars, +
Any string coming in via character handler may include chars, that would otherwise be interpreted as markup.
Known attributes have a local name that is known to the registered at the XFastParser which created the sax event containing diff --git a/part2/content/api/docs/common/ref/com/sun/star/xml/sax/XFastContextHandler.html b/part2/content/api/docs/common/ref/com/sun/star/xml/sax/XFastContextHandler.html index cb00bc6b11..cf128c5f62 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/xml/sax/XFastContextHandler.html +++ b/part2/content/api/docs/common/ref/com/sun/star/xml/sax/XFastContextHandler.html @@ -80,7 +80,7 @@
Setting a XFastTokenHandler with setTokenHandler is optional, but without a XFastTokenHandler you will only - get unknown sax events. This can be usefull if you are only interested + get unknown sax events. This can be useful if you are only interested in the namespace handling and/or the context feature.
For each element the parser sends a create child element event to the diff --git a/part2/content/api/docs/common/ref/com/sun/star/xml/sax/module-ix.html b/part2/content/api/docs/common/ref/com/sun/star/xml/sax/module-ix.html index c1b894b21a..cc24cb0b9e 100644 --- a/part2/content/api/docs/common/ref/com/sun/star/xml/sax/module-ix.html +++ b/part2/content/api/docs/common/ref/com/sun/star/xml/sax/module-ix.html @@ -98,7 +98,7 @@
- * Every lauguage has its own methods to manipulate its native DOM + * Every language has its own methods to manipulate its native DOM * data structure, this interface provides a common method set which - * each lauguage have to implement. + * each language have to implement. *
- * In another word, this interface wraps language dependant methods, + * In another word, this interface wraps language dependent methods, * then other component can manipulate DOM data through UNO methods. @@ -471,7 +471,7 @@ * *
* This interface is used to wrap a element information, which - * make it enable to tranfer the element information between + * make it enable to transfer the element information between * different languages, such as C++/Java.