[Libreoffice-commits] .: offapi/com

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Oct 17 06:58:15 PDT 2010


 offapi/com/sun/star/awt/AccessibleListBoxList.idl      |    2 -
 offapi/com/sun/star/awt/Command.idl                    |    4 +--
 offapi/com/sun/star/awt/FieldUnit.idl                  |    2 -
 offapi/com/sun/star/awt/FocusEvent.idl                 |    2 -
 offapi/com/sun/star/awt/FontFamily.idl                 |    4 +--
 offapi/com/sun/star/awt/ImageScaleMode.idl             |    4 +--
 offapi/com/sun/star/awt/MenuItemType.idl               |    2 -
 offapi/com/sun/star/awt/RoadmapItem.idl                |   10 ++++----
 offapi/com/sun/star/awt/SystemPointer.idl              |    4 +--
 offapi/com/sun/star/awt/UnoControlComboBoxModel.idl    |    2 -
 offapi/com/sun/star/awt/UnoControlEditModel.idl        |    4 +--
 offapi/com/sun/star/awt/UnoControlListBoxModel.idl     |    8 +++---
 offapi/com/sun/star/awt/VclWindowPeerAttribute.idl     |    2 -
 offapi/com/sun/star/awt/WindowAttribute.idl            |    2 -
 offapi/com/sun/star/awt/WindowEvent.idl                |    4 +--
 offapi/com/sun/star/awt/XActivateListener.idl          |    6 ++---
 offapi/com/sun/star/awt/XBitmap.idl                    |    2 -
 offapi/com/sun/star/awt/XCallback.idl                  |    2 -
 offapi/com/sun/star/awt/XDialogProvider2.idl           |    2 -
 offapi/com/sun/star/awt/XDisplayConnection.idl         |    6 ++---
 offapi/com/sun/star/awt/XDockableWindowListener.idl    |    2 -
 offapi/com/sun/star/awt/XEventHandler.idl              |    4 +--
 offapi/com/sun/star/awt/XExtendedToolkit.idl           |   10 ++++----
 offapi/com/sun/star/awt/XFont.idl                      |    2 -
 offapi/com/sun/star/awt/XItemList.idl                  |    4 +--
 offapi/com/sun/star/awt/XItemListListener.idl          |    2 -
 offapi/com/sun/star/awt/XKeyHandler.idl                |    4 +--
 offapi/com/sun/star/awt/XLayoutContainer.idl           |    2 -
 offapi/com/sun/star/awt/XLayoutFlow.idl                |    2 -
 offapi/com/sun/star/awt/XMessageBoxFactory.idl         |    2 -
 offapi/com/sun/star/awt/XPopupMenu.idl                 |    6 ++---
 offapi/com/sun/star/awt/XPopupMenuExtended.idl         |    4 +--
 offapi/com/sun/star/awt/XRequestCallback.idl           |    2 -
 offapi/com/sun/star/awt/XScrollBar.idl                 |    2 -
 offapi/com/sun/star/awt/XSimpleTabController.idl       |   20 ++++++++---------
 offapi/com/sun/star/awt/XSystemChildFactory.idl        |    2 -
 offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl   |    2 -
 offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl |    6 ++---
 offapi/com/sun/star/awt/XTextLayoutConstrains.idl      |    2 -
 offapi/com/sun/star/awt/XUserInputInterception.idl     |    4 +--
 offapi/com/sun/star/awt/XView.idl                      |    2 -
 41 files changed, 80 insertions(+), 80 deletions(-)

New commits:
commit 0f068e3e90cdfeff1773006331c8b44a4eb4ee70
Author: Aurimas Fiseras <aurimas at gmail.com>
Date:   Sun Oct 17 08:49:58 2010 -0500

    Fix typos in the documentation

diff --git a/offapi/com/sun/star/awt/AccessibleListBoxList.idl b/offapi/com/sun/star/awt/AccessibleListBoxList.idl
index 71c0cd8..2dfe530 100644
--- a/offapi/com/sun/star/awt/AccessibleListBoxList.idl
+++ b/offapi/com/sun/star/awt/AccessibleListBoxList.idl
@@ -36,7 +36,7 @@
 module com { module sun { module star { module awt {
 
 /** Accessible list box lists are used by list boxes as container for
-    the list items. In addtion of the simple container functionality of the
+    the list items. In addition of the simple container functionality of the
     <type>AccessibleList</type> service the
     <type scope="com::sun::star::accessibility">XAccessibleSelection</type> interface is supported.
 
diff --git a/offapi/com/sun/star/awt/Command.idl b/offapi/com/sun/star/awt/Command.idl
index bc72c77..e9920e2 100644
--- a/offapi/com/sun/star/awt/Command.idl
+++ b/offapi/com/sun/star/awt/Command.idl
@@ -58,7 +58,7 @@ published constants Command
     
     //------------------------------------------------------------------------- 
     
-    /** specifies the begining of an auto scroll operation.
+    /** specifies the beginning of an auto scroll operation.
     */
     const short STARTAUTOSCROLL = 4;
     
@@ -118,7 +118,7 @@ published constants Command
     
     //------------------------------------------------------------------------- 
     
-    /** specifies a hangual hanja conversion command.
+    /** specifies a Hangul hanja conversion command.
     */
     const short HANGUL_HANJA_CONVERSION = 14;
     
diff --git a/offapi/com/sun/star/awt/FieldUnit.idl b/offapi/com/sun/star/awt/FieldUnit.idl
index 31e4d80..a2d5957 100644
--- a/offapi/com/sun/star/awt/FieldUnit.idl
+++ b/offapi/com/sun/star/awt/FieldUnit.idl
@@ -35,7 +35,7 @@
 
 /** specifies attributes for the MetricField map units.
 
-    <p><b>IMPORTANT:</b> These constands have to be disjunct with
+    <p><b>IMPORTANT:</b> These constants have to be disjunct with
     constants in <type>util/MeasureUnit</type>.</p>
  */
 constants FieldUnit
diff --git a/offapi/com/sun/star/awt/FocusEvent.idl b/offapi/com/sun/star/awt/FocusEvent.idl
index 23a8cde..45d1401 100644
--- a/offapi/com/sun/star/awt/FocusEvent.idl
+++ b/offapi/com/sun/star/awt/FocusEvent.idl
@@ -62,7 +62,7 @@ published struct FocusEvent: com::sun::star::lang::EventObject
 { 
     //------------------------------------------------------------------------- 
      
-    /** specifies the reason for the focus change as an arithmentic-or 
+    /** specifies the reason for the focus change as an arithmetic-or
         combination of <type>FocusChangeReason</type>.
 
         @see FocusChangeReason
diff --git a/offapi/com/sun/star/awt/FontFamily.idl b/offapi/com/sun/star/awt/FontFamily.idl
index 9045166..de64ee2 100644
--- a/offapi/com/sun/star/awt/FontFamily.idl
+++ b/offapi/com/sun/star/awt/FontFamily.idl
@@ -60,7 +60,7 @@ published constants FontFamily
  
     //------------------------------------------------------------------------- 
         
-    /** specifies the family roman fonts (with serifes).
+    /** specifies the family roman fonts (with serifs).
      */
     const short ROMAN = 3; 
  
@@ -72,7 +72,7 @@ published constants FontFamily
  
     //------------------------------------------------------------------------- 
         
-    /** specifies the family roman fonts (without serifes).
+    /** specifies the family roman fonts (without serifs).
      */
     const short SWISS = 5; 
  
diff --git a/offapi/com/sun/star/awt/ImageScaleMode.idl b/offapi/com/sun/star/awt/ImageScaleMode.idl
index af354db..ec6fe27 100644
--- a/offapi/com/sun/star/awt/ImageScaleMode.idl
+++ b/offapi/com/sun/star/awt/ImageScaleMode.idl
@@ -41,12 +41,12 @@ constants ImageScaleMode
     */
     const short None = 0;
 
-    /** specifies that the image should be scaled up or down to the size of the surrounding area isotropicly,
+    /** specifies that the image should be scaled up or down to the size of the surrounding area isotropically,
         i.e. by keeping its aspect ratio.
     */
     const short Isotropic = 1;
 
-    /** specifies that the image should be scaled up or down to the size of the surrounding area anisotropicly.
+    /** specifies that the image should be scaled up or down to the size of the surrounding area anisotropically.
 
         <p>The image will finally cover all of the surrounding area, but its dimensions might be distorted.</p>
     */
diff --git a/offapi/com/sun/star/awt/MenuItemType.idl b/offapi/com/sun/star/awt/MenuItemType.idl
index d90031e..78fe90d 100644
--- a/offapi/com/sun/star/awt/MenuItemType.idl
+++ b/offapi/com/sun/star/awt/MenuItemType.idl
@@ -39,7 +39,7 @@
  */
 enum MenuItemType
 {
-    /** specifies that the menu item type is unkown.
+    /** specifies that the menu item type is unknown.
     */
     DONTKNOW,
 
diff --git a/offapi/com/sun/star/awt/RoadmapItem.idl b/offapi/com/sun/star/awt/RoadmapItem.idl
index 62313a0..8471268 100644
--- a/offapi/com/sun/star/awt/RoadmapItem.idl
+++ b/offapi/com/sun/star/awt/RoadmapItem.idl
@@ -48,8 +48,8 @@ service RoadmapItem
     */
      [property] short ID;
 
-    /** The Label of the RoadmapItem does not include its Prefix that is auto
-     * matically set after the following algorithm:
+    /** The Label of the RoadmapItem does not include its Prefix that is automatically
+     * set after the following algorithm:
      * (Index + 1) + ". " + Label
      */
     [property] string Label;
@@ -57,9 +57,9 @@ service RoadmapItem
 
     /** When "Interactive" is true the RoadmapItem supports a certain "HyperLabel
      *  functionality":
-     *  Moving the Mousepointer over the RoadmapItem will change it to a Refhand and
-     *  underline the Label for the time the mousepointer resides over the RoadmapItem.
-     *  Clicking the mousepointer will then notify the Roadmap Container.
+     *  Moving the mouse pointer over the RoadmapItem will change it to a Refhand and
+     *  underline the Label for the time the mouse pointer resides over the RoadmapItem.
+     *  Clicking with mouse pointer will then notify the Roadmap Container.
      *  The property Interactive" is readonly because it is adapted from the container of the
      *  RoadmapItem.
      */
diff --git a/offapi/com/sun/star/awt/SystemPointer.idl b/offapi/com/sun/star/awt/SystemPointer.idl
index 3dd584f..5fbe3d8 100644
--- a/offapi/com/sun/star/awt/SystemPointer.idl
+++ b/offapi/com/sun/star/awt/SystemPointer.idl
@@ -52,7 +52,7 @@ published constants SystemPointer
  
     //------------------------------------------------------------------------- 
         
-    /** specifies a waiting symbol as a mouse pointer (for example hourglas).
+    /** specifies a waiting symbol as a mouse pointer (for example hourglass).
      */
     const long WAIT = 2; 
  
@@ -191,7 +191,7 @@ published constants SystemPointer
  
     //------------------------------------------------------------------------- 
         
-    /** specifies a mouse pointer which symbolizes horzizontal splitting.
+    /** specifies a mouse pointer which symbolizes horizontal splitting.
      */
     const long HSPLIT = 23; 
  
diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
index 2f766c3..2fe01da 100644
--- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
@@ -227,7 +227,7 @@ published service UnoControlComboBoxModel
     */
     [optional, property] short MouseWheelBehavior;
 
-    /** allows mmanipulating the list of items in the combo box more fine-grained than the
+    /** allows manipulating the list of items in the combo box more fine-grained than the
         <member>StringItemList</member> property.
     */
     [optional] interface XItemList;
diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl
index b507751..d819bf9 100644
--- a/offapi/com/sun/star/awt/UnoControlEditModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl
@@ -69,7 +69,7 @@ published service UnoControlEditModel
  
     //------------------------------------------------------------------------- 
      
-    /** If set to true an horizontal scrollbar will be added automaticly
+    /** If set to true an horizontal scrollbar will be added automatically
         when needed.
 
         @since OOo 2.3.0
@@ -78,7 +78,7 @@ published service UnoControlEditModel
     
     //-------------------------------------------------------------------------
 
-    /** If set to true an vertical scrollbar will be added automaticly
+    /** If set to true an vertical scrollbar will be added automatically
         when needed.
 
         @since OOo 2.3.0
diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
index 4352ca0..c73197a 100644
--- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
@@ -56,7 +56,7 @@ published service UnoControlListBoxModel
  
     //------------------------------------------------------------------------- 
      
-    /** specifies the horiztontal alignment of the text in the control. 
+    /** specifies the horizontal alignment of the text in the control.
                 
         <pre>
         0: left
@@ -165,7 +165,7 @@ published service UnoControlListBoxModel
     
     //------------------------------------------------------------------------- 
         
-    /** specifies the sequence of selected items, identfied by the position.
+    /** specifies the sequence of selected items, identified by the position.
      */
     [property] sequence<short> SelectedItems; 
  
@@ -205,13 +205,13 @@ published service UnoControlListBoxModel
 
     /** defines how the mouse wheel can be used to scroll through the control's content.
 
-        <p>Usually, the mouse wheel scrool through the control's entry list. Using this property,
+        <p>Usually, the mouse wheel scroll through the control's entry list. Using this property,
         and one of the <type>MouseWheelBehavior</type> constants, you can control under which circumstances
         this is possible.</p>
     */
     [optional, property] short MouseWheelBehavior;
 
-    /** allows mmanipulating the list of items in the list box more fine-grained than the
+    /** allows manipulating the list of items in the list box more fine-grained than the
         <member>StringItemList</member> property.
 
         @since OOo 3.3
diff --git a/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl b/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
index e9c0454..22cad57 100644
--- a/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
+++ b/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
@@ -36,7 +36,7 @@
  
 /** specifies attributes for the VCL window implementation.
 
-    <p><b>IMPORTANT:</b> These constands have to be disjunct with
+    <p><b>IMPORTANT:</b> These constants have to be disjunct with
     constants in <type>WindowAttribute</type>.</p>
     
     @deprecated
diff --git a/offapi/com/sun/star/awt/WindowAttribute.idl b/offapi/com/sun/star/awt/WindowAttribute.idl
index c8dcdb6..dfa33fc 100644
--- a/offapi/com/sun/star/awt/WindowAttribute.idl
+++ b/offapi/com/sun/star/awt/WindowAttribute.idl
@@ -36,7 +36,7 @@
  
 /** These values are used to specify the decorations of a window.
 
-    <p><b>IMPORTANT:</b> These constands have to be disjunct with
+    <p><b>IMPORTANT:</b> These constants have to be disjunct with
     constants in <type>VclWindowPeerAttribute</type>.</p>
  */
 published constants WindowAttribute
diff --git a/offapi/com/sun/star/awt/WindowEvent.idl b/offapi/com/sun/star/awt/WindowEvent.idl
index 420435e..a353dc0 100644
--- a/offapi/com/sun/star/awt/WindowEvent.idl
+++ b/offapi/com/sun/star/awt/WindowEvent.idl
@@ -80,7 +80,7 @@ published struct WindowEvent: com::sun::star::lang::EventObject
     /** specifies the inset from the top. 
                         
         <p>The inset is the distance between the outer and the inner window,
-        that means the top inset is the heigt of the top border.</p>
+        that means the top inset is the height of the top border.</p>
      */
     long TopInset; 
  
@@ -98,7 +98,7 @@ published struct WindowEvent: com::sun::star::lang::EventObject
     /** specifies the inset from the bottom. 
                         
         <p>The inset is the distance between the outer and the inner window,
-        that means the bottom inset is the heigt of the bottom border.</p>
+        that means the bottom inset is the height of the bottom border.</p>
      */
     long BottomInset; 
  
diff --git a/offapi/com/sun/star/awt/XActivateListener.idl b/offapi/com/sun/star/awt/XActivateListener.idl
index eb6e29e..51880a0 100644
--- a/offapi/com/sun/star/awt/XActivateListener.idl
+++ b/offapi/com/sun/star/awt/XActivateListener.idl
@@ -53,7 +53,7 @@ published interface XActivateListener: com::sun::star::lang::XEventListener
      
     /** is invoked when a window is activated. 
                         
-        <p>A window is avtivated if a child or itself got the focus.</p>
+        <p>A window is activated if a child or itself got the focus.</p>
 
         @see XFocusListener::focusGained
      */
@@ -61,9 +61,9 @@ published interface XActivateListener: com::sun::star::lang::XEventListener
  
     //------------------------------------------------------------------------- 
      
-    /** is invoked when a window is de-activated. 
+    /** is invoked when a window is deactivated.
                         
-        <p>A window is deavtivated if a child or itself lost the focus.</p>
+        <p>A window is deactivated if a child or itself lost the focus.</p>
 
         @see XFocusListener::focusLost
      */
diff --git a/offapi/com/sun/star/awt/XBitmap.idl b/offapi/com/sun/star/awt/XBitmap.idl
index f6d8a52..467be2f 100644
--- a/offapi/com/sun/star/awt/XBitmap.idl
+++ b/offapi/com/sun/star/awt/XBitmap.idl
@@ -60,7 +60,7 @@ published interface XBitmap: com::sun::star::uno::XInterface
  
     //------------------------------------------------------------------------- 
      
-    /** returns the transparence mask of the device independent bitmap.
+    /** returns the transparency mask of the device independent bitmap.
      */
     sequence<byte> getMaskDIB(); 
  
diff --git a/offapi/com/sun/star/awt/XCallback.idl b/offapi/com/sun/star/awt/XCallback.idl
index 1af054b..ce3bd7c 100644
--- a/offapi/com/sun/star/awt/XCallback.idl
+++ b/offapi/com/sun/star/awt/XCallback.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module awt {
     
 //============================================================================= 
 
-/** specifices an interface which can be used to call back
+/** specifies an interface which can be used to call back
     an implementation
  */
 interface XCallback
diff --git a/offapi/com/sun/star/awt/XDialogProvider2.idl b/offapi/com/sun/star/awt/XDialogProvider2.idl
index b06fa17..a8ce13c 100644
--- a/offapi/com/sun/star/awt/XDialogProvider2.idl
+++ b/offapi/com/sun/star/awt/XDialogProvider2.idl
@@ -115,7 +115,7 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider {
 
         <p>The arguments accepted so far are
         <ul><li><em>ParentWindow</em> - must be a component supporting the <type>XWindowPeer</type> interface,
-                or a component supporting the <type>XControl</type> interfac, so an <code>XWindowPeer</code> can be
+                or a component supporting the <type>XControl</type> interface, so an <code>XWindowPeer</code> can be
                 obtained from it. The given window will be used as parent window for the to-be-created dialog.</li>
             <li><em>EventHandler</em> - specifies a component handling events in the dialog. See
                 <member>createDialogWithHandler</member> for a detailed specification of dialog event handling.</li>
diff --git a/offapi/com/sun/star/awt/XDisplayConnection.idl b/offapi/com/sun/star/awt/XDisplayConnection.idl
index 6ed5531..1e9f911 100644
--- a/offapi/com/sun/star/awt/XDisplayConnection.idl
+++ b/offapi/com/sun/star/awt/XDisplayConnection.idl
@@ -66,8 +66,8 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
     /** removes a eventHandler from the handler list.
 
         @param window
-        the platform specific window id the handler should be deregistered for. 
-        If empty, the handler should be deregistered completly.
+        the platform specific window id the handler should be unregistered for.
+        If empty, the handler should be unregistered completely.
 
         @param eventHandler
         the handler to remove.
@@ -96,7 +96,7 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
 
     /** returns a identifier.
 
-        @returns a unique platform dependend identifier for a display connection.
+        @returns a unique platform dependent identifier for a display connection.
     */
     any getIdentifier();
     
diff --git a/offapi/com/sun/star/awt/XDockableWindowListener.idl b/offapi/com/sun/star/awt/XDockableWindowListener.idl
index f8eff33..371c4de 100644
--- a/offapi/com/sun/star/awt/XDockableWindowListener.idl
+++ b/offapi/com/sun/star/awt/XDockableWindowListener.idl
@@ -107,7 +107,7 @@ interface XDockableWindowListener: com::sun::star::lang::XEventListener
  
     //------------------------------------------------------------------------- 
      
-    /** is invoked when the window currently is in popupmode and wants to be undocked 
+    /** is invoked when the window currently is in pop-up mode and wants to be undocked
         or closed
      */
     void endPopupMode( [in] com::sun::star::awt::EndPopupModeEvent e ); 
diff --git a/offapi/com/sun/star/awt/XEventHandler.idl b/offapi/com/sun/star/awt/XEventHandler.idl
index e63d3c8..116c52a 100644
--- a/offapi/com/sun/star/awt/XEventHandler.idl
+++ b/offapi/com/sun/star/awt/XEventHandler.idl
@@ -47,13 +47,13 @@ published interface XEventHandler: com::sun::star::uno::XInterface
     //-------------------------------------------------------------------------
 
     /** requests the implementor of this interface to handle a platform
-        dependend event.
+        dependent event.
 
         @returns <TRUE/> if the event was handled properly and no further 
         handling should take place, <FALSE/> otherwise.
 
         @param event
-        the platform dependend event.
+        the platform dependent event.
     */
     boolean handleEvent( [in] any event );
     
diff --git a/offapi/com/sun/star/awt/XExtendedToolkit.idl b/offapi/com/sun/star/awt/XExtendedToolkit.idl
index c2273a9..bea7e87 100755
--- a/offapi/com/sun/star/awt/XExtendedToolkit.idl
+++ b/offapi/com/sun/star/awt/XExtendedToolkit.idl
@@ -104,7 +104,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
         <member>getTopWindowCount()</member> and successive calls to this
         function.
         @param nIndex
-            The index should be in the intervall from 0 up to but not
+            The index should be in the interval from 0 up to but not
             including the number of top-level windows as returned by
             <member>getTopWindowCount()</member>.
         @return
@@ -127,7 +127,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
 
     /** Add a new listener that is called for events that involve <type
         scope="::com::sun::star::awt">XTopWindow</type>s.  After having
-        obtained the current list of exisiting top-level windows you can
+        obtained the current list of existing top-level windows you can
         keep this list up-to-date by listening to opened or closed top-level
         windows.  Wait for activations or deactivations of top-level windows
         to keep track of the currently active frame.
@@ -145,7 +145,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
     /** Remove the specified listener from the list of listeners.
         @param xListener
             If the reference is empty then nothing will be changed.  If the
-            listener has been registered twice (or more) then all refrences
+            listener has been registered twice (or more) then all references
             will be removed.
     */
     [oneway] void removeTopWindowListener (
@@ -171,7 +171,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
     /** Remove the specified listener from the list of listeners.
         @param xHandler
             If the reference is empty then nothing will be changed.  If the
-            handler has been registered twice (or more) then all refrences
+            handler has been registered twice (or more) then all references
             will be removed.
     */
     [oneway] void removeKeyHandler (
@@ -197,7 +197,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
     /** Remove the specified listener from the list of listeners.
         @param xListener
             If the reference is empty then nothing will be changed.  If the
-            listener has been registered twice (or more) then all refrences
+            listener has been registered twice (or more) then all references
             will be removed.
     */
     [oneway] void removeFocusListener (
diff --git a/offapi/com/sun/star/awt/XFont.idl b/offapi/com/sun/star/awt/XFont.idl
index e9096bd..71a139a 100644
--- a/offapi/com/sun/star/awt/XFont.idl
+++ b/offapi/com/sun/star/awt/XFont.idl
@@ -46,7 +46,7 @@
  
 //============================================================================= 
  
-/** decribes a font on a specific device. 
+/** describes a font on a specific device.
             
     <p>All values are in pixels within this device.</p>
  */
diff --git a/offapi/com/sun/star/awt/XItemList.idl b/offapi/com/sun/star/awt/XItemList.idl
index 6419ea9..17b6835 100644
--- a/offapi/com/sun/star/awt/XItemList.idl
+++ b/offapi/com/sun/star/awt/XItemList.idl
@@ -180,7 +180,7 @@ interface XItemList
             )
             raises  ( ::com::sun::star::lang::IndexOutOfBoundsException );
 
-    /** associates an implementation dependend value with the given list item.
+    /** associates an implementation dependent value with the given list item.
 
         <p>You can use this to store data for an item which does not interfere with the displayed
         text and image, but can be used by the client of the list box for an arbitrary purpose.</p>
@@ -246,7 +246,7 @@ interface XItemList
             )
             raises  ( ::com::sun::star::lang::IndexOutOfBoundsException );
 
-    /** retrieves the implementation dependend value associated with the given list item.
+    /** retrieves the implementation dependent value associated with the given list item.
         @see setItemData
 
         @param Position
diff --git a/offapi/com/sun/star/awt/XItemListListener.idl b/offapi/com/sun/star/awt/XItemListListener.idl
index d41d8b1..a7ec6fe 100644
--- a/offapi/com/sun/star/awt/XItemListListener.idl
+++ b/offapi/com/sun/star/awt/XItemListListener.idl
@@ -65,7 +65,7 @@ interface XItemListListener : ::com::sun::star::lang::XEventListener
                 [in] ::com::sun::star::lang::EventObject Event
             );
 
-    /** is called when the changes to the item list which occured are too complex to be notified
+    /** is called when the changes to the item list which occurred are too complex to be notified
         in single events.
 
         <p>Consumers of this event should discard their cached information about the current item list,
diff --git a/offapi/com/sun/star/awt/XKeyHandler.idl b/offapi/com/sun/star/awt/XKeyHandler.idl
index 6f292a4..aff3230 100644
--- a/offapi/com/sun/star/awt/XKeyHandler.idl
+++ b/offapi/com/sun/star/awt/XKeyHandler.idl
@@ -61,7 +61,7 @@ published interface XKeyHandler : ::com::sun::star::lang::XEventListener
         when known, with that of other handlers.</p>
 
         <p>Consuming this event does not prevent the pending key-release
-        event from beeing broadcasted.</p>
+        event from being broadcasted.</p>
 
         @param aEvent
             The key event informs about the pressed key.
@@ -81,7 +81,7 @@ published interface XKeyHandler : ::com::sun::star::lang::XEventListener
         handling by the broadcaster will take place.
 
         <p>Consume the event if the action performed by the implementation
-        is mutualy exclusive with the default action of the broadcaster or,
+        is mutually exclusive with the default action of the broadcaster or,
         when known, with that of other handlers.</p>
 
         @param aEvent
diff --git a/offapi/com/sun/star/awt/XLayoutContainer.idl b/offapi/com/sun/star/awt/XLayoutContainer.idl
index edee668..fbe8901 100644
--- a/offapi/com/sun/star/awt/XLayoutContainer.idl
+++ b/offapi/com/sun/star/awt/XLayoutContainer.idl
@@ -54,7 +54,7 @@ interface XLayoutContainer: com::sun::star::container::XChild
     com::sun::star::beans::XPropertySet getChildProperties(
         [in] com::sun::star::awt::XLayoutConstrains Child );
 
-    /** Set at initilization, this object should be notified when a containers state
+    /** Set at initialization, this object should be notified when a containers state
        changes, that may affect its size, to queue a layout re-calculation. */
     void setLayoutUnit( [in] com::sun::star::awt::XLayoutUnit Unit );
 
diff --git a/offapi/com/sun/star/awt/XLayoutFlow.idl b/offapi/com/sun/star/awt/XLayoutFlow.idl
index b059d13..da7fb00 100644
--- a/offapi/com/sun/star/awt/XLayoutFlow.idl
+++ b/offapi/com/sun/star/awt/XLayoutFlow.idl
@@ -9,7 +9,7 @@ module com {  module sun {  module star {  module awt {
  
 //============================================================================= 
  
-/** Enables height-for-width layout negociations, which allows for label wrapping
+/** Enables height-for-width layout negotiations, which allows for label wrapping
     and flow containers. Can be implemented by either a container or an ordinary widget;
     whether its parent will honor it is another story, so keep implementing
     getMinimumSize().
diff --git a/offapi/com/sun/star/awt/XMessageBoxFactory.idl b/offapi/com/sun/star/awt/XMessageBoxFactory.idl
index 39df3be..f06ba27 100644
--- a/offapi/com/sun/star/awt/XMessageBoxFactory.idl
+++ b/offapi/com/sun/star/awt/XMessageBoxFactory.idl
@@ -89,7 +89,7 @@ published interface XMessageBoxFactory : com::sun::star::uno::XInterface
         specifies which buttons should be available on the
         message box. A combination of
         <type scope="com::sun::star::awt">MessageBoxButtons</type>. An <b>infobox</b>
-        ignores this paramter and always use button "OK".
+        ignores this parameter and always use button "OK".
         
         @param aTitle
         specifies the title of the message box.
diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl
index 569e970..b92b175 100644
--- a/offapi/com/sun/star/awt/XPopupMenu.idl
+++ b/offapi/com/sun/star/awt/XPopupMenu.idl
@@ -43,7 +43,7 @@
  
 //============================================================================= 
  
-/** controls a popup menu.
+/** controls a pop-up menu.
  */
 published interface XPopupMenu: XMenu
 { 
@@ -80,8 +80,8 @@ published interface XPopupMenu: XMenu
  
     //------------------------------------------------------------------------- 
      
-    /** executes the popup menu and returns the selected item 
-        or <code>0</code>, if cancelled.
+    /** executes the pop-up menu and returns the selected item
+        or <code>0</code>, if canceled.
      */
     short execute( [in] XWindowPeer Parent, 
              [in] Rectangle Area, 
diff --git a/offapi/com/sun/star/awt/XPopupMenuExtended.idl b/offapi/com/sun/star/awt/XPopupMenuExtended.idl
index 5aff7c6..ead6591 100755
--- a/offapi/com/sun/star/awt/XPopupMenuExtended.idl
+++ b/offapi/com/sun/star/awt/XPopupMenuExtended.idl
@@ -139,9 +139,9 @@ interface XPopupMenuExtended
     /** sets the <type>KeyEvent</type> for the menu item.
 
         <p>The <type>KeyEvent</type> is <b>only</b> used as a container to transport
-        the shortcut information, this methods only draws the text corresponding to
+        the shortcut information, this method only draws the text corresponding to
         this keyboard shortcut. The client code is responsible for listening to
-        keyboard events (typicaly done via <type>XUserInputInterception</type>),
+        keyboard events (typically done via <type>XUserInputInterception</type>),
         and dispatch the respective command.</p>
 
         @param nItemId
diff --git a/offapi/com/sun/star/awt/XRequestCallback.idl b/offapi/com/sun/star/awt/XRequestCallback.idl
index 6d112cd..65d688d 100644
--- a/offapi/com/sun/star/awt/XRequestCallback.idl
+++ b/offapi/com/sun/star/awt/XRequestCallback.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module awt {
     
 //============================================================================= 
 
-/** specifices an interface which can be used to call back
+/** specifies an interface which can be used to call back
     an implementation
  */
 interface XRequestCallback
diff --git a/offapi/com/sun/star/awt/XScrollBar.idl b/offapi/com/sun/star/awt/XScrollBar.idl
index 23e7d14..83c1a67 100644
--- a/offapi/com/sun/star/awt/XScrollBar.idl
+++ b/offapi/com/sun/star/awt/XScrollBar.idl
@@ -68,7 +68,7 @@ published interface XScrollBar: com::sun::star::uno::XInterface
     //------------------------------------------------------------------------- 
         
     /** sets the scroll value, visible area and maximum scroll value
-        of the scoll bar.
+        of the scroll bar.
      */
     [oneway] void setValues( [in] long nValue, 
              [in] long nVisible, 
diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl b/offapi/com/sun/star/awt/XSimpleTabController.idl
index bd8ec40..04a0bd3 100644
--- a/offapi/com/sun/star/awt/XSimpleTabController.idl
+++ b/offapi/com/sun/star/awt/XSimpleTabController.idl
@@ -56,7 +56,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
 {
     //-------------------------------------------------------------------------
     /** create a new tab and return an unique ID,
-        which can be used further to adress this tab by using other methods
+        which can be used further to address this tab by using other methods
         of this interface.
 
         @return [long
@@ -71,7 +71,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
                 the ID of the tab, which should be removed.
 
         @throws  ::com::sun::star::lang::IndexOutOfBoundsException
-                if the specified ID isnt used inside this tab controller.
+                if the specified ID isn't used inside this tab controller.
      */
     void removeTab( [in] long ID )
         raises( com::sun::star::lang::IndexOutOfBoundsException );
@@ -106,7 +106,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
                 the ID of the tab, which should be changed.
 
         @throws  ::com::sun::star::lang::IndexOutOfBoundsException
-                if the specified ID isnt used inside this tab controller.
+                if the specified ID isn't used inside this tab controller.
      */
     void setTabProps( [in] long                                          ID         ,
                       [in] sequence< com::sun::star::beans::NamedValue > Properties )
@@ -119,7 +119,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
                 the ID of the tab.
 
         @throws  ::com::sun::star::lang::IndexOutOfBoundsException
-                if the specified ID isnt used inside this tab controller.
+                if the specified ID isn't used inside this tab controller.
      */
     sequence< com::sun::star::beans::NamedValue > getTabProps( [in] long ID )
         raises( com::sun::star::lang::IndexOutOfBoundsException );
@@ -128,14 +128,14 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
     /** activate the specified tab.
 
         @descr  The new tab will be activated and all listener will get an event describing this.
-                Of course there will be an event too, which notify's listener about the deactivation
+                Of course there will be an event too, which notifies listener about the deactivation
                 of the last active tab.
 
         @param  ID
                 the ID of the new active tab.
 
         @throws  ::com::sun::star::lang::IndexOutOfBoundsException
-                if the specified ID isnt used inside this tab controller.
+                if the specified ID isn't used inside this tab controller.
      */
     void activateTab( [in] long ID )
         raises( com::sun::star::lang::IndexOutOfBoundsException );
@@ -149,18 +149,18 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
     long getActiveTabID();
 
     //-------------------------------------------------------------------------
-    /** register listener for inserting/removing tab's and changing her properties.
+    /** register listener for inserting/removing tabs and changing their properties.
 
         @param  Listener
-                the listener for registration.
+                the listener to register.
      */
     void addTabListener( [in] XTabListener Listener );
 
     //-------------------------------------------------------------------------
-    /** deregister listener for inserting/removing tab's and changing her properties.
+    /** unregister listener for inserting/removing tabs and changing their properties.
 
         @param  Listener
-                the listener for deregistration.
+                the listener to unregister.
      */
     void removeTabListener( [in] XTabListener Listener );
 };
diff --git a/offapi/com/sun/star/awt/XSystemChildFactory.idl b/offapi/com/sun/star/awt/XSystemChildFactory.idl
index e2241fd..f9ac890 100644
--- a/offapi/com/sun/star/awt/XSystemChildFactory.idl
+++ b/offapi/com/sun/star/awt/XSystemChildFactory.idl
@@ -53,7 +53,7 @@ published interface XSystemChildFactory : com::sun::star::uno::XInterface
         the created window.
 
         @param Parent
-        a sytem-specific handle to a window.
+        a system-specific handle to a window.
         
         <p>You must check the machine ID and the process ID.<BR>
         WIN32: HWND.<BR>
diff --git a/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl b/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
index 172d67c..77decad 100644
--- a/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
+++ b/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
@@ -51,7 +51,7 @@ interface XSystemDependentMenuPeer: com::sun::star::uno::XInterface
     /** returns a system-specific window handle.
 
         @returns  
-        a sytem-specific handle to a menu  
+        a system-specific handle to a menu
         or 0 if the menu is not in the same process. 
                  
         <p>You must check the machine ID and the process ID.<BR> 
diff --git a/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl b/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
index 1074ab3..71d3f08 100644
--- a/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
@@ -50,9 +50,9 @@ published interface XSystemDependentWindowPeer: com::sun::star::uno::XInterface
      
     /** returns a system-specific window handle.
 
-        @returns  
-        a sytem-specific handle to a window  
-        or 0 if the window is not in the same process. 
+        @returns
+        a system-specific handle to a window
+        or 0 if the window is not in the same process.
                  
         <p>You must check the machine ID and the process ID.<BR> 
         WIN32: Returns an HWND if possible, otherwise 0.<BR> 
diff --git a/offapi/com/sun/star/awt/XTextLayoutConstrains.idl b/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
index 8e86f61..6eccbac 100644
--- a/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
+++ b/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
@@ -42,7 +42,7 @@
  
 //============================================================================= 
  
-/** specifies the layout contstraints for a text field.
+/** specifies the layout constraints for a text field.
  */
 published interface XTextLayoutConstrains: com::sun::star::uno::XInterface
 { 
diff --git a/offapi/com/sun/star/awt/XUserInputInterception.idl b/offapi/com/sun/star/awt/XUserInputInterception.idl
index 964b5ce..cfecff9 100644
--- a/offapi/com/sun/star/awt/XUserInputInterception.idl
+++ b/offapi/com/sun/star/awt/XUserInputInterception.idl
@@ -66,7 +66,7 @@ published interface XUserInputInterception : ::com::sun::star::uno::XInterface
     /** Remove the specified listener from the list of listeners.
         @param xHandler
             If the reference is empty then nothing will be changed.  If the
-            handler has been registered twice (or more) then all refrences
+            handler has been registered twice (or more) then all references
             will be removed.
     */
     [oneway] void removeKeyHandler (
@@ -88,7 +88,7 @@ published interface XUserInputInterception : ::com::sun::star::uno::XInterface
     /** Remove the specified listener from the list of listeners.
         @param xHandler
             If the reference is empty then nothing will be changed.  If the
-            handler has been registered twice (or more) then all refrences
+            handler has been registered twice (or more) then all references
             will be removed.
     */
     [oneway] void removeMouseClickHandler (
diff --git a/offapi/com/sun/star/awt/XView.idl b/offapi/com/sun/star/awt/XView.idl
index 92a9864..3cbb9c5 100644
--- a/offapi/com/sun/star/awt/XView.idl
+++ b/offapi/com/sun/star/awt/XView.idl
@@ -46,7 +46,7 @@
  
 //============================================================================= 
  
-/** makes it possible to attach an oputput device to the object.
+/** makes it possible to attach an output device to the object.
             
     <p>This kind of object is called view-object.</p>
  */


More information about the Libreoffice-commits mailing list