You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2014/04/29 21:12:03 UTC

svn commit: r1591060 [12/15] - in /openoffice/trunk/main: helpcontent2/source/text/scalc/01/ helpcontent2/source/text/shared/01/ helpcontent2/source/text/simpress/01/ helpcontent2/source/text/smath/01/ helpcontent2/source/text/swriter/01/ helpcontent2/...

Modified: openoffice/trunk/main/offapi/com/sun/star/document/XInteractionFilterSelect.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/document/XInteractionFilterSelect.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/document/XInteractionFilterSelect.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/document/XInteractionFilterSelect.idl Tue Apr 29 19:11:53 2014
@@ -40,7 +40,7 @@ module com { module sun { module star { 
     a possible <type scope="com::sun::star::task">InteractionHandler</type> will be used.
     (it's a a part of used <type>MediaDescriptor</type>)
     A <type>NoSuchFilterRequest</type> will be used then to start right interaction on that to
-    get a decision wich filter should be used for given URL. A possible continiuation
+    get a decision which filter should be used for given URL. A possible continiuation
     of that can be this XInteractionFilterSelect. It will transport the decision back to
     generic filter detection and force using of it. Of course it's possible to abort
     the loading process by use another continuation <type scope="com::sun::star::task">XInteractionAbort</type>.

Modified: openoffice/trunk/main/offapi/com/sun/star/document/XTypeDetection.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/document/XTypeDetection.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/document/XTypeDetection.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/document/XTypeDetection.idl Tue Apr 29 19:11:53 2014
@@ -44,7 +44,7 @@ module com { module sun { module star { 
     may invalid results if e.g., the extension of the document is wrong.
     A "deep" detection means looking into the document stream to be right
     which format it supports. Of course that includes a "flat" detection before.
-    The combination of both ones should produce stable results everytime.
+    The combination of both should produce stable results every time.
     </p>
 
     @see TypeDetection
@@ -82,11 +82,11 @@ published interface XTypeDetection: com:
         The property <member>MediaDescriptor::URL</member> should be set on
         this descriptor as minimum. It specifies the location of the document.
         If this parameter is missing another one is required: <member>MediaDescriptor::InputStream</member>.
-        This can be usefull to prevent operaton against multiple opening of the stream
+        This can be useful to prevent operaton against multiple opening of the stream
         and perform the operation. If this stream isn't already included the detection
         will open it (if allowed!) and add it to the descriptor so it will be available for
         all following parts.
-        A combination of both parameters can be usefull to perform the operation
+        A combination of both parameters can be useful to perform the operation
         and make results more stable; but only one of them is required.
         Of course its possible to specify more document properties (e.g.
         <member>MediaDescriptor::ReadOnly</member>).

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/AccessibleShape.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/AccessibleShape.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/AccessibleShape.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/AccessibleShape.idl Tue Apr 29 19:11:53 2014
@@ -41,7 +41,7 @@ module com {  module sun {  module star 
     A UNO shape is any object that implements the <type
     scope="::com::sun::star::drawing">XShape</type> interface.
 
-    <p>The content of a draw page is modeled as tree of accessible shapes
+    <p>The content of a draw page is modelled as tree of accessible shapes
     and accessible text paragraphs.  The root of this (sub-)tree is the
     accessible draw document view.  An accessible shape implements either
     this service or one of the 'derived' services

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/DocumentSettings.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/DocumentSettings.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/DocumentSettings.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/DocumentSettings.idl Tue Apr 29 19:11:53 2014
@@ -92,7 +92,7 @@ published service DocumentSettings
     /** If this is true, the distance between two paragraphs is
 		the sum of ParaTopMargin of the previous and ParaBottomMargin of
 		the next paragraph. If false, only the greater of the two is
-		choosen. 
+		chosen. 
      */
     [optional, property] boolean ParagraphSummation;
 

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/GraphicFilterRequest.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/GraphicFilterRequest.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/GraphicFilterRequest.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/GraphicFilterRequest.idl Tue Apr 29 19:11:53 2014
@@ -35,7 +35,7 @@
 
 /** represents a general error graphic filter exception.
     It can be used to transport the error code information.
-    E.g. that can be usefull for interactions.
+    E.g. that can be useful for interactions.
 
     @since OpenOffice 3.0
  */

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/Hatch.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/Hatch.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/Hatch.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/Hatch.idl Tue Apr 29 19:11:53 2014
@@ -39,7 +39,7 @@
 //============================================================================= 
  
 // DocMerge from xml: struct com::sun::star::drawing::Hatch
-/** This struct defines the appearence of a hatch.
+/** This struct defines the appearance of a hatch.
 	
 	<p>A hatch is a texture made of straight lines.</p>
  */

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/TextProperties.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/TextProperties.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/TextProperties.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/TextProperties.idl Tue Apr 29 19:11:53 2014
@@ -240,7 +240,7 @@ published service TextProperties
 	//------------------------------------------------------------------------- 
 
 	/** with this property you can set the maximum height for a shape with text.
-		On edit, the auto grow feature will not grow the object heigher than
+		On edit, the auto grow feature will not grow the object higher than
 		the value of this property.
 	*/
 	[property] long TextMaximumFrameHeight; 

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/XCustomShapeHandle.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/XCustomShapeHandle.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/XCustomShapeHandle.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/XCustomShapeHandle.idl Tue Apr 29 19:11:53 2014
@@ -50,7 +50,7 @@ interface XCustomShapeHandle: com::sun::
 	 */
 	com::sun::star::awt::Point getPosition(); 
 
-	/** is setting a new positon for the handle
+	/** is setting a new position for the handle
 	 */
 	void setControllerPosition( [in] com::sun::star::awt::Point aPoint ); 
 

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/XDrawPages.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/XDrawPages.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/XDrawPages.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/XDrawPages.idl Tue Apr 29 19:11:53 2014
@@ -43,7 +43,7 @@
 	<p>The pages are stored in an index container. The order is determined by
 	the index.
 
-	You usualy get this interface if you use the
+	You usually get this interface if you use the
 	<type>XDrawPagesSupplier</type> or the <type>XMasterPagesSupplier</type>
 	at a model that contains <type>DrawPage</type>s or <type>MasterPage</type>s
 */

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/XShapeBinder.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/XShapeBinder.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/XShapeBinder.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/XShapeBinder.idl Tue Apr 29 19:11:53 2014
@@ -51,7 +51,7 @@ published interface XShapeBinder: com::s
 	/** binds <type>Shape</type>s together.
 
 		@param xShapes
-			a container with <type>Shape</type>s that will be bind toghether.
+			a container with <type>Shape</type>s that will be bind together.
 			All <type>Shapes</type> will be converted to a <type>PolyPolygonBezierShape</type>
 			and the lines will be connected. The <type>Shape</types>s in xShape will be
 			removed from the <type>GenericDrawPage</type> and disposed.

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/framework/ConfigurationController.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/framework/ConfigurationController.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/framework/ConfigurationController.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/framework/ConfigurationController.idl Tue Apr 29 19:11:53 2014
@@ -42,7 +42,7 @@ module com { module sun { module star { 
     <p>This service is used at the moment by the
     <type>XControllerManager</type> to create a configuration controller. 
     This allows developers to replace the default implementation of the
-    configuration controller with their own.  This may not be a usefull
+    configuration controller with their own.  This may not be a useful
     feature.  Furthermore the sub controllers may need a tighter coupling
     than the interfaces allow.  These are reasons for removing this service
     in the future and let the controller manager create the sub controllers

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XConfigurationController.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XConfigurationController.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XConfigurationController.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XConfigurationController.idl Tue Apr 29 19:11:53 2014
@@ -61,7 +61,7 @@ published interface XResource;
 
     <p>When the two configurations differ then the current configuration is
     updated eventually to reflect the requested configuration.  An update
-    takes place when the following three conditions are fullfilled.
+    takes place when the following three conditions are fulfilled.
     <ol>
     <li>when the last pending request for configuration changes has been
     processed,</li>

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl Tue Apr 29 19:11:53 2014
@@ -58,7 +58,7 @@ published interface XConfigurationContro
         <member>requestResourceDeactivation()</member> methods.</p>
         @param xRequest
             The configuration change represented by this request object must only
-            be commited to the configuration when the
+            be committed to the configuration when the
             <member
             scope="com::sun::star::drawing::framework::XConfigurationChangeRequest"
             >execute()</member>

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl Tue Apr 29 19:11:53 2014
@@ -42,7 +42,7 @@ interface XRelocatableResource
         @param xNewAnchor
             The new anchor.
         @return
-            Returns <TRUE/> when the relocation was successfull.
+            Returns <TRUE/> when the relocation was successful.
     */
     boolean relocateToAnchor ([in] XResource xNewAnchor);
 };

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XResourceFactory.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XResourceFactory.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XResourceFactory.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/framework/XResourceFactory.idl Tue Apr 29 19:11:53 2014
@@ -60,7 +60,7 @@ published interface XResourceFactory
             Returns a resource object that has been just created or was
             taken from a cache.  When the requested resource can not be
             created then an empty reference is returned.  A later call may
-            be successfull.  This, for example, can be the case with SFX
+            be successful.  This, for example, can be the case with SFX
             based side panes.  They are not available right after the
             creation of a new application frame.
         @throws InvalidArgumentException

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/ElementModes.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/ElementModes.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/ElementModes.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/ElementModes.idl Tue Apr 29 19:11:53 2014
@@ -83,7 +83,7 @@ published constants ElementModes
 	const long READWRITE = 7;
 
 	//------------------------------------------------------------------------
-	/** lets the document be truncated immediatelly after opening.
+	/** lets the document be truncated immediately after opening.
 
 		<p>
 		This flag makes sence only in combination with

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl Tue Apr 29 19:11:53 2014
@@ -74,7 +74,7 @@ published service EmbeddedObjectDescript
 
         <p>
         Setting of this property to true tells the embedded object that
-		controlls the document to store or not to store the graphical
+		controls the document to store or not to store the graphical
 		representation of the document in to the object persistence.
 		If this property is not set the object makes the decision itself.
         </p>

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/EntryInitModes.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/EntryInitModes.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/EntryInitModes.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/EntryInitModes.idl Tue Apr 29 19:11:53 2014
@@ -30,14 +30,14 @@ module com { module sun { module star { 
 
 //============================================================================
 /** This constant set contains possible modes to initialize object
-	persistance.
+	persistence.
 
 	@see XEmbedPersist
 */
 published constants EntryInitModes
 {
 	// -----------------------------------------------------------------------
-	/** In case object persistance is created based on existing entry,
+	/** In case object persistence is created based on existing entry,
 		the object should be initialized from this entry. Otherwise
 		the object should be initialized as a new one.
 	 */

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/ObjectSaveVetoException.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/ObjectSaveVetoException.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/ObjectSaveVetoException.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/ObjectSaveVetoException.idl Tue Apr 29 19:11:53 2014
@@ -34,7 +34,7 @@
  
 //============================================================================
  
-/** This exception can be thrown in case container whants to avoid objects
+/** This exception can be thrown in case container wants to avoid objects
 	saving.
 
 	@see XEmbeddedClient

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/Storage.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/Storage.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/Storage.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/Storage.idl Tue Apr 29 19:11:53 2014
@@ -169,7 +169,7 @@ published service Storage
 						<p>
 						A storage flashes on commit all the child streams it
 						owns. So in case after the stream is changed neither
-						the storage was commited nor the stream was flushed
+						the storage was committed nor the stream was flushed
 						explicitly, the changes will not appear in the new
 						created stream. This method allows to retrieve copy of
 						a child stream even in case it is already opened for
@@ -203,7 +203,7 @@ published service Storage
 						<p>
 						A storage flashes on commit all the child streams it
 						owns. So in case after the stream is changed neither
-						the storage was commited nor the stream was flushed
+						the storage was committed nor the stream was flushed
 						explicitly, the changes will not appear in the new
 						created stream. This method allows to retrieve copy of
 						a child stream even in case it is already opened for
@@ -215,8 +215,8 @@ published service Storage
 					<dd>
 						This method gets <type>Storage</type> service
 						implementation and fills it in with the latest
-						commited version of this storage. So in case the
-						storage was not commited after it was changed, the
+						committed version of this storage. So in case the
+						storage was not committed after it was changed, the
 						changes will not appear in the new created storage.
 					</dd>
 
@@ -225,9 +225,9 @@ published service Storage
 						<p>
 						This method gets <type>Storage</type> service
 						implementation and fills it in with the contents of
-						the requested substorage. The latest commited version
+						the requested substorage. The latest committed version
 						of child storage will be used. So in case the child
-						storage was not commited after it was changed, the
+						storage was not committed after it was changed, the
 						changes will not appear in the new created storage. 
 						</p>
 
@@ -257,11 +257,11 @@ published service Storage
 	/** allows to commit or revert changes that were done for the storage.
 
 		<p>
-		If a storage is commited all changes made to it will be integrated to
-		it's parent storage. This is recursive process, so the last commited
+		If a storage is committed all changes made to it will be integrated to
+		it's parent storage. This is recursive process, so the last committed
 		storage should be the root one. For the package based storages commit
 		of a root storage also means flashing to the related medium. If
-		a storage is not commited, no changes for it or it's child elements
+		a storage is not committed, no changes for it or it's child elements
 		will be stored.
 		</p>
 	 */
@@ -312,7 +312,7 @@ published service Storage
 		Usually means that the document validity is questionable, although
 		the package itself is not corrupted. The decision about document
 		validity in this case is in application hands. It is up to user of
-		the storage to deside whether he accepts the fallback approach for
+		the storage to decide whether he accepts the fallback approach for
 		an implementation of this service, outputs a warning or an error.
 		</p>
 	 */

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/StorageFactory.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/StorageFactory.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/StorageFactory.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/StorageFactory.idl Tue Apr 29 19:11:53 2014
@@ -89,7 +89,7 @@ published service StorageFactory
 					  <type scope="com::sun::star::task">XInteractionHandler</type>
 					  implementation, password for the storage and repair
 					  package flag.<br>
-                      Additionaly the parameter might contain property with the name
+                      Additionally the parameter may contain property with the name
                       "StorageFormat" that can take values from
 					  <type scope="com::sun::star::embed">StorageFormats</type>.
                       If the property is not provided a storage of package format

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/StorageStream.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/StorageStream.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/StorageStream.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/StorageStream.idl Tue Apr 29 19:11:53 2014
@@ -186,19 +186,19 @@ published service StorageStream
 
 	// -----------------------------------------------------------------------
 	/** specifies whether the stream will become encrypted next time the
-		common storage password holder is commited.
+		common storage password holder is committed.
 
 		<p>
 		The property value <TRUE/> means that the stream will become encrypted
 		after the closest storage in the parent hierarchy, that has common
-		storage password, is commited.
+		storage password, is committed.
 		<FALSE/> - the stream will not react to commit of such a storage.
 		</p>
 
 		<p>
 		In case stream is not encrypted and the property is set to <TRUE/>,
 		the stream will stay nonencrypted until the closest storage
-		in the parent hierarchy, that has common storage password, is commited.
+		in the parent hierarchy, that has common storage password, is committed.
 		On the commit the stream will be encrypted with the common storage
 		password. If there is no such storage in the hierarchy the stream
 		will not be encrypted at all.
@@ -209,13 +209,13 @@ published service StorageStream
 		If somebody sets a password explicitly by using
 		<type>XEncryptionProtectedSource</type> interface the value is
 		automatically set to <FALSE/> and the stream becomes encrypted
-		with specified password immediatelly.
+		with specified password immediately.
 		</p>
 
 		<p>
 		In case stream is encrypted one and the value is set to <TRUE/>
 		the stream becomes nonencrypted until the common storage password
-		holder is commited. The data about previously set password ( if any )
+		holder is committed. The data about previously set password ( if any )
 		will be removed and the stream can be accessed as nonencrypted stream.
 		</p>
 	 */

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XCommonEmbedPersist.idl Tue Apr 29 19:11:53 2014
@@ -91,7 +91,7 @@ published interface XCommonEmbedPersist:
     /** lets the object or the link reload itself.
 
 		<p>
-		If the object has persistance it will be reloaded from it's persistant
+		If the object has persistence it will be reloaded from it's persistant
 		entry.
 		</p>
 

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl Tue Apr 29 19:11:53 2014
@@ -74,7 +74,7 @@ published interface XEmbedObjectClipboar
 
 		<p>
 		The clipboard can provide a number of choices that are container
-		related. This infomation will be returned in the
+		related. This information will be returned in the
 		<type>InsertedObjectInfo</type> object.
 		<p>
 

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XEmbeddedClient.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XEmbeddedClient.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XEmbeddedClient.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XEmbeddedClient.idl Tue Apr 29 19:11:53 2014
@@ -54,7 +54,7 @@ published interface XEmbeddedClient: XCo
     /** asks client to let the object store itself.
 	
         @throws com::sun::star::uno::ObjectSaveVetoException
-			in case container whants to avoid saving of object
+			in case container wants to avoid saving of object
 
         @throws com::sun::star::uno::Exception
 			in case of problems during saving

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XInplaceClient.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XInplaceClient.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XInplaceClient.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XInplaceClient.idl Tue Apr 29 19:11:53 2014
@@ -189,7 +189,7 @@ interface XInplaceClient: com::sun::star
 		raises( ::com::sun::star::embed::WrongStateException );
 
 	//------------------------------------------------------------------------
-	/** provides accelerator table the object whants to use while it is
+	/** provides accelerator table the object wants to use while it is
 		inplace active.
 
 		@param aKeys

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XInplaceObject.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XInplaceObject.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XInplaceObject.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XInplaceObject.idl Tue Apr 29 19:11:53 2014
@@ -86,7 +86,7 @@ published interface XInplaceObject: com:
     /** enables or disables modeless dialogs of the object.
 
 		<p>
-		In case contaner whants to show a modal dialog it should disable
+		In case contaner wants to show a modal dialog it should disable
 		modeless of embedded object dialogs with this call. Later the same
 		call can be used to enable it.
 		</p>
@@ -106,7 +106,7 @@ published interface XInplaceObject: com:
 		        ::com::sun::star::uno::Exception );
 
 	//------------------------------------------------------------------------
-    /** provides accelerator table the container whants to use during inplace
+    /** provides accelerator table the container wants to use during inplace
 		editing.
 
 		@return

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XInsertObjectDialog.idl Tue Apr 29 19:11:53 2014
@@ -65,7 +65,7 @@ published interface XInsertObjectDialog:
 
 		<p>
 		The dialog allows for user to do a number of choices that are container
-		related. This infomation will be returned in the
+		related. This information will be returned in the
 		<type>InsertedObjectInfo</type> object.
 		<p>
 

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XOptimizedStorage.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XOptimizedStorage.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XOptimizedStorage.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XOptimizedStorage.idl Tue Apr 29 19:11:53 2014
@@ -111,7 +111,7 @@ published interface XOptimizedStorage
 
 	// -----------------------------------------------------------------------
 	/** allows to insert a stream to the storage directly. The stream must
-		stay alive till the storage is commited.
+		stay alive till the storage is committed.
 	 */
     void insertStreamElementDirect(
 			[in] string sStreamName,

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XPersistanceHolder.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XPersistanceHolder.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XPersistanceHolder.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XPersistanceHolder.idl Tue Apr 29 19:11:53 2014
@@ -45,7 +45,7 @@
 published interface XPersistanceHolder: com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-    /** disconnects the object from the persistance.
+    /** disconnects the object from the persistence.
 
         @throws com::sun::star::io::IOException
 			in case of io problems
@@ -58,10 +58,10 @@ published interface XPersistanceHolder: 
 				::com::sun::star::uno::Exception );
 
 	//-------------------------------------------------------------------------
-    /** connects the object to a persistance.
+    /** connects the object to a persistence.
 
 		@param xStream
-			a stream that specify the persistance
+			a stream that specify the persistence
 
         @throws com::sun::star::io::IOException
 			in case of io problems

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XStorage.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XStorage.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XStorage.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XStorage.idl Tue Apr 29 19:11:53 2014
@@ -106,7 +106,7 @@ published interface XStorage
 	interface ::com::sun::star::container::XNameAccess;
 
 	// -----------------------------------------------------------------------
-	/** allows to controll and track lifetime of the storage.
+	/** allows to control and track lifetime of the storage.
 
 		<p>
 		In case a storage is disposed any call to it's methods should result
@@ -124,7 +124,7 @@ published interface XStorage
 		<p>
 		The destination storage contents are overwritten.
 		After the successful copying the target storage is automatically
-		commited if it implements transacted access.
+		committed if it implements transacted access.
 		</p>
 
 		@param xDest
@@ -563,7 +563,7 @@ published interface XStorage
 	/** allows to copy an entry from one storage to another.
 
 		<p>
-		If target element supports transacted mode it must be commited by this
+		If target element supports transacted mode it must be committed by this
 		method after successful copying.
 		</p>
 
@@ -607,7 +607,7 @@ published interface XStorage
 	/** allows to move an entry from one storage to another.
 
 		<p>
-		If target element supports transacted mode it must be commited by this
+		If target element supports transacted mode it must be committed by this
 		method after successful moving.
 		</p>
 

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XStorageRawAccess.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XStorageRawAccess.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XStorageRawAccess.idl Tue Apr 29 19:11:53 2014
@@ -122,7 +122,7 @@ published interface XStorageRawAccess
 		<p>
 		This method allows to transport encrypted streams without decryption.
 		Mainly this method is introduced to allow to copy one encrypted
-		storage stream to another without decryption. It is not reccomended to
+		storage stream to another without decryption. It is not recommended to
 		use this method outside of storage implementation since different
 		storages implementation could have different encryption format. If the
 		method is used outside of storage implementation the user code is
@@ -183,7 +183,7 @@ published interface XStorageRawAccess
 		<p>
 		This method allows to transport encrypted streams without decryption.
 		Mainly this method is introduced to allow to copy one encrypted
-		storage stream to another without decryption. It is not reccomended to
+		storage stream to another without decryption. It is not recommended to
 		use this method outside of storage implementation since different
 		storages implementation could have different encryption format.
 		</p>

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl Tue Apr 29 19:11:53 2014
@@ -38,7 +38,7 @@ module com {  module sun {  module star 
  
 //============================================================================
  
-/** broadcasts messege in case transacted object is commited or reverted.
+/** broadcasts messege in case transacted object is committed or reverted.
  */
 published interface XTransactionBroadcaster: com::sun::star::uno::XInterface
 { 

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl Tue Apr 29 19:11:53 2014
@@ -41,21 +41,21 @@ module com {  module sun {  module star 
  
 //============================================================================
  
-/** makes it possible to receive events when a transacted object is commited
+/** makes it possible to receive events when a transacted object is committed
 	or reverted.
  */
 published interface XTransactionListener: com::sun::star::lang::XEventListener
 { 
 	//------------------------------------------------------------------------
-	/** is called just before the object is commited.
+	/** is called just before the object is committed.
 	 */
 	void preCommit( [in] com::sun::star::lang::EventObject aEvent )
 		raises( ::com::sun::star::uno::Exception );
 
 	//------------------------------------------------------------------------
-	/** is called after the object is commited.
+	/** is called after the object is committed.
 	 */
-	void commited( [in] com::sun::star::lang::EventObject aEvent ); 
+	void committed( [in] com::sun::star::lang::EventObject aEvent ); 
 
 	//------------------------------------------------------------------------
 	/** is called just before the object is reverted.

Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XVisualObject.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XVisualObject.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XVisualObject.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XVisualObject.idl Tue Apr 29 19:11:53 2014
@@ -118,7 +118,7 @@ published interface XVisualObject: ::com
     /** retrieves visual representation of the object in preferable format.
 
 		<p>
-		If the object persistance entry contains cached visual representation
+		If the object persistence entry contains cached visual representation
 		then it can be retrieved by using this method even in loaded state.
 		</p>
 

Modified: openoffice/trunk/main/offapi/com/sun/star/form/FormComponents.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/FormComponents.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/FormComponents.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/FormComponents.idl Tue Apr 29 19:11:53 2014
@@ -87,7 +87,7 @@ published service FormComponents
         <p>For instance, at any time you can obtain the events associated with the <code>n</code><super>th</super>
         element in the form components by calling
         <member scope="com::sun::star::script">XEventAttacherManager::getScriptEvents</member>
-        with paramter <code>n</code>. In particular, this invariant is always met, even after you
+        with parameter <code>n</code>. In particular, this invariant is always met, even after you
         inserted/removed elements into/from the container.</p>
 	 */
 	interface com::sun::star::script::XEventAttacherManager;

Modified: openoffice/trunk/main/offapi/com/sun/star/form/PropertyBrowserController.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/PropertyBrowserController.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/PropertyBrowserController.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/PropertyBrowserController.idl Tue Apr 29 19:11:53 2014
@@ -127,7 +127,7 @@ published service PropertyBrowserControl
 	*/
 	interface com::sun::star::beans::XPropertySet;
 
-	/** allows to access the properties via indicies
+	/** allows to access the properties via indices
 	*/
 	interface com::sun::star::beans::XFastPropertySet;
 

Modified: openoffice/trunk/main/offapi/com/sun/star/form/XFormControllerListener.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/XFormControllerListener.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/XFormControllerListener.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/XFormControllerListener.idl Tue Apr 29 19:11:53 2014
@@ -53,7 +53,7 @@ published interface XFormControllerListe
 		the controller was not previously activated.
 
 		@param rEvent
-			the event happend.
+			the event happened.
 	 */
 	[oneway] void formActivated( [in] com::sun::star::lang::EventObject rEvent ); 
  
@@ -64,7 +64,7 @@ published interface XFormControllerListe
 		words, no control of the controller owns the focus.
 
 		@param rEvent
-			the event happend.
+			the event happened.
 	 */
 	[oneway] void formDeactivated( [in] com::sun::star::lang::EventObject rEvent ); 
  

Modified: openoffice/trunk/main/offapi/com/sun/star/form/XGridFieldDataSupplier.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/XGridFieldDataSupplier.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/XGridFieldDataSupplier.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/XGridFieldDataSupplier.idl Tue Apr 29 19:11:53 2014
@@ -42,7 +42,7 @@
 	
 	<p>You can retrieve the data type information and the data in a row.</p>
 
-	<p>This interface allows to retrieve data even for rows which are not current, which is quite usefull,
+	<p>This interface allows to retrieve data even for rows which are not current, which is quite useful,
 	as normally, you can't affect the current row in a grid control without moving the cursor of the underlying
 	<type scope="com::sun::star::form::component">DataForm</type>.</p>
 

Modified: openoffice/trunk/main/offapi/com/sun/star/form/XLoadListener.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/XLoadListener.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/XLoadListener.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/XLoadListener.idl Tue Apr 29 19:11:53 2014
@@ -54,7 +54,7 @@ published interface XLoadListener: com::
 	/** is invoked when the object has successfully connected to a datasource.
 
 		@param aEvent
-			the event happend.
+			the event happened.
 	 */
 	[oneway] void loaded( [in] com::sun::star::lang::EventObject aEvent ); 
  
@@ -65,7 +65,7 @@ published interface XLoadListener: com::
 		the event source before the object is unloaded.</p>
 
 		@param aEvent
-			the event happend.
+			the event happened.
 	 */
 	[oneway] void unloading( [in] com::sun::star::lang::EventObject aEvent ); 
  
@@ -74,7 +74,7 @@ published interface XLoadListener: com::
 	/** is invoked after the object has disconnected from a datasource.
 
 		@param aEvent
-			the event happend.
+			the event happened.
 	 */
 	[oneway] void unloaded( [in] com::sun::star::lang::EventObject aEvent ); 
  
@@ -86,7 +86,7 @@ published interface XLoadListener: com::
 		to the event source until they get the reloaded event.</p>
 
 		@param aEvent
-			the event happend.
+			the event happened.
 	 */
 	[oneway] void reloading( [in] com::sun::star::lang::EventObject aEvent ); 
  
@@ -95,7 +95,7 @@ published interface XLoadListener: com::
 	/** is invoked when the object has been reloaded.
 
 		@param aEvent
-			the event happend.
+			the event happened.
 	 */
 	[oneway] void reloaded( [in] com::sun::star::lang::EventObject aEvent ); 
 }; 

Modified: openoffice/trunk/main/offapi/com/sun/star/form/XResetListener.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/XResetListener.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/XResetListener.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/XResetListener.idl Tue Apr 29 19:11:53 2014
@@ -59,7 +59,7 @@ published interface XResetListener: com:
 	/** is invoked before a component is reset.
 		
 		@param rEvent
-			the event happend.
+			the event happened.
 
 		@returns
 			<TRUE/> when reset was approved, <FALSE/> when the reset operation should be cancelled.
@@ -71,7 +71,7 @@ published interface XResetListener: com:
 	/** is invoked when a component has been reset.
 
 		@param rEvent
-			the event happend.
+			the event happened.
 	 */
 	[oneway] void resetted( [in] com::sun::star::lang::EventObject rEvent ); 
  

Modified: openoffice/trunk/main/offapi/com/sun/star/form/XSubmitListener.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/XSubmitListener.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/XSubmitListener.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/XSubmitListener.idl Tue Apr 29 19:11:53 2014
@@ -56,7 +56,7 @@ published interface XSubmitListener: com
 	/** is invoked when a component is about to submit it's data.
 
 		@param aEvent
-			the event happend
+			the event happened
 
 		@returns
 			<TRUE/> when submitting was approved, otherwise <FALSE/>.

Modified: openoffice/trunk/main/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl Tue Apr 29 19:11:53 2014
@@ -45,7 +45,7 @@ module com {  module sun {  module star 
     content of the controls associated with this model. For instance, for an
     <type scope="com::sun::star::form::component">TextField</type>, this would be the
     <member scope="com::sun::star::awt">UnoControlEditModel::Text</member> property of the base
-    service. Similarily, a <type scope="com::sun::star::form::component">CheckBox</type> has
+    service. Similarly, a <type scope="com::sun::star::form::component">CheckBox</type> has
     a property <member scope="com::sun::star::awt">UnoControlCheckBoxModel::State</member>, which
     reflects the current check state.</p>
 

Modified: openoffice/trunk/main/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl Tue Apr 29 19:11:53 2014
@@ -48,13 +48,13 @@ module com {  module sun {  module star 
     <ol><li><em>sequences of integers</em>: When used, the integers in the sequence will represent
             the indexes of the selected entries of the list box.</li>
         <li><em>integer values</em>: When used, the value will represent the index of the selected entry.
-            If no entry is selected, -1 will be transfered. If more than one entry is selected, <NULL/>
-            will be transfered.</li>
+            If no entry is selected, -1 will be transferred. If more than one entry is selected, <NULL/>
+            will be transferred.</li>
         <li><em>sequences of strings</em>: When used, the strings in the sequence present the texts
             of the selected entries of the list box.</li>
         <li><em>string values</em>: When used. the value will represent the text of the selected entry.
-            If no entry is selected, an empty string will be transfered. If more than one entry is selected,
-            <NULL/> will be transfered.</li>
+            If no entry is selected, an empty string will be transferred. If more than one entry is selected,
+            <NULL/> will be transferred.</li>
     </ol></p>
 
     @see com::sun::star::form::binding::XValueBinding::supportsType

Modified: openoffice/trunk/main/offapi/com/sun/star/form/binding/ListEntryEvent.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/binding/ListEntryEvent.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/binding/ListEntryEvent.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/binding/ListEntryEvent.idl Tue Apr 29 19:11:53 2014
@@ -35,14 +35,14 @@ module com {  module sun {  module star 
 //=============================================================================
 
 /** specifies the event which is notified when a change in a string entry
-    list occured
+    list occurred
 
     @see XListEntrySource
     @see XListEntryListener
 */
 struct ListEntryEvent : com::sun::star::lang::EventObject
 {
-	/** denotes the position where a change occured.
+	/** denotes the position where a change occurred.
 
         <p>The concrete semantics of the value depends on the concrete
         event being notified.</p>

Modified: openoffice/trunk/main/offapi/com/sun/star/form/component/DataForm.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/component/DataForm.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/component/DataForm.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/component/DataForm.idl Tue Apr 29 19:11:53 2014
@@ -61,7 +61,7 @@ module com { module sun { module star { 
 module component {
 //=============================================================================
 /** This service specifies a form which is connected to a database and
-	displays the results of SQL queries. It provides the possiblity of
+	displays the results of SQL queries. It provides the possibility of
 	adding new data records, modifying existing ones, or deleting them.
 
 	<p>A database form is a special kind of enhanced database row set
@@ -169,7 +169,7 @@ published service DataForm
         master field.<br/>
         If a string in this property denotes both a column name and a parameter name, it
         is undefined which way it is interpreted, but implementations of the service are required
-        to either decide for the paramter or the column, and proceed as usual.
+        to either decide for the parameter or the column, and proceed as usual.
         </p>
 
         <p>The columns specified herein typically represent a part of the primary key

Modified: openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseComboBox.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseComboBox.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseComboBox.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseComboBox.idl Tue Apr 29 19:11:53 2014
@@ -64,7 +64,7 @@ published service DatabaseComboBox
 		a decision must be made how to deal with empty strings.<br/>
 		This is controlled by <member>ConvertEmptyToNull</member>.</p>
 
-		<p>If the property is set to <TRUE/>, and an empty text is to be commited, this is
+		<p>If the property is set to <TRUE/>, and an empty text is to be committed, this is
 		converted into <NULL/>, else it is written as empty string.</p>
 	 */
 	[property] boolean ConvertEmptyToNull; 

Modified: openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseFormattedField.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseFormattedField.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseFormattedField.idl Tue Apr 29 19:11:53 2014
@@ -55,7 +55,7 @@ published service DatabaseFormattedField
 		a decision must be made how to deal with empty strings.<br/>
 		This is controlled by <member>ConvertEmptyToNull</member>.</p>
 
-		<p>If the property is set to <TRUE/>, and an empty text is to be commited, this is
+		<p>If the property is set to <TRUE/>, and an empty text is to be committed, this is
 		converted into <NULL/>, else it is written as empty string.</p>
 	 */
 	[property] boolean ConvertEmptyToNull; 

Modified: openoffice/trunk/main/offapi/com/sun/star/form/component/DatabasePatternField.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/component/DatabasePatternField.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/component/DatabasePatternField.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/component/DatabasePatternField.idl Tue Apr 29 19:11:53 2014
@@ -56,7 +56,7 @@ published service DatabasePatternField
 		a decision must be made how to deal with empty strings.<br/>
 		This is controlled by this property.</p>
 
-		<p>If the property is set to <TRUE/>, and an empty text is to be commited, this is
+		<p>If the property is set to <TRUE/>, and an empty text is to be committed, this is
 		converted into <NULL/>, else it is written as empty string.</p>
 	 */
 	[property] boolean ConvertEmptyToNull; 

Modified: openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseTextField.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseTextField.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseTextField.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/component/DatabaseTextField.idl Tue Apr 29 19:11:53 2014
@@ -55,7 +55,7 @@ published service DatabaseTextField
 		a decision must be made how to deal with empty strings.<br/>
 		This is controlled by this property.</p>
 
-		<p>If the property is set to <TRUE/>, and an empty text is to be commited, this is
+		<p>If the property is set to <TRUE/>, and an empty text is to be committed, this is
 		converted into <NULL/>, else it is written as empty string.</p>
 	 */
 	[property] boolean ConvertEmptyToNull; 

Modified: openoffice/trunk/main/offapi/com/sun/star/form/component/GridControl.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/component/GridControl.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/component/GridControl.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/component/GridControl.idl Tue Apr 29 19:11:53 2014
@@ -88,7 +88,7 @@
 	<p>The table rows in a grid control correspond to the rows in the <type>DataForm</type>
 	the control belongs to, and the columns correspond to single columns of the form's row set.</p>
 
-	<p>Columns of a grid control are modeled by own objects, too. They are very similar to usual
+	<p>Columns of a grid control are modelled by own objects, too. They are very similar to usual
 	<type scope="com::sun::star::form">DataAwareControlModel</type>s modeling other "single-value" controls, but they are not described
 	as own services. Instead, they need to be created using the <type scope="com::sun::star::form">XGridColumnFactory</type> interface.</p>
  */

Modified: openoffice/trunk/main/offapi/com/sun/star/form/submission/XSubmission.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/form/submission/XSubmission.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/form/submission/XSubmission.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/form/submission/XSubmission.idl Tue Apr 29 19:11:53 2014
@@ -59,7 +59,7 @@ interface XSubmission : com::sun::star::
             requirements for the submission, e.g. data consistency, are fulfilled.
 
         @throws com::sun::star::lang::WrappedTargetException
-            if an error occured during invoking the submission target
+            if an error occurred during invoking the submission target
     */
 	void submit( )
                 raises ( com::sun::star::util::VetoException, com::sun::star::lang::WrappedTargetException );
@@ -75,7 +75,7 @@ interface XSubmission : com::sun::star::
             requirements for the submission, e.g. data consistency, are fulfilled.
 
         @throws com::sun::star::lang::WrappedTargetException
-            if an error occured during invoking the submission target
+            if an error occurred during invoking the submission target
     */
     void submitWithInteraction( [in] com::sun::star::task::XInteractionHandler aHandler )
                 raises ( com::sun::star::util::VetoException, com::sun::star::lang::WrappedTargetException );

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/Components.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/Components.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/Components.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/Components.idl Tue Apr 29 19:11:53 2014
@@ -45,7 +45,7 @@ module com {  module sun {  module star 
 published service Components
 {
     //-------------------------------------------------------------------------
-    /** use it to get snapshot of current avaliable components as an enumeration
+    /** use it to get snapshot of current available components as an enumeration
      */
 	interface com::sun::star::container::XEnumerationAccess;
 };

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/ContentHandler.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/ContentHandler.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/ContentHandler.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/ContentHandler.idl Tue Apr 29 19:11:53 2014
@@ -51,7 +51,7 @@ published service ContentHandler
 
         <p>
         Base interface of <type>XNotifyingDispatch</type> is <type>XDispatch</type>
-        and can be called for requests if result isn't neccessary for dispatch operation.
+        and can be called for requests if result isn't necessary for dispatch operation.
         </p>
 
         @see XDispatch

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/ContentHandlerFactory.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/ContentHandlerFactory.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/ContentHandlerFactory.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/ContentHandlerFactory.idl Tue Apr 29 19:11:53 2014
@@ -58,7 +58,7 @@ published service ContentHandlerFactory
 
 		<p>
         Returned objects must support the service specification of a <type>ContentHandler</type>.
-        They can be created by using of his internal name, which must be unambigous everytime, only.
+        They can be created by using of his internal name, which must be unambigous every time, only.
         To get this name use further specified interfaces of this factory for access on
         the flat configuration.
         </p>

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/ControlEvent.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/ControlEvent.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/ControlEvent.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/ControlEvent.idl Tue Apr 29 19:11:53 2014
@@ -50,7 +50,7 @@ struct ControlEvent
     */
     ::com::sun::star::util::URL aURL;
     
-    /** specifies the event which has occured.
+    /** specifies the event which has occurred.
 	 */
 	string Event;
  

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/Desktop.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/Desktop.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/Desktop.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/Desktop.idl Tue Apr 29 19:11:53 2014
@@ -60,7 +60,7 @@
 published service Desktop
 {
     //-------------------------------------------------------------------------
-    /** make it possible to be the global root of different seperated frame trees
+    /** make it possible to be the global root of different separated frame trees
 
         <p>
         It's not a must for a frame (neither a frame tree) to be a part of this

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/DispatchDescriptor.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/DispatchDescriptor.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/DispatchDescriptor.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/DispatchDescriptor.idl Tue Apr 29 19:11:53 2014
@@ -37,9 +37,9 @@
     has to be loaded into a specified frame
 
     <p>
-    For a normal dispatch calls all needed parameters are seperated.
+    For a normal dispatch calls all needed parameters are separated.
     For optimized remote functionality <member>XDispatch::queryDispatches()</member>
-    it's neccessary to pack these parameters in a flat structure wich can be used
+    it's necessary to pack these parameters in a flat structure which can be used
     in a simple manner.
     </p>
 
@@ -63,7 +63,7 @@ published struct DispatchDescriptor
     /** name of the target frame
 
         <p>
-        Special targets (e.g. "_blank", "_self") or realy existing target names can be used.
+        Special targets (e.g. "_blank", "_self") or really existing target names can be used.
         </p>
 
         @see XDispatchProvider::queryDispatch()

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/DispatchProvider.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/DispatchProvider.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/DispatchProvider.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/DispatchProvider.idl Tue Apr 29 19:11:53 2014
@@ -57,7 +57,7 @@ published service DispatchProvider
 
         <p>
         Base interface of <type>XNotifyingDispatch</type> is <type>XDispatch</type>
-        and can be called for requests if result isn't neccessary for dispatch operation.
+        and can be called for requests if result isn't necessary for dispatch operation.
         </p>
 
         @see XDispatch

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/DispatchRecorder.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/DispatchRecorder.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/DispatchRecorder.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/DispatchRecorder.idl Tue Apr 29 19:11:53 2014
@@ -39,7 +39,7 @@
 /** provides functionality to record <member>XDispatch::dispatch()</member> requests
 
     <p>
-    It records all neccessary parameters of a call <member>XDispatch::dispatch()</member>
+    It records all necessary parameters of a call <member>XDispatch::dispatch()</member>
     and generate code which can be executed at later time to run same operations
     again. Which code will be generated depends from real implementation. So it's
     possible to generate e.g. Java/Basic or may Perl code.

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/Frame.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/Frame.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/Frame.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/Frame.idl Tue Apr 29 19:11:53 2014
@@ -131,7 +131,7 @@ published service Frame
     /** supports interception mechanism for dispatched URLs
 
         <p>
-        Registered objects can intercept, supress or deroute dispatched URLs.
+        Registered objects can intercept, suppress or deroute dispatched URLs.
         If they support another interface too (<type>XInterceptorInfo</type>)
         it's possible to perform it by directly calling of right interceptor without
         using list of all registered ones.

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/FrameActionEvent.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/FrameActionEvent.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/FrameActionEvent.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/FrameActionEvent.idl Tue Apr 29 19:11:53 2014
@@ -48,7 +48,7 @@
 published struct FrameActionEvent: com::sun::star::lang::EventObject
 {
 	//-------------------------------------------------------------------------
-    /** contains the frame in which the event occured
+    /** contains the frame in which the event occurred
 	 */
     XFrame Frame;
 

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/FrameLoaderFactory.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/FrameLoaderFactory.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/FrameLoaderFactory.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/FrameLoaderFactory.idl Tue Apr 29 19:11:53 2014
@@ -58,9 +58,9 @@ published service FrameLoaderFactory
 
 		<p>
         Returned objects must support the service specification of a <type>FrameLoader</type>
-        or <type>SynchronousFrameLoader</type>. (Note: last one will be prefered if both ones
+        or <type>SynchronousFrameLoader</type>. (Note: last one will be preferred if both ones
         are available)
-        They can be created by using of his internal name, which must be unambigous everytime, only.
+        They can be created by using of his internal name, which must be unambigous every time, only.
         To get this name use further specified interfaces of this factory for access on
         the flat configuration.
         </p>

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/FrameSearchFlag.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/FrameSearchFlag.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/FrameSearchFlag.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/FrameSearchFlag.idl Tue Apr 29 19:11:53 2014
@@ -100,7 +100,7 @@ published constants FrameSearchFlag
         will be reached. It doesn't influence a search from top to bottom.
         But it can be used at the root of the frame tree to search on direct childrens of it only.
         Because the direct children of the root node are the root's of the task sub trees, which
-        are top frames too. Instead of using the CHILDREN flag there, it's possible so to supress
+        are top frames too. Instead of using the CHILDREN flag there, it's possible so to suppress
         a deeper search so.
         </p>
 	 */

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/ProtocolHandler.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/ProtocolHandler.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/ProtocolHandler.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/ProtocolHandler.idl Tue Apr 29 19:11:53 2014
@@ -47,7 +47,7 @@
     <p>
     Supported URLs must match follow format: <protocol scheme>:<protocol specific part>
     If a handler provides optional arguments ("?") or jump marks ("#") depends from his
-    defintion and implementation. The generic dispatch provider will use registered
+    definition and implementation. The generic dispatch provider will use registered
     URL pattern to detect right handler.
     </p>
  */
@@ -68,7 +68,7 @@ published service ProtocolHandler
         /** initialize the new handler instance with some context informations
 
         <p>
-        Sometimes it can be usefull for a handler object, to know something about the
+        Sometimes it can be useful for a handler object, to know something about the
         environment, in which it runs - especily the frame. For this case the generic
         code (which uses the handler) will ask for this optional interface and use it, if it exist.
         Following parameters are passed to the service:
@@ -78,7 +78,7 @@ published service ProtocolHandler
         </p>
 
         <p>
-        Please note: if this mechanism is used it seams not usefull (nor possible) to implement a ProtocolHandler
+        Please note: if this mechanism is used it does not seem useful (nor possible) to implement a ProtocolHandler
         as a singleton. Otherwhise the implementation can't distinguish between different environments
         and her corresponding dispatch requests.
         </p>

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/TerminationVetoException.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/TerminationVetoException.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/TerminationVetoException.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/TerminationVetoException.idl Tue Apr 29 19:11:53 2014
@@ -40,7 +40,7 @@
     the termination of the office, he will be the new "owner" of it.
     After his own operation will be finished, he MUST try to terminate the
     office again. Any other veto listener can intercept that again or office
-    will die realy.
+    will die really.
     </p>
 
     @see XDesktop::terminate()

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/ToolbarController.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/ToolbarController.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/ToolbarController.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/ToolbarController.idl Tue Apr 29 19:11:53 2014
@@ -101,7 +101,7 @@ service ToolbarController
 
         <p>
         A toolbar controller instance is ready for use after this call has been made 
-        the first time. The toolbar implementation guarentees that the controller's 
+        the first time. The toolbar implementation guarantees that the controller's 
         item window has been added to the toolbar and its reference is held by it.
         </p>
     */

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XControlNotificationListener.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XControlNotificationListener.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XControlNotificationListener.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XControlNotificationListener.idl Tue Apr 29 19:11:53 2014
@@ -45,7 +45,7 @@ module com {  module sun {  module star 
 interface XControlNotificationListener : com::sun::star::uno::XInterface
 {
 	//-------------------------------------------------------------------------
-    /** notifies that a control event has happend
+    /** notifies that a control event has happened
 
         @param Event
             contains the event informantion

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XDesktop.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XDesktop.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XDesktop.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XDesktop.idl Tue Apr 29 19:11:53 2014
@@ -143,11 +143,11 @@ published interface XDesktop: com::sun::
 	com::sun::star::lang::XComponent getCurrentComponent();
 
 	//-------------------------------------------------------------------------
-    /** provides read access to the frame wich contains the current component
+    /** provides read access to the frame which contains the current component
 
         @returns
             the frame of the component which has the
-            UI focus within this desktop enviroment
+            UI focus within this desktop environment
 
         @see XDesktop::getCurrentComponent()
 	 */

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl Tue Apr 29 19:11:53 2014
@@ -105,7 +105,7 @@ published interface XDispatchRecorderSup
             </li>
             <li>If <var>Dispatcher</var> support the interface
                 <type>XRecordableDispatch</type> it will be used
-                to dispatch and record all neccessary parameters of
+                to dispatch and record all necessary parameters of
                 the whole process.
             </li>
         </ul>

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XDocumentTemplates.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XDocumentTemplates.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XDocumentTemplates.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XDocumentTemplates.idl Tue Apr 29 19:11:53 2014
@@ -75,7 +75,7 @@ published interface XDocumentTemplates: 
             specifies the target
 
         @return
-            <TRUE/> if operation was sucessfully
+            <TRUE/> if operation was successfully
             <br>
             <FALSE/> otherwise
 
@@ -100,7 +100,7 @@ published interface XDocumentTemplates: 
             specifies the position of template
 
         @return
-            <TRUE/> if operation was sucessfully
+            <TRUE/> if operation was successfully
             <br>
             <FALSE/> otherwise
 
@@ -121,7 +121,7 @@ published interface XDocumentTemplates: 
             specifies the template for delete
 
         @return
-            <TRUE/> if operation was sucessfully
+            <TRUE/> if operation was successfully
             <br>
             <FALSE/> otherwise
 	 */
@@ -139,7 +139,7 @@ published interface XDocumentTemplates: 
             specifies the template for renaming
 
         @return
-            <TRUE/> if operation was sucessfully
+            <TRUE/> if operation was successfully
             <br>
             <FALSE/> otherwise
 	 */
@@ -155,7 +155,7 @@ published interface XDocumentTemplates: 
             the name of the group to be created
 
 		@return
-            <TRUE/> if operation was sucessfully
+            <TRUE/> if operation was successfully
             <br>
             <FALSE/> otherwise
 	*/
@@ -168,7 +168,7 @@ published interface XDocumentTemplates: 
             the name of the group to be removed
 
 		@return
-            <TRUE/> if operation was sucessfully
+            <TRUE/> if operation was successfully
             <br>
             <FALSE/> otherwise
 	 */
@@ -184,7 +184,7 @@ published interface XDocumentTemplates: 
             the new name of the group
 
 		@return
-            <TRUE/> if operation was sucessfully
+            <TRUE/> if operation was successfully
             <br>
             <FALSE/> otherwise
 	 */

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XFrame.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XFrame.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XFrame.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XFrame.idl Tue Apr 29 19:11:53 2014
@@ -63,7 +63,7 @@ published interface XFrame: com::sun::st
         It's designed for initializing - not for setting.
         </p>
 
-		<p>This frame will take over ownership of the window refered from
+		<p>This frame will take over ownership of the window referred from
 		<var>xWindow</var>.  Thus, the previous owner is not allowed to 
 		dispose this window anymore. </p>
 
@@ -97,7 +97,7 @@ published interface XFrame: com::sun::st
         But creator doesn't mean the implementation which creates this instance ...
         it means the parent frame of the frame hierarchy.
         Because; normaly a frame should be created by using the api
-        and is neccessary for searches inside the tree (e.g. <member>XFrame::findFrame()</member>)
+        and is necessary for searches inside the tree (e.g. <member>XFrame::findFrame()</member>)
         </p>
 
         @param Creator
@@ -287,7 +287,7 @@ published interface XFrame: com::sun::st
         @return
             <TRUE/>if setting of new component or release of an existing one was successfully
             <br>
-            <FALSE/> otherwise (especialy, if an existing controller disagree within his
+            <FALSE/> otherwise (especially, if an existing controller disagree within his
             <member>XController::suspend()</member> call)
 
         @see XFrame::getComponentWindow()

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XFrameLoader.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XFrameLoader.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XFrameLoader.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XFrameLoader.idl Tue Apr 29 19:11:53 2014
@@ -49,7 +49,7 @@
 
     <p>
     It's an asynchronous loading. For synchronous processes use <type>XSynchronousFrameLoader</type>
-    instead of this one. The generic load algorithm of the office supports both ones - but prefered
+    instead of this one. The generic load algorithm of the office supports both - but preferes
     the synchronous interface.
     </p>
 

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XInterceptorInfo.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XInterceptorInfo.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XInterceptorInfo.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XInterceptorInfo.idl Tue Apr 29 19:11:53 2014
@@ -57,7 +57,7 @@ published interface XInterceptorInfo: co
         </p>
 
         @return
-            a list of URL's wich are handled by this interceptor
+            a list of URL's which are handled by this interceptor
 	 */
 	sequence< string > getInterceptedURLs();
 };

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XLayoutManagerListener.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XLayoutManagerListener.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XLayoutManagerListener.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XLayoutManagerListener.idl Tue Apr 29 19:11:53 2014
@@ -54,7 +54,7 @@ published interface XLayoutManagerListen
             reference to the layout manager which invoked the event.
 
         @param eLayoutEvent
-            identifies the layout event that has occured.
+            identifies the layout event that has occurred.
 
         @param aInfo
             provides additional information about the event. The type

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XRecordableDispatch.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XRecordableDispatch.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XRecordableDispatch.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XRecordableDispatch.idl Tue Apr 29 19:11:53 2014
@@ -55,7 +55,7 @@
     If a dispatch object is well known and recording was enabled
     on a <type>XDispatchRecorderSupplier</type> it's possible to use method
     <member>XDispatchRecorderSupplier::dispatchAndRecord()</member> of it
-    to make dispatch and recording automaticly. The interface XRecordableDispatch
+    to make dispatch and recording automatically. The interface XRecordableDispatch
     is used transparently there.
     </p>
 
@@ -87,7 +87,7 @@ published interface XRecordableDispatch:
     /** dispatch and record it
 
         @param URL
-            full parsed URL wich describe the feature which should be dispatched (executed)
+            full parsed URL which describe the feature which should be dispatched (executed)
 
         @param Arguments
             optional arguments for this request

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XStatusbarController.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XStatusbarController.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XStatusbarController.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XStatusbarController.idl Tue Apr 29 19:11:53 2014
@@ -75,7 +75,7 @@ interface XStatusbarController
                 implementation.
             </li>
             <li><b>StatusbarItem</b><br/>a <type scope="com::sun::star::ui">XStatusbarItem</type>
-                instance which represents the status bar item asociated with
+                instance which represents the status bar item associated with
                 this controller.
             </li>
             <li><b>ParentWindow</b><br/>a <type scope="com::sun::star::awt">Window</type>
@@ -104,7 +104,7 @@ interface XStatusbarController
 
         <p>
         A status bar controller instance is ready for use after this call has
-        been made the first time. The status bar implementation guarentees that
+        been made the first time. The status bar implementation guarantees that
         the controller's item window has been added to the status bar and its
         reference is held by it.
         </p>

Modified: openoffice/trunk/main/offapi/com/sun/star/frame/XStorable.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/frame/XStorable.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/frame/XStorable.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/frame/XStorable.idl Tue Apr 29 19:11:53 2014
@@ -95,7 +95,7 @@ published interface XStorable: com::sun:
 		<p>Only objects which know their locations can be stored.</p>
 
         @throws com::sun::star::io::IOException
-            if an IO error occured during save operation
+            if an IO error occurred during save operation
             (may the location is unknown)
 
         @see XStorable::storeAsURL
@@ -125,7 +125,7 @@ published interface XStorable: com::sun:
             (see <type scope="com::sun::star::document">MediaDescriptor</type> for further details)
 
         @throws com::sun::star::io::IOException
-            if an IO error occured during save operation
+            if an IO error occurred during save operation
             (may the location is unknown)
 
         @see XStorable::store
@@ -148,7 +148,7 @@ published interface XStorable: com::sun:
         persistence capability.</p>
 
         @throws com::sun::star::io::IOException
-            if an IO error occured during save operation
+            if an IO error occurred during save operation
             (may the location is unknown)
 
         @param lArguments



Re: svn commit: r1591060 [12/15] - in /openoffice/trunk/main: helpcontent2/source/text/scalc/01/ helpcontent2/source/text/shared/01/ helpcontent2/source/text/simpress/01/ helpcontent2/source/text/smath/01/ helpcontent2/source/text/swriter/01/ helpcontent2/...

Posted by Jürgen Schmidt <jo...@gmail.com>.
On 4/29/14 10:56 PM, Pedro Giffuni wrote:
> Fixed as of r1591100, thanks!.
> 
> Sorry, I knew some of this could happen.
> 
> Unfortunately AOO is broken with FreeBSD 10+ (clang/libc++ has bridge
> issues) so
> my testing was limited. It also means I won't be doing much AOO in a while.

mmh, I don't know if this kind of bulk commits are really helpful. It's
nearly impossible to review them. Ok we will see build breakers but I
would prefer if we can at least announce such changes in front of the
change. I was surprised when I updated my local repo ...

And of course I am not sure if it is really so useful. Yes it's nice to
have this spelling errors fixed and I do it as well when I notice them.

But I am no friend of whitespace cleanup or stuff like this without
substantial changes/fixes.

Juergen

> 
> Pedro.
> 
> On 04/29/14 15:46, Ariel Constenla-Haile wrote:
>> On Tue, Apr 29, 2014 at 07:12:03PM -0000, pfg@apache.org wrote:
>>> Modified:
>>> openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl
>>> URL:
>>> http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
>>>
>>> ==============================================================================
>>>
>>> ---
>>> openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl
>>> (original)
>>> +++
>>> openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl
>>> Tue Apr 29 19:11:53 2014
>>> @@ -41,21 +41,21 @@ module com {  module sun {  module star
>>>     
>>> //============================================================================
>>>
>>>    -/** makes it possible to receive events when a transacted object
>>> is commited
>>> +/** makes it possible to receive events when a transacted object is
>>> committed
>>>       or reverted.
>>>    */
>>>   published interface XTransactionListener:
>>> com::sun::star::lang::XEventListener
>>>   {
>>>      
>>> //------------------------------------------------------------------------
>>>
>>> -    /** is called just before the object is commited.
>>> +    /** is called just before the object is committed.
>>>        */
>>>       void preCommit( [in] com::sun::star::lang::EventObject aEvent )
>>>           raises( ::com::sun::star::uno::Exception );
>>>        
>>> //------------------------------------------------------------------------
>>>
>>> -    /** is called after the object is commited.
>>> +    /** is called after the object is committed.
>>>        */
>>> -    void commited( [in] com::sun::star::lang::EventObject aEvent );
>>> +    void committed( [in] com::sun::star::lang::EventObject aEvent );
>> This breaks the build and is an incompatible change in a published API.
>>
>>
>> Regards
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: svn commit: r1591060 [12/15] - in /openoffice/trunk/main: helpcontent2/source/text/scalc/01/ helpcontent2/source/text/shared/01/ helpcontent2/source/text/simpress/01/ helpcontent2/source/text/smath/01/ helpcontent2/source/text/swriter/01/ helpcontent2/...

Posted by Pedro Giffuni <pf...@apache.org>.
FWIW ...

The change was announced ages ago:
http://mail-archives.apache.org/mod_mbox/openoffice-dev/201404.mbox/raw/%3C5345E952.8060909%40apache.org%3E

But of course there were good reasons to wait after the release before 
committing it.

About the argument of the value behind the changes, some of the changes 
touched some user visible strings, but well ... by the sheer size you 
might imagine how long it took to get to it, time that would have 
otherwise been spent over a period of .. perhaps many years.  It is 
rather unelegant for an Office suite to have such mistakes and I was not 
able to fix them all though.

There are some really ugly issues that I am sure I am not the first to 
notice: some text files appear as binaries or are encoded in some format 
that break the tools I used or caused trouble to svn diff.

In any case.. I don't forsee doing these type of titanic tasks again ;-).

Pedro.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: svn commit: r1591060 [12/15] - in /openoffice/trunk/main: helpcontent2/source/text/scalc/01/ helpcontent2/source/text/shared/01/ helpcontent2/source/text/simpress/01/ helpcontent2/source/text/smath/01/ helpcontent2/source/text/swriter/01/ helpcontent2/...

Posted by Pedro Giffuni <pf...@apache.org>.
Fixed as of r1591100, thanks!.

Sorry, I knew some of this could happen.

Unfortunately AOO is broken with FreeBSD 10+ (clang/libc++ has bridge 
issues) so
my testing was limited. It also means I won't be doing much AOO in a while.

Pedro.

On 04/29/14 15:46, Ariel Constenla-Haile wrote:
> On Tue, Apr 29, 2014 at 07:12:03PM -0000, pfg@apache.org wrote:
>> Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl
>> URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
>> ==============================================================================
>> --- openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl (original)
>> +++ openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl Tue Apr 29 19:11:53 2014
>> @@ -41,21 +41,21 @@ module com {  module sun {  module star
>>    
>>   //============================================================================
>>    
>> -/** makes it possible to receive events when a transacted object is commited
>> +/** makes it possible to receive events when a transacted object is committed
>>   	or reverted.
>>    */
>>   published interface XTransactionListener: com::sun::star::lang::XEventListener
>>   {
>>   	//------------------------------------------------------------------------
>> -	/** is called just before the object is commited.
>> +	/** is called just before the object is committed.
>>   	 */
>>   	void preCommit( [in] com::sun::star::lang::EventObject aEvent )
>>   		raises( ::com::sun::star::uno::Exception );
>>   
>>   	//------------------------------------------------------------------------
>> -	/** is called after the object is commited.
>> +	/** is called after the object is committed.
>>   	 */
>> -	void commited( [in] com::sun::star::lang::EventObject aEvent );
>> +	void committed( [in] com::sun::star::lang::EventObject aEvent );
> This breaks the build and is an incompatible change in a published API.
>
>
> Regards


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: svn commit: r1591060 [12/15] - in /openoffice/trunk/main: helpcontent2/source/text/scalc/01/ helpcontent2/source/text/shared/01/ helpcontent2/source/text/simpress/01/ helpcontent2/source/text/smath/01/ helpcontent2/source/text/swriter/01/ helpcontent2/...

Posted by Ariel Constenla-Haile <ar...@apache.org>.
On Tue, Apr 29, 2014 at 07:12:03PM -0000, pfg@apache.org wrote:
> Modified: openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl
> URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl?rev=1591060&r1=1591059&r2=1591060&view=diff
> ==============================================================================
> --- openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl (original)
> +++ openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl Tue Apr 29 19:11:53 2014
> @@ -41,21 +41,21 @@ module com {  module sun {  module star 
>   
>  //============================================================================
>   
> -/** makes it possible to receive events when a transacted object is commited
> +/** makes it possible to receive events when a transacted object is committed
>  	or reverted.
>   */
>  published interface XTransactionListener: com::sun::star::lang::XEventListener
>  { 
>  	//------------------------------------------------------------------------
> -	/** is called just before the object is commited.
> +	/** is called just before the object is committed.
>  	 */
>  	void preCommit( [in] com::sun::star::lang::EventObject aEvent )
>  		raises( ::com::sun::star::uno::Exception );
>  
>  	//------------------------------------------------------------------------
> -	/** is called after the object is commited.
> +	/** is called after the object is committed.
>  	 */
> -	void commited( [in] com::sun::star::lang::EventObject aEvent ); 
> +	void committed( [in] com::sun::star::lang::EventObject aEvent ); 

This breaks the build and is an incompatible change in a published API.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina